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

1234567891011>>

/freebsd-11-stable/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-11-stable/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-11-stable/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)
25 END(bcmp)
H A DMakefile.inc4 bcmp.S \
/freebsd-11-stable/contrib/libpcap/lbl/
H A Dos-ultrix4.h23 int bcmp(const char *, const char *, u_int);
/freebsd-11-stable/contrib/tcpdump/lbl/
H A Dos-ultrix4.h23 int bcmp(const char *, const char *, u_int);
/freebsd-11-stable/lib/libc/i386/string/
H A Dbcmp.S35 * bcmp (void *b1, void *b2, size_t len)
41 ENTRY(bcmp)
64 END(bcmp)
H A DMakefile.inc4 bcmp.S \
/freebsd-11-stable/lib/libc/mips/string/
H A DMakefile.inc4 bcmp.S \
/freebsd-11-stable/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
/freebsd-11-stable/libexec/bootpd/tools/bootptest/
H A Dbootptest.h14 #define bcmp(a,b,c) memcmp(a,b,c) macro
/freebsd-11-stable/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-11-stable/include/
H A Dstrings.h42 int bcmp(const void *, const void *, size_t) __pure; /* LEGACY */
/freebsd-11-stable/usr.sbin/fstyp/
H A Dcd9660.c52 if (bcmp(sector, ISO9660_MAGIC, sizeof(ISO9660_MAGIC) - 1) != 0) {
/freebsd-11-stable/contrib/telnet/libtelnet/
H A Dencrypt.h72 #define SAMEKEY(k1, k2) (!bcmp((void *)k1, (void *)k2, sizeof(Block)))
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Dzmod_subr.c59 return (bcmp(s1, s2, len));
/freebsd-11-stable/sys/amd64/amd64/
H A Dbios.c88 if (!bcmp(sp + sigofs, sig, siglen)) {
/freebsd-11-stable/tests/sys/geom/class/eli/
H A Dhmac_test.c31 ATF_REQUIRE(bcmp(hmacout, testdata[i].hmacout,
/freebsd-11-stable/stand/libsa/
H A Dether.c110 if (bcmp(d->myea, eh->ether_dhost, 6) != 0 &&
111 bcmp(bcea, eh->ether_dhost, 6) != 0) {
H A Dcd9660read.c80 if (bcmp(sh->type, identifier, 2) == 0)
82 if (bcmp(sh->type, SUSP_STOP, 2) == 0)
84 if (bcmp(sh->type, SUSP_CONTINUATION, 2) == 0) {
149 if (bcmp(sp->h.type, SUSP_PRESENT, 2) != 0) {
236 if (bcmp(vd->id, ISO_STANDARD_ID, sizeof vd->id) != 0)
/freebsd-11-stable/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-11-stable/contrib/top/
H A Dos.h10 # define memcmp(a, b, c) bcmp((a), (b), (c))
/freebsd-11-stable/sys/geom/label/
H A Dg_label_iso9660.c61 if (bcmp(sector, ISO9660_MAGIC, sizeof(ISO9660_MAGIC) - 1) != 0) {
/freebsd-11-stable/tools/tools/ath/common/
H A Dah_osdep.h53 (bcmp((_a), (_b), IEEE80211_ADDR_LEN) == 0)

Completed in 521 milliseconds

1234567891011>>