Searched defs:strcmp (Results 1 - 19 of 19) sorted by relevance

/illumos-gate/usr/src/lib/libc/sparc/gen/
H A Dstrcmp.s27 .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 Dstrcmp.s27 .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 Dstrcmp.s34 #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 Dstrcmp.c40 strcmp(const char *s1, const char *s2) function
/illumos-gate/usr/src/lib/libast/common/misc/
H A Dstate.c28 #undef strcmp macro
35 strcmp, /* collate */
/illumos-gate/usr/src/boot/lib/libc/string/
H A Dstrcmp.c34 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 Dstrcmp.c32 strcmp(const char *s1, const char *s2) function
/illumos-gate/usr/src/lib/libdisasm/common/
H A Dlinktest_stand.c36 void strcmp(void) {} function
/illumos-gate/usr/src/lib/libc/i386/gen/
H A Dstrcmp.c30 * 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 Dfakewin.h48 #define strcmp _fstrcmp macro
/illumos-gate/usr/src/lib/libumem/common/
H A Dlinktest_stand.c48 void strcmp(void) {} function
/illumos-gate/usr/src/boot/sys/boot/common/
H A Dutil.c59 strcmp(const char *s1, const char *s2) function
/illumos-gate/usr/src/uts/intel/io/acpica/utilities/
H A Dutclib.c77 * FUNCTION: strcmp
315 * FUNCTION: strcmp
327 strcmp ( function
/illumos-gate/usr/src/lib/libast/common/comp/
H A Dsetlocale.c63 #undef strcmp macro
480 return strcmp(ab, bb);
507 ast.collate = strcmp;
/illumos-gate/usr/src/boot/sys/boot/sparc64/boot1/
H A Dboot1.c313 strcmp(const char *s1, const char *s2) function
/illumos-gate/usr/src/common/util/
H A Dstring.c385 strcmp(const char *s1, const char *s2) function
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dshared.h395 #define strcmp grub_strcmp macro
/illumos-gate/usr/src/man/man3c/
H A DMakefile1211 strcmp.3c \
2277 strcmp.3c := LINKSRC = string.3c
/illumos-gate/usr/src/man/man9f/
H A DMakefile1178 strcmp.9f \
2028 strcmp.9f := LINKSRC = string.9f

Completed in 127 milliseconds