| /netbsd-src/lib/libc/arch/hppa/string/ |
| H A D | bcmp.S | 68 LEAF_ENTRY(bcmp) 83 EXIT(bcmp)
|
| H A D | Makefile.inc | 5 SRCS+= bcmp.S bzero.S ffs.S
|
| /netbsd-src/lib/libc/arch/i386/string/ |
| H A D | bcmp.S | 12 ENTRY(bcmp) 35 END(bcmp)
|
| /netbsd-src/lib/libc/arch/vax/string/ |
| H A D | bcmp.S | 42 ENTRY(bcmp, 0) 63 END(bcmp)
|
| H A D | Makefile.inc | 3 SRCS+= bcmp.S bcopy.S bzero.S ffs.S memcmp.S
|
| /netbsd-src/external/gpl2/gmake/dist/ |
| H A D | arscan.c | 323 if (nread != SARMAG || bcmp (buf, ARMAG, SARMAG)) in ar_scan() 342 if (!bcmp (fl_header.fl_magic, AIAMAGBIG, SAIAMAG)) in ar_scan() 364 if (bcmp (fl_header.fl_magic, AIAMAG, SAIAMAG)) in ar_scan() 537 bcmp (member_header.ar_fmag, ARFMAG, 2) in ar_scan() 543 bcmp (member_header.ar_fmag, ARFZMAG, 2) in ar_scan()
|
| H A D | make.h | 250 # ifndef bcmp 251 # define bcmp(s1, s2, n) memcmp ((s1), (s2), (n)) macro 267 # ifndef bcmp 268 extern int bcmp PARAMS ((const char *, const char *, int));
|
| /netbsd-src/usr.sbin/bootp/bootptest/ |
| H A 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/ |
| H A 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/ |
| H A D | bcmp.S | 85 ENTRY(bcmp) 196 END(bcmp)
|
| /netbsd-src/lib/libc/arch/mips/string/ |
| H A D | bcmp.S | 50 LEAF(bcmp) 124 END(bcmp)
|
| H A D | Makefile.inc | 3 SRCS+= bcmp.S bcopy.S bzero.S \
|
| /netbsd-src/lib/libc/string/ |
| H A D | Lint_bcmp.c | 12 bcmp(const void *b1, const void *b2, size_t len) in bcmp() function
|
| H A 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/binutils/dist/libiberty/ |
| H A D | bcmp.c | 23 bcmp (const void *s1, const void *s2, size_t count) in bcmp() function
|
| /netbsd-src/external/gpl3/gcc.old/dist/libiberty/ |
| H A D | bcmp.c | 23 bcmp (const void *s1, const void *s2, size_t count) in bcmp() function
|
| /netbsd-src/external/gpl3/binutils.old/dist/libiberty/ |
| H A D | bcmp.c | 23 bcmp (const void *s1, const void *s2, size_t count) in bcmp() function
|
| /netbsd-src/external/gpl3/gdb/dist/libiberty/ |
| H A D | bcmp.c | 23 bcmp (const void *s1, const void *s2, size_t count) in bcmp() function
|
| /netbsd-src/external/gpl3/gcc/dist/libiberty/ |
| H A D | bcmp.c | 23 bcmp (const void *s1, const void *s2, size_t count) in bcmp() function
|
| /netbsd-src/external/gpl3/gdb.old/dist/libiberty/ |
| H A D | bcmp.c | 23 bcmp (const void *s1, const void *s2, size_t count) in bcmp() function
|
| /netbsd-src/external/bsd/libpcap/dist/lbl/ |
| H A D | os-ultrix4.h | 25 int bcmp(const char *, const char *, u_int);
|
| /netbsd-src/external/bsd/tcpdump/dist/lbl/ |
| H A D | os-ultrix4.h | 23 int bcmp(const char *, const char *, u_int);
|
| /netbsd-src/include/ |
| H A D | strings.h | 54 int bcmp(const void *, const void *, size_t);
|
| /netbsd-src/lib/libc/arch/m68k/string/ |
| H A D | Makefile.inc | 3 SRCS+= bcmp.S bcopy.S bzero.S ffs.S memcmp.S memset.S \
|
| /netbsd-src/usr.sbin/fstyp/ |
| H A D | cd9660.c | 59 if (bcmp(sector, ISO9660_MAGIC, sizeof(ISO9660_MAGIC) - 1) != 0) { in fstyp_cd9660()
|