Searched defs:strncmp (Results 1 - 13 of 13) sorted by relevance

/illumos-gate/usr/src/lib/libc/i386/gen/
H A Dstrncmp.s26 .file "strncmp.s"
30 ENTRY(strncmp) function
97 SET_SIZE(strncmp)
/illumos-gate/usr/src/lib/libc/sparc/gen/
H A Dstrncmp.s27 .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 Dstrncmp.s27 .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 Dstrcmp.s57 ENTRY(strncmp) function
2047 SET_SIZE(strncmp)
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dstrncmp.c41 strncmp(const char *s1, const char *s2, size_t n) function
/illumos-gate/usr/src/boot/lib/libc/string/
H A Dstrncmp.c31 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 Dlinktest_stand.c40 void strncmp(void) {} function
/illumos-gate/usr/src/boot/sys/boot/common/
H A Dutil.c68 strncmp(const char *s1, const char *s2, size_t len) function
/illumos-gate/usr/src/uts/intel/io/acpica/utilities/
H A Dutclib.c79 * FUNCTION: strncmp
379 * FUNCTION: strncmp
392 strncmp ( function
/illumos-gate/usr/src/common/util/
H A Dstring.c394 strncmp(const char *s1, const char *s2, size_t n) function
/illumos-gate/usr/src/lib/libpp/common/
H A Dppproto.c209 #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 DMakefile1227 strncmp.3c \
2288 strncmp.3c := LINKSRC = string.3c
/illumos-gate/usr/src/man/man9f/
H A DMakefile1187 strncmp.9f \
2037 strncmp.9f := LINKSRC = string.9f

Completed in 98 milliseconds