Searched defs:strcmp (Results 1 - 11 of 11) sorted by relevance
/osnet-11/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)
|
/osnet-11/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)
|
/osnet-11/usr/src/lib/libast/common/misc/ |
H A D | state.c | 28 #undef strcmp macro 35 strcmp, /* collate */
|
/osnet-11/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 *) */
|
/osnet-11/usr/src/lib/libc/port/gen/ |
H A D | strcmp.c | 40 strcmp(const char *s1, const char *s2) function
|
/osnet-11/usr/src/lib/libdisasm/common/ |
H A D | linktest_stand.c | 38 void strcmp(void) {} function
|
/osnet-11/usr/src/grub/grub2/grub-core/lib/posix_wrap/ |
H A D | string.h | 31 strcmp (const char *s1, const char *s2) function
|
/osnet-11/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
|
/osnet-11/usr/src/lib/libumem/common/ |
H A D | linktest_stand.c | 49 void strcmp(void) {} function
|
/osnet-11/usr/src/lib/libast/common/comp/ |
H A D | setlocale.c | 66 #undef strcmp macro 497 return strcmp(ab, bb); 524 ast.collate = strcmp;
|
/osnet-11/usr/src/grub/grub-0.97/stage2/ |
H A D | shared.h | 395 #define strcmp grub_strcmp macro
|
Completed in 44 milliseconds