/illumos-gate/usr/src/lib/libc/sparc/gen/ |
H A D | 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)
|
/illumos-gate/usr/src/lib/libc/sparcv9/gen/ |
H A D | 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)
|
/illumos-gate/usr/src/lib/libc/amd64/gen/ |
H A D | strcmp.s | 34 #define LABEL(s) .strcmp/**/s 62 ENTRY(strcmp) /* (const char *, const char *) */ function 2049 SET_SIZE(strcmp) /* (const char *, const char *) */
|
/illumos-gate/usr/src/lib/libc/port/gen/ |
H A D | strcmp.c | 40 strcmp(const char *s1, const char *s2) function
|
/illumos-gate/usr/src/lib/libast/common/misc/ |
H A D | state.c | 28 #undef strcmp macro 35 strcmp, /* collate */
|
/illumos-gate/usr/src/boot/lib/libc/string/ |
H A D | strcmp.c | 34 static char sccsid[] = "@(#)strcmp.c 8.1 (Berkeley) 6/4/93"; 45 strcmp(const char *s1, const char *s2) function
|
/illumos-gate/usr/src/boot/sys/boot/arm/at91/libat91/ |
H A D | strcmp.c | 32 strcmp(const char *s1, const char *s2) function
|
/illumos-gate/usr/src/lib/libdisasm/common/ |
H A D | linktest_stand.c | 36 void strcmp(void) {} function
|
/illumos-gate/usr/src/lib/libc/i386/gen/ |
H A D | strcmp.c | 30 * Fast strcmp. This works one int at a time, using aligned pointers 67 strcmp(const char *str1, const char *str2) function
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | fakewin.h | 48 #define strcmp _fstrcmp macro
|
/illumos-gate/usr/src/lib/libumem/common/ |
H A D | linktest_stand.c | 48 void strcmp(void) {} function
|
/illumos-gate/usr/src/boot/sys/boot/common/ |
H A D | util.c | 59 strcmp(const char *s1, const char *s2) function
|
/illumos-gate/usr/src/uts/intel/io/acpica/utilities/ |
H A D | utclib.c | 77 * FUNCTION: strcmp 315 * FUNCTION: strcmp 327 strcmp ( function
|
/illumos-gate/usr/src/lib/libast/common/comp/ |
H A D | setlocale.c | 63 #undef strcmp macro 480 return strcmp(ab, bb); 507 ast.collate = strcmp;
|
/illumos-gate/usr/src/boot/sys/boot/sparc64/boot1/ |
H A D | boot1.c | 313 strcmp(const char *s1, const char *s2) function
|
/illumos-gate/usr/src/common/util/ |
H A D | string.c | 385 strcmp(const char *s1, const char *s2) function
|
/illumos-gate/usr/src/grub/grub-0.97/stage2/ |
H A D | shared.h | 395 #define strcmp grub_strcmp macro
|
/illumos-gate/usr/src/man/man3c/ |
H A D | Makefile | 1211 strcmp.3c \ 2277 strcmp.3c := LINKSRC = string.3c
|
/illumos-gate/usr/src/man/man9f/ |
H A D | Makefile | 1178 strcmp.9f \ 2028 strcmp.9f := LINKSRC = string.9f
|