| /netvirt/usr/src/lib/libc/i386/gen/ |
| strncmp.s | 27 .ident "@(#)strncmp.s 1.6 05/06/08 SMI" 29 .file "strncmp.s" 33 ENTRY(strncmp) function 100 SET_SIZE(strncmp)
|
| /netvirt/usr/src/lib/libc/port/gen/ |
| strncmp.c | 27 #pragma ident "@(#)strncmp.c 1.13 05/06/08 SMI" 42 strncmp(const char *s1, const char *s2, size_t n) function
|
| /netvirt/usr/src/lib/libc/sparc/gen/ |
| strncmp.s | 27 * .asciz "@(#)strncmp.s 1.2 89/08/16" 30 .ident "@(#)strncmp.s 1.10 05/06/08 SMI" /* SunOS 4.1 1.4 */ 32 .file "strncmp.s" 35 * strncmp(s1, s2, n) 39 * Fast assembler language version of the following C-program for strncmp 43 * strncmp(const char *s1, const char *s2, size_t n) 58 ENTRY(strncmp) function 315 SET_SIZE(strncmp)
|
| /netvirt/usr/src/lib/libc/sparcv9/gen/ |
| strncmp.s | 27 #pragma ident "@(#)strncmp.s 1.11 07/06/13 SMI" 29 .file "strncmp.s" 32 * strncmp(s1, s2, n) 36 * Fast assembler language version of the following C-program for strncmp 40 * strncmp(const char *s1, const char *s2, size_t n) 55 ENTRY(strncmp) function 312 SET_SIZE(strncmp)
|
| /netvirt/usr/src/lib/libc/amd64/gen/ |
| strcmp.s | 58 ENTRY(strncmp) function 526 SET_SIZE(strncmp)
|
| /netvirt/usr/src/lib/libdisasm/common/ |
| linktest_stand.c | 42 void strncmp(void) {} function
|
| /netvirt/usr/src/common/util/ |
| string.c | 392 strncmp(const char *s1, const char *s2, size_t n) function
|
| /netvirt/usr/src/lib/libpp/common/ |
| ppproto.c | 208 #undef strncmp macro 209 #define strncmp(s,t,n) sstrncmp(s,t,n) macro 225 * environmentally safe strncmp() 839 if ((flags & EXTERN) && *proto->tp == 's' && !strncmp(proto->tp, "static", 6)) 845 if (*proto->tp == '_' && !strncmp(proto->tp, "__STDPP__directive", 6)) c = '#'; 960 if (!(flags & RECURSIVE) && (flags & (DIRECTIVE|TOKENS)) != DIRECTIVE && !strncmp(proto->tp, "else", 4)) 967 if (!strncmp(proto->tp, "extern", 6)) 971 if (!(flags & RECURSIVE) && !strncmp(proto->tp, "for", 3)) 981 if (!strncmp(proto->tp, "inline", 6) && !(flags & (MATCH|SKIP|TOKENS|TYPEDEF)) && proto->brace == 0 && paren == 0 && group == 0 && (last == ';' || last == '}' || last == '\n' || last == 0)) 991 if (!(flags & RECURSIVE) && !strncmp(proto->tp, "return", 6) [all...] |