Home
last modified time | relevance | path

Searched refs:bcmp (Results 1 – 25 of 212) sorted by relevance

123456789

/dragonfly/test/debug/
H A Dutf8bin.c67 if (bcmp(ibuf, obuf, o) == 0) { in main()
75 if (bcmp(ibuf, obuf, r2) == 0) in main()
80 if (bcmp(ibuf, obuf, o) == 0) in main()
/dragonfly/sys/platform/pc64/x86_64/
H A Dmemcmp.s56 ENTRY(bcmp)
62 END(bcmp)
H A Dbios.c87 if (!bcmp(sp + sigofs, sig, siglen)) { in bios_sigsearch()
/dragonfly/sys/netinet/
H A Dip_encap.c345 bcmp(&ep->src, sp, sp->sa_len) != 0 || in encap_attach()
346 bcmp(&ep->srcmask, sm, sp->sa_len) != 0) in encap_attach()
349 bcmp(&ep->dst, dp, dp->sa_len) != 0 || in encap_attach()
350 bcmp(&ep->dstmask, dm, dp->sa_len) != 0) in encap_attach()
472 if (bcmp(&s, &ep->src, ep->src.ss_len) == 0 && in mask_match()
473 bcmp(&d, &ep->dst, ep->dst.ss_len) == 0) { in mask_match()
/dragonfly/lib/libc/x86_64/string/
H A Dmemcmp.S16 ENTRY(bcmp)
22 END(bcmp)
H A DMakefile.inc3 MDSRCS+= bcmp.S bcopy.S bzero.S ffs.S ffsl.S fls.S flsl.S memcmp.S memcpy.S \
/dragonfly/sys/vfs/nfs/
H A Dnfs_node.c118 bcmp((caddr_t)fhp, (caddr_t)np->n_fhp, fhsize)) { in nfs_nget()
134 bcmp((caddr_t)fhp, (caddr_t)np->n_fhp, fhsize) == 0 in nfs_nget()
191 bcmp((caddr_t)fhp, (caddr_t)np2->n_fhp, fhsize)) { in nfs_nget()
254 bcmp((caddr_t)fhp, (caddr_t)np->n_fhp, fhsize)) { in nfs_nget_nonblock()
333 bcmp((caddr_t)fhp, (caddr_t)np2->n_fhp, fhsize)) { in nfs_nget_nonblock()
/dragonfly/sys/netinet6/
H A Din6_ifattach.c140 if (bcmp(nullbuf, seed0, sizeof(nullbuf)) == 0) { in generate_tmp_ifid()
184 if (bcmp(nullbuf, ret, sizeof(nullbuf)) == 0) { in generate_tmp_ifid()
271 if (bcmp(addr, allzero, addrlen) == 0) in get_hw_ifid()
273 if (bcmp(addr, allone, addrlen) == 0) in get_hw_ifid()
318 bcmp(&in6->s6_addr[9], allzero, 7) == 0) { in get_hw_ifid()
874 if (bcmp(ndi->randomid, nullbuf, sizeof(nullbuf)) == 0) { in in6_get_tmpifid()
923 if (bcmp(ndi->randomid, nullbuf, sizeof(nullbuf)) != 0) { in in6_tmpaddrtimer_dispatch()
/dragonfly/stand/lib/
H A Dether.c105 if (bcmp(d->myea, eh->ether_dhost, ETHER_ADDR_LEN) != 0 && in readether()
106 bcmp(bcea, eh->ether_dhost, ETHER_ADDR_LEN) != 0) { in readether()
H A Dcd9660.c137 if (bcmp(sh->type, identifier, 2) == 0) in susp_lookup_record()
139 if (bcmp(sh->type, SUSP_STOP, 2) == 0) in susp_lookup_record()
141 if (bcmp(sh->type, SUSP_CONTINUATION, 2) == 0) { in susp_lookup_record()
202 if (bcmp(sp->h.type, SUSP_PRESENT, 2) != 0) in rrip_check()
299 if (bcmp(vd->id, ISO_STANDARD_ID, sizeof vd->id) != 0) in cd9660_open()
H A Dif_ether.h207 (bcmp((enm)->enm_addrlo, (addrlo), ETHER_ADDR_LEN) != 0 || \
208 bcmp((enm)->enm_addrhi, (addrhi), ETHER_ADDR_LEN) != 0); \
H A Darp.c224 if (bcmp(&arp_list[arp_num].addr, in arprecv()
276 if (bcmp(arp->arp_tpa, &d->myip, sizeof(arp->arp_tpa))) in arp_reply()
/dragonfly/sys/vfs/smbfs/
H A Dsmbfs_node.c176 if (nmlen == 2 && bcmp(name, "..", 2) == 0) { in smbfs_node_alloc()
200 np->n_nmlen != nmlen || bcmp(name, np->n_name, nmlen) != 0) in smbfs_node_alloc()
211 bcmp(name, np2->n_name, nmlen) == 0) in smbfs_node_alloc()
255 np2->n_nmlen != nmlen || bcmp(name, np2->n_name, nmlen) != 0) in smbfs_node_alloc()
/dragonfly/libexec/bootpd/tools/bootptest/
H A Dprint-bootp.c112 if (e == NULL || bcmp((char *) bp->bp_chaddr, e, 6)) in bootp_print()
172 if (!bcmp(bp->bp_vend, vm_rfc1048, sizeof(u_int32))) in bootp_print()
174 else if (!bcmp(bp->bp_vend, vm_cmu, sizeof(u_int32))) in bootp_print()
H A Dbootptest.h13 #define bcmp(a,b,c) memcmp(a,b,c) macro
/dragonfly/libexec/bootpd/
H A Ddumptab.c21 #define bcmp(a,b,c) memcmp(a,b,c) macro
264 if (!bcmp(hp->vm_cookie, vm_rfc1048, 4)) { in dump_host()
266 } else if (!bcmp(hp->vm_cookie, vm_cmu, 4)) { in dump_host()
/dragonfly/lib/libc/string/
H A Dbcmp.c39 bcmp(const void *b1, const void *b2, size_t length) in bcmp() function
H A DMakefile.inc11 MISRCS+=bcmp.c bcopy.c bzero.c explicit_bzero.c \
49 MLINKS+=memcmp.3 bcmp.3
/dragonfly/sys/sys/
H A Dlibkern.h98 int bcmp(const void *, const void *, size_t);
161 return (bcmp(b1, b2, len)); in memcmp()
/dragonfly/usr.sbin/fstyp/
H A Dcd9660.c51 if (bcmp(sector, ISO9660_MAGIC, sizeof(ISO9660_MAGIC) - 1) != 0) { in fstyp_cd9660()
/dragonfly/sbin/startslip/
H A Dstartslip.c384 if (bcmp(buf, annex, strlen(annex)) == 0) { in main()
389 if (bcmp(&buf[1], "sername:", 8) == 0) { in main()
394 if (bcmp(&buf[1], "assword:", 8) == 0) { in main()
/dragonfly/sys/vfs/isofs/cd9660/
H A Dcd9660_vfsops.c334 if (bcmp (vdp->id, ISO_STANDARD_ID, sizeof vdp->id) != 0) { in iso_mountfs()
335 if (bcmp (vdp->id_sierra, ISO_SIERRA_ID, in iso_mountfs()
360 if (bcmp(sup->escape, "%/@", 3) == 0) in iso_mountfs()
362 if (bcmp(sup->escape, "%/C", 3) == 0) in iso_mountfs()
364 if (bcmp(sup->escape, "%/E", 3) == 0) in iso_mountfs()
/dragonfly/lib/libtelnet/
H A Dencrypt.h73 #define SAMEKEY(k1, k2) (!bcmp((void *)k1, (void *)k2, sizeof(Block)))
/dragonfly/include/
H A Dstrings.h43 int bcmp(const void *, const void *, size_t) __pure; /* LEGACY */
/dragonfly/contrib/gcc-4.7/libcpp/
H A Dsystem.h440 #undef bcmp
442 #pragma GCC poison bcopy bzero bcmp rindex

123456789