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

/osnet-11/usr/src/lib/libc/i386/gen/
H A Dstrncmp.s26 .file "strncmp.s"
30 ENTRY(strncmp) function
97 SET_SIZE(strncmp)
/osnet-11/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)
/osnet-11/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)
/osnet-11/usr/src/lib/libc/amd64/gen/
H A Dstrcmp.s57 ENTRY(strncmp) function
2047 SET_SIZE(strncmp)
/osnet-11/usr/src/lib/libc/port/gen/
H A Dstrncmp.c41 strncmp(const char *s1, const char *s2, size_t n) function
/osnet-11/usr/src/lib/libdisasm/common/
H A Dlinktest_stand.c42 void strncmp(void) {} function
/osnet-11/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...]

Completed in 45 milliseconds