/src/common/lib/libc/arch/arm/string/ |
strncmp.S | 1 /* $NetBSD: strncmp.S,v 1.2 2013/08/19 00:57:25 matt Exp $ */ 33 RCSID("$NetBSD: strncmp.S,v 1.2 2013/08/19 00:57:25 matt Exp $") 35 ENTRY(strncmp) function 77 END(strncmp)
|
/src/common/lib/libc/string/ |
strncmp.c | 1 /* $NetBSD: strncmp.c,v 1.3 2018/02/04 20:22:17 mrg Exp $ */ 35 static char sccsid[] = "@(#)strncmp.c 8.1 (Berkeley) 6/4/93"; 37 __RCSID("$NetBSD: strncmp.c,v 1.3 2018/02/04 20:22:17 mrg Exp $"); 49 strncmp(const char *s1, const char *s2, size_t n) function in typeref:typename:int
|
/src/lib/libc/string/ |
Lint_strncmp.c | 12 strncmp(const char *s1, const char *s2, size_t len) function in typeref:typename:int
|
/src/lib/libc/arch/i386/string/ |
strncmp.S | 9 RCSID("$NetBSD: strncmp.S,v 1.15 2014/05/23 02:34:19 uebayasi Exp $") 18 ENTRY(strncmp) function 117 END(strncmp)
|
/src/lib/libc/arch/x86_64/string/ |
strncmp.S | 9 RCSID("$NetBSD: strncmp.S,v 1.4 2014/05/22 15:01:57 uebayasi Exp $") 18 ENTRY(strncmp) function 108 END(strncmp)
|
/src/common/lib/libc/arch/m68k/string/ |
strncmp.S | 1 /* $NetBSD: strncmp.S,v 1.7 2013/09/07 19:06:29 chs Exp $ */ 36 RCSID("$NetBSD: strncmp.S,v 1.7 2013/09/07 19:06:29 chs Exp $") 48 ENTRY(strncmp) function 100 END(strncmp)
|
/src/sys/arch/vax/boot/common/ |
str.S | 130 ENTRY(strncmp, 0) function
|
/src/sys/external/bsd/acpica/dist/utilities/ |
utclib.c | 187 * FUNCTION: strncmp 629 * FUNCTION: strncmp 642 strncmp ( function in typeref:typename:int
|
/src/sys/arch/pmax/include/ |
dec_prom.h | 163 #define strncmp (*callv -> _strncmp) macro
|