| /src/lib/libc/string/ |
| Lint_bcmp.c | 12 bcmp(const void *b1, const void *b2, size_t len) function
|
| /src/external/gpl3/binutils/dist/libiberty/ |
| bcmp.c | 0 /* bcmp 6 @deftypefn Supplemental int bcmp (char *@var{x}, char *@var{y}, int @var{count}) 23 bcmp (const void *s1, const void *s2, size_t count) function
|
| /src/external/gpl3/binutils.old/dist/libiberty/ |
| bcmp.c | 0 /* bcmp 6 @deftypefn Supplemental int bcmp (char *@var{x}, char *@var{y}, int @var{count}) 23 bcmp (const void *s1, const void *s2, size_t count) function
|
| /src/external/gpl3/gcc/dist/libiberty/ |
| bcmp.c | 0 /* bcmp 6 @deftypefn Supplemental int bcmp (char *@var{x}, char *@var{y}, int @var{count}) 23 bcmp (const void *s1, const void *s2, size_t count) function
|
| /src/external/gpl3/gcc.old/dist/libiberty/ |
| bcmp.c | 0 /* bcmp 6 @deftypefn Supplemental int bcmp (char *@var{x}, char *@var{y}, int @var{count}) 23 bcmp (const void *s1, const void *s2, size_t count) function
|
| /src/external/gpl3/gdb/dist/libiberty/ |
| bcmp.c | 0 /* bcmp 6 @deftypefn Supplemental int bcmp (char *@var{x}, char *@var{y}, int @var{count}) 23 bcmp (const void *s1, const void *s2, size_t count) function
|
| /src/external/gpl3/gdb.old/dist/libiberty/ |
| bcmp.c | 0 /* bcmp 6 @deftypefn Supplemental int bcmp (char *@var{x}, char *@var{y}, int @var{count}) 23 bcmp (const void *s1, const void *s2, size_t count) function
|
| /src/external/bsd/libpcap/dist/lbl/ |
| os-ultrix4.h | 25 int bcmp(const char *, const char *, u_int);
|
| /src/external/bsd/tcpdump/dist/lbl/ |
| os-ultrix4.h | 23 int bcmp(const char *, const char *, u_int);
|
| /src/lib/libc/arch/hppa/string/ |
| bcmp.S | 1 /* $NetBSD: bcmp.S,v 1.3 2020/05/05 06:20:55 skrll Exp $ */ 3 /* $OpenBSD: bcmp.S,v 1.3 2001/06/04 23:14:02 mickey Exp $ */ 57 .asciz "$OpenBSD: bcmp.S,v 1.3 2001/06/04 23:14:02 mickey Exp $" 63 * bcmp(src, dst, count) 68 LEAF_ENTRY(bcmp) 83 EXIT(bcmp)
|
| /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/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/libtelnet/ |
| encrypt.h | 70 #define SAMEKEY(k1, k2) (!bcmp((void *)k1, (void *)k2, sizeof(Block)))
|
| /src/usr.sbin/fstyp/ |
| cd9660.c | 59 if (bcmp(sector, ISO9660_MAGIC, sizeof(ISO9660_MAGIC) - 1) != 0) {
|
| /src/external/bsd/ntp/dist/include/ |
| ntp_string.h | 25 # include <strings.h> /* bcmp, bcopy, bzero */ 30 #define memcmp(a, b, c) bcmp(a, b, (int)(c))
|
| /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
|
| /src/include/ |
| strings.h | 54 int bcmp(const void *, const void *, size_t);
|
| /src/external/bsd/ipf/dist/lib/ |
| printhash_live.c | 58 if (bcmp(&zero, &entry, sizeof(zero)) == 0)
|
| printdstl_live.c | 70 if (bcmp((char *)zero, (char *)entry, sizeof(*zero)) == 0)
|
| /src/external/cddl/osnet/dist/uts/common/zmod/ |
| zmod_subr.c | 77 return (bcmp(s1, s2, len));
|
| /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/lib/libc/arch/mips/string/ |
| bcmp.S | 1 /* $NetBSD: bcmp.S,v 1.9 2009/12/14 01:07:42 matt Exp $ */ 41 RCSID("from: @(#)bcmp.s 8.1 (Berkeley) 6/4/93") 43 RCSID("$NetBSD: bcmp.S,v 1.9 2009/12/14 01:07:42 matt Exp $") 47 /* bcmp(s1, s2, n) */ 50 LEAF(bcmp) 124 END(bcmp)
|
| /src/external/bsd/ipf/dist/ipsd/Celler/ |
| ip_compat.h | 186 # define bcmp(a,b,c) memcmp(a,b,c) macro 201 # define bcmp(a,b,c) memcmp(a,b,c) macro
|
| /src/external/bsd/top/dist/ |
| os.h | 78 #define memcmp(a, b, c) bcmp((a), (b), (c))
|
| /src/usr.sbin/bootp/bootptest/ |
| print-bootp.c | 113 if (e == 0 || bcmp((char *) bp->bp_chaddr, e, 6)) 173 if (!bcmp(bp->bp_vend, vm_rfc1048, sizeof(u_int32))) 175 else if (!bcmp(bp->bp_vend, vm_cmu, sizeof(u_int32)))
|