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

  /onnv/onnv-gate/usr/src/lib/libc/port/gen/
strcmp.c 40 strcmp(const char *s1, const char *s2) function
  /onnv/onnv-gate/usr/src/lib/libc/sparc/gen/
strcmp.s 27 .file "strcmp.s"
29 /* strcmp(s1, s2)
33 * Fast assembler language version of the following C-program for strcmp
37 * strcmp(s1, s2)
53 ! This strcmp implementation first determines whether s1 is aligned.
61 ENTRY(strcmp) function
244 SET_SIZE(strcmp)
  /onnv/onnv-gate/usr/src/lib/libc/sparcv9/gen/
strcmp.s 27 .file "strcmp.s"
29 /* strcmp(s1, s2)
33 * Fast assembler language version of the following C-program for strcmp
37 * strcmp(s1, s2)
53 ! This strcmp implementation first determines whether s1 is aligned.
59 ENTRY(strcmp) function
168 SET_SIZE(strcmp)
  /onnv/onnv-gate/usr/src/lib/libc/amd64/gen/
strcmp.s 34 #define LABEL(s) .strcmp/**/s
62 ENTRY(strcmp) /* (const char *, const char *) */ function
    [all...]
  /onnv/onnv-gate/usr/src/lib/libast/common/misc/
state.c 28 #undef strcmp macro
35 strcmp,
  /onnv/onnv-gate/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
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
fakewin.h 48 #define strcmp _fstrcmp macro
  /onnv/onnv-gate/usr/src/lib/libdisasm/common/
linktest_stand.c 38 void strcmp(void) {} function
  /onnv/onnv-gate/usr/src/lib/libumem/common/
linktest_stand.c 49 void strcmp(void) {} function
  /onnv/onnv-gate/usr/src/common/util/
string.c 379 strcmp(const char *s1, const char *s2) function
  /onnv/onnv-gate/usr/src/lib/libast/common/comp/
setlocale.c 63 #undef strcmp macro
480 return strcmp(ab, bb);
507 ast.collate = strcmp;
  /onnv/onnv-gate/usr/src/grub/grub-0.97/stage2/
shared.h 399 #define strcmp grub_strcmp macro

Completed in 6459 milliseconds