HomeSort by relevance Sort by last modified time
    Searched defs:strcmp (Results 1 - 11 of 11) sorted by null

  /loficc/crypto/usr/src/lib/libc/port/gen/
strcmp.c 41 strcmp(const char *s1, const char *s2) function
  /loficc/crypto/usr/src/lib/libc/sparc/gen/
strcmp.s 31 /* strcmp(s1, s2)
35 * Fast assembler language version of the following C-program for strcmp
39 * strcmp(s1, s2)
56 ! This strcmp implementation first determines whether s1 is aligned.
64 ENTRY(strcmp) function
247 SET_SIZE(strcmp)
  /loficc/crypto/usr/src/lib/libc/sparcv9/gen/
strcmp.s 32 /* strcmp(s1, s2)
36 * Fast assembler language version of the following C-program for strcmp
40 * strcmp(s1, s2)
57 ! This strcmp implementation first determines whether s1 is aligned.
63 ENTRY(strcmp) function
172 SET_SIZE(strcmp)
  /loficc/crypto/usr/src/lib/libc/amd64/gen/
strcmp.s 55 #define LABEL(s) .strcmp/**/s
60 ENTRY(strcmp) /* (const char *, const char *) */ function
528 SET_SIZE(strcmp) /* (const char *, const char *) */
  /loficc/crypto/usr/src/lib/libc/i386/gen/
strcmp.c 30 * Fast strcmp. This works one int at a time, using aligned pointers
67 strcmp(const char *str1, const char *str2) function
  /loficc/crypto/usr/src/lib/libdisasm/common/
linktest_stand.c 37 void strcmp(void) {} function
  /loficc/crypto/usr/src/cmd/cmd-inet/usr.sbin/snoop/
fakewin.h 48 #define strcmp _fstrcmp macro
  /loficc/crypto/usr/src/uts/common/krtld/
kobj_subr.c 35 * this version of strcmp() will become krtld_strcmp() when built.
44 strcmp(const char *s1, const char *s2) function
  /loficc/crypto/usr/src/lib/libumem/common/
linktest_stand.c 49 void strcmp(void) {} function
  /loficc/crypto/usr/src/common/util/
string.c 377 strcmp(const char *s1, const char *s2) function
  /loficc/crypto/usr/src/grub/grub-0.95/stage2/
shared.h 375 #define strcmp grub_strcmp macro

Completed in 600 milliseconds