Searched defs:strncmp (Results 1 - 13 of 13) sorted by relevance
/illumos-gate/usr/src/lib/libc/i386/gen/ |
H A D | strncmp.s | 26 .file "strncmp.s" 30 ENTRY(strncmp) function 97 SET_SIZE(strncmp)
|
/illumos-gate/usr/src/lib/libc/sparc/gen/ |
H A D | strncmp.s | 27 .file "strncmp.s" 30 * strncmp(s1, s2, n) 34 * Fast assembler language version of the following C-program for strncmp 38 * strncmp(const char *s1, const char *s2, size_t n) 52 ENTRY(strncmp) function 309 SET_SIZE(strncmp)
|
/illumos-gate/usr/src/lib/libc/sparcv9/gen/ |
H A D | strncmp.s | 27 .file "strncmp.s" 30 * strncmp(s1, s2, n) 34 * Fast assembler language version of the following C-program for strncmp 38 * strncmp(const char *s1, const char *s2, size_t n) 52 ENTRY(strncmp) function 309 SET_SIZE(strncmp)
|
/illumos-gate/usr/src/lib/libc/amd64/gen/ |
H A D | strcmp.s | 57 ENTRY(strncmp) function 2047 SET_SIZE(strncmp)
|
/illumos-gate/usr/src/lib/libc/port/gen/ |
H A D | strncmp.c | 41 strncmp(const char *s1, const char *s2, size_t n) function
|
/illumos-gate/usr/src/boot/lib/libc/string/ |
H A D | strncmp.c | 31 static char sccsid[] = "@(#)strncmp.c 8.1 (Berkeley) 6/4/93"; 39 strncmp(const char *s1, const char *s2, size_t n) function
|
/illumos-gate/usr/src/lib/libdisasm/common/ |
H A D | linktest_stand.c | 40 void strncmp(void) {} function
|
/illumos-gate/usr/src/boot/sys/boot/common/ |
H A D | util.c | 68 strncmp(const char *s1, const char *s2, size_t len) function
|
/illumos-gate/usr/src/uts/intel/io/acpica/utilities/ |
H A D | utclib.c | 79 * FUNCTION: strncmp 379 * FUNCTION: strncmp 392 strncmp ( function
|
/illumos-gate/usr/src/common/util/ |
H A D | string.c | 394 strncmp(const char *s1, const char *s2, size_t n) function
|
/illumos-gate/usr/src/lib/libpp/common/ |
H A D | ppproto.c | 209 #undef strncmp macro 210 #define strncmp(s,t,n) sstrncmp(s,t,n) macro 226 * environmentally safe strncmp() 840 if ((flags & EXTERN) && *proto->tp == 's' && !strncmp(proto->tp, "static", 6)) 846 if (*proto->tp == '_' && !strncmp(proto->tp, "__STDPP__directive", 6)) c = '#'; 961 if (!(flags & RECURSIVE) && (flags & (DIRECTIVE|TOKENS)) != DIRECTIVE && !strncmp(proto->tp, "else", 4)) 968 if (!strncmp(proto->tp, "extern", 6)) 972 if (!(flags & RECURSIVE) && !strncmp(proto->tp, "for", 3)) 982 if (!strncmp(proto->tp, "inline", 6) && !(flags & (MATCH|SKIP|TOKENS|TYPEDEF)) && proto->brace == 0 && paren == 0 && group == 0 && (last == ';' || last == '}' || last == '\n' || last == 0)) 992 if (!(flags & RECURSIVE) && !strncmp(prot [all...] |
/illumos-gate/usr/src/man/man3c/ |
H A D | Makefile | 1227 strncmp.3c \ 2288 strncmp.3c := LINKSRC = string.3c
|
/illumos-gate/usr/src/man/man9f/ |
H A D | Makefile | 1187 strncmp.9f \ 2037 strncmp.9f := LINKSRC = string.9f
|
Completed in 100 milliseconds