Searched refs:bcmp (Results 1 - 25 of 310) sorted by relevance

1234567891011>>

/freebsd-10.1-release/contrib/binutils/libiberty/
H A Dbcmp.c0 /* 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
/freebsd-10.1-release/contrib/gcclibs/libiberty/
H A Dbcmp.c0 /* 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
H A Dmakefile.vms10 OBJS=bcopy.obj,bcmp.obj,getopt.obj,obstack.obj,xexit.obj,xmalloc.obj,hex.obj,\
/freebsd-10.1-release/lib/libc/amd64/string/
H A Dbcmp.S5 RCSID("$NetBSD: bcmp.S,v 1.1 2001/06/19 00:25:04 fvdl Exp $")
8 ENTRY(bcmp) function
25 END(bcmp)
/freebsd-10.1-release/sys/cddl/dev/dtrace/
H A Ddtrace_clone.c46 if (bcmp(name,"dtrace",6) != 0)
49 if (len == 13 && bcmp(name,"dtrace/dtrace",13) != 0)
/freebsd-10.1-release/contrib/libpcap/lbl/
H A Dos-ultrix4.h25 int bcmp(const char *, const char *, u_int);
/freebsd-10.1-release/contrib/tcpdump/lbl/
H A Dos-ultrix4.h25 int bcmp(const char *, const char *, u_int);
/freebsd-10.1-release/lib/libc/i386/string/
H A Dbcmp.S35 * bcmp (void *b1, void *b2, size_t len)
41 ENTRY(bcmp) function
64 END(bcmp)
/freebsd-10.1-release/lib/libc/string/
H A Dbcmp.c31 static char sccsid[] = "@(#)bcmp.c 8.1 (Berkeley) 6/4/93";
39 * bcmp -- vax cmpc3 instruction
42 bcmp(const void *b1, const void *b2, size_t length) function
H A DSymbol.map6 bcmp;
/freebsd-10.1-release/libexec/bootpd/tools/bootptest/
H A Dbootptest.h14 #define bcmp(a,b,c) memcmp(a,b,c) macro
/freebsd-10.1-release/contrib/telnet/libtelnet/
H A Dencrypt.h76 #define SAMEKEY(k1, k2) (!bcmp((void *)k1, (void *)k2, sizeof(Block)))
/freebsd-10.1-release/include/
H A Dstrings.h42 int bcmp(const void *, const void *, size_t) __pure; /* LEGACY */
/freebsd-10.1-release/contrib/ntp/include/
H A Dntp_string.h23 # include <strings.h> /* bcmp, bcopy, bzero */
28 #define memcmp(a, b, c) bcmp(a, b, (int)(c))
/freebsd-10.1-release/tools/regression/lib/libc/net/
H A Dtest-ether.c66 if (bcmp(&e, &ether_line_addr, ETHER_ADDR_LEN) != 0)
119 if (bcmp(&e, &ether_aton_addr, ETHER_ADDR_LEN) != 0)
149 if (bcmp(ep, &ether_aton_addr, ETHER_ADDR_LEN) != 0)
/freebsd-10.1-release/sys/amd64/amd64/
H A Dbios.c88 if (!bcmp(sp + sigofs, sig, siglen)) {
/freebsd-10.1-release/sys/boot/common/
H A Dutil.h42 #define bcmp(b1, b2, len) (memcmp((b1), (b2), (len)) != 0) macro
/freebsd-10.1-release/lib/libstand/
H A Dether.c116 if (bcmp(d->myea, eh->ether_dhost, 6) != 0 &&
117 bcmp(bcea, eh->ether_dhost, 6) != 0) {
/freebsd-10.1-release/sys/dev/ed/
H A Dif_ed_novell.c151 if (bcmp(test_pattern, test_buffer, sizeof(test_pattern)) == 0) {
167 if (bcmp(test_pattern, test_buffer, sizeof(test_pattern)) == 0) {
247 if (bcmp(pbuf0, tbuf, ED_PAGE_SIZE) == 0) {
252 if (bcmp(pbuf, tbuf, ED_PAGE_SIZE) == 0) {
267 if (bcmp(pbuf0, tbuf, ED_PAGE_SIZE) == 0) {
272 if (bcmp(pbuf, tbuf, ED_PAGE_SIZE) == 0)
/freebsd-10.1-release/contrib/ipfilter/lib/
H A Dprinthash_live.c56 if (bcmp(&zero, &entry, sizeof(zero)) == 0)
/freebsd-10.1-release/contrib/top/
H A Dos.h10 # define memcmp(a, b, c) bcmp((a), (b), (c))
/freebsd-10.1-release/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Dzmod_subr.c77 return (bcmp(s1, s2, len));
/freebsd-10.1-release/sys/geom/label/
H A Dg_label_iso9660.c62 if (bcmp(sector, ISO9660_MAGIC, sizeof(ISO9660_MAGIC) - 1) != 0) {
/freebsd-10.1-release/sys/libkern/
H A Dbcmp.c42 * bcmp -- vax cmpc3 instruction
45 bcmp(b1, b2, length) function
/freebsd-10.1-release/tools/tools/ath/common/
H A Dah_osdep.h51 (bcmp((_a), (_b), IEEE80211_ADDR_LEN) == 0)

Completed in 323 milliseconds

1234567891011>>