HomeSort by relevance Sort by last modified time
    Searched defs:strncmp (Results 1 - 8 of 8) sorted by null

  /onnv/onnv-gate/usr/src/lib/libc/i386/gen/
strncmp.s 26 .file "strncmp.s"
30 ENTRY(strncmp) function
97 SET_SIZE(strncmp)
  /onnv/onnv-gate/usr/src/lib/libc/port/gen/
strncmp.c 41 strncmp(const char *s1, const char *s2, size_t n) function
  /onnv/onnv-gate/usr/src/lib/libc/sparc/gen/
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)
  /onnv/onnv-gate/usr/src/lib/libc/sparcv9/gen/
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)
  /onnv/onnv-gate/usr/src/lib/libc/amd64/gen/
strcmp.s 57 ENTRY(strncmp) function
    [all...]
  /onnv/onnv-gate/usr/src/lib/libdisasm/common/
linktest_stand.c 42 void strncmp(void) {} function
  /onnv/onnv-gate/usr/src/common/util/
string.c 388 strncmp(const char *s1, const char *s2, size_t n) function
  /onnv/onnv-gate/usr/src/lib/libpp/common/
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(proto->tp, "return", 6)
    [all...]

Completed in 540 milliseconds