/src/lib/libc/arch/vax/string/ |
bcmp.S | 1 /* $NetBSD: bcmp.S,v 1.4 2011/01/25 02:38:15 matt Exp $ */ 31 /* bcmp(s1, s2, n) */ 36 RCSID("$NetBSD: bcmp.S,v 1.4 2011/01/25 02:38:15 matt Exp $") 42 ENTRY(bcmp, 0) function 63 END(bcmp)
|
/src/lib/libc/string/ |
Lint_bcmp.c | 12 bcmp(const void *b1, const void *b2, size_t len) function in typeref:typename:int
|
/src/lib/libc/arch/i386/string/ |
bcmp.S | 9 RCSID("$NetBSD: bcmp.S,v 1.10 2014/05/23 02:34:19 uebayasi Exp $") 12 ENTRY(bcmp) function 35 END(bcmp)
|
/src/common/lib/libc/string/ |
bcmp.c | 1 /* $NetBSD: bcmp.c,v 1.10 2020/01/29 09:18:26 ad Exp $ */ 64 static char sccsid[] = "@(#)bcmp.c 8.1 (Berkeley) 6/4/93"; 66 __RCSID("$NetBSD: bcmp.c,v 1.10 2020/01/29 09:18:26 ad Exp $"); 84 * bcmp -- vax cmpc3 instruction 87 bcmp(const void *s1, const void *s2, size_t n) function in typeref:typename:int
|
/src/common/lib/libc/arch/m68k/string/ |
bcmp.S | 1 /* $NetBSD: bcmp.S,v 1.6 2013/09/07 19:06:29 chs Exp $ */ 69 RCSID("from: @(#)bcmp.s 5.1 (Berkeley) 5/12/90") 71 RCSID("$NetBSD: bcmp.S,v 1.6 2013/09/07 19:06:29 chs Exp $") 85 ENTRY(bcmp) function 196 END(bcmp)
|
/src/sys/arch/vax/boot/common/ |
str.S | 69 ENTRY(bcmp, 0) function
|
/src/sys/arch/vax/include/ |
macros.h | 137 bcmp(const void *b1, const void *b2, size_t len) function in typeref:typename:int
|
/src/sys/sys/ |
systm.h | 328 #define bcmp(a, b, len) memcmp((a), (b), (len)) macro
|
/src/sys/external/bsd/ipf/netinet/ |
ip_compat.h | 77 # define bcmp memcmp macro
|