| /netbsd/src/lib/libc/arch/hppa/string/ |
| D | bcmp.S | 68 LEAF_ENTRY(bcmp) 83 EXIT(bcmp)
|
| D | Makefile.inc | 5 SRCS+= bcmp.S bzero.S ffs.S
|
| /netbsd/src/lib/libc/arch/i386/string/ |
| D | bcmp.S | 12 ENTRY(bcmp) 35 END(bcmp)
|
| /netbsd/src/lib/libc/arch/vax/string/ |
| D | bcmp.S | 42 ENTRY(bcmp, 0) 63 END(bcmp)
|
| D | Makefile.inc | 3 SRCS+= bcmp.S bcopy.S bzero.S ffs.S memcmp.S
|
| /netbsd/src/usr.sbin/bootp/bootptest/ |
| D | print-bootp.c | 113 if (e == 0 || bcmp((char *) bp->bp_chaddr, e, 6)) in bootp_print() 173 if (!bcmp(bp->bp_vend, vm_rfc1048, sizeof(u_int32))) in bootp_print() 175 else if (!bcmp(bp->bp_vend, vm_cmu, sizeof(u_int32))) in bootp_print()
|
| /netbsd/src/external/bsd/ipf/dist/ipsd/Celler/ |
| D | 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
|
| /netbsd/src/common/lib/libc/arch/m68k/string/ |
| D | bcmp.S | 85 ENTRY(bcmp) 196 END(bcmp)
|
| /netbsd/src/lib/libc/arch/mips/string/ |
| D | bcmp.S | 50 LEAF(bcmp) 124 END(bcmp)
|
| D | Makefile.inc | 3 SRCS+= bcmp.S bcopy.S bzero.S \
|
| /netbsd/src/lib/libc/string/ |
| D | Lint_bcmp.c | 12 bcmp(const void *b1, const void *b2, size_t len) in bcmp() function
|
| D | Makefile.inc | 18 SRCS+= bcmp.c bcopy.c bzero.c ffs.c ffsl.c ffsll.c memchr.c memcmp.c memset.c 47 MAN+= bm.3 bcmp.3 bcopy.3 bstring.3 bzero.3 consttime_memequal.3 \
|
| /netbsd/src/external/gpl3/gdb/dist/libiberty/ |
| D | bcmp.c | 23 bcmp (const void *s1, const void *s2, size_t count) in bcmp() function
|
| /netbsd/src/external/gpl3/binutils/dist/libiberty/ |
| D | bcmp.c | 23 bcmp (const void *s1, const void *s2, size_t count) in bcmp() function
|
| /netbsd/src/external/gpl3/gcc/dist/libiberty/ |
| D | bcmp.c | 23 bcmp (const void *s1, const void *s2, size_t count) in bcmp() function
|
| /netbsd/src/external/bsd/libpcap/dist/lbl/ |
| D | os-ultrix4.h | 25 int bcmp(const char *, const char *, u_int);
|
| /netbsd/src/external/bsd/tcpdump/dist/lbl/ |
| D | os-ultrix4.h | 23 int bcmp(const char *, const char *, u_int);
|
| /netbsd/src/lib/libc/arch/m68k/string/ |
| D | Makefile.inc | 3 SRCS+= bcmp.S bcopy.S bzero.S ffs.S memcmp.S memset.S \
|
| /netbsd/src/external/bsd/ntp/dist/include/ |
| D | ntp_string.h | 30 #define memcmp(a, b, c) bcmp(a, b, (int)(c))
|
| /netbsd/src/common/lib/libc/string/ |
| D | bcmp.c | 87 bcmp(const void *s1, const void *s2, size_t n) in bcmp() function
|
| /netbsd/src/lib/libtelnet/ |
| D | encrypt.h | 70 #define SAMEKEY(k1, k2) (!bcmp((void *)k1, (void *)k2, sizeof(Block)))
|
| /netbsd/src/include/ |
| D | strings.h | 54 int bcmp(const void *, const void *, size_t);
|
| /netbsd/src/external/cddl/osnet/dist/uts/common/zmod/ |
| D | zmod_subr.c | 77 return (bcmp(s1, s2, len)); in zmemcmp()
|
| /netbsd/src/usr.sbin/bootp/common/ |
| D | dumptab.c | 261 if (!bcmp(hp->vm_cookie, vm_rfc1048, 4)) { in dump_host() 263 } else if (!bcmp(hp->vm_cookie, vm_cmu, 4)) { in dump_host()
|
| /netbsd/src/external/gpl3/gcc/dist/libcpp/ |
| D | system.h | 462 #undef bcmp 464 #pragma GCC poison bcopy bzero bcmp rindex
|