Searched refs:bcmp (Results 76 - 100 of 299) sorted by relevance

1234567891011>>

/freebsd-11-stable/libexec/bootpd/
H A Ddovend.c23 # define bcmp(a,b,c) memcmp(a,b,c) macro
H A Dhash.c46 #define bcmp(a,b,c) memcmp(a,b,c) macro
/freebsd-11-stable/libexec/rbootd/
H A Drbootd.c347 if (bcmp((char *)&rconn->rmp.hp_hdr.saddr[0],
H A Dutils.c500 if (bcmp((char *)&rconn->rmp.hp_hdr.saddr[0],
/freebsd-11-stable/lib/libbluetooth/
H A Dbluetooth.c92 if (p->h_addrtype == type && bcmp(p->h_addr, addr, len) == 0)
/freebsd-11-stable/lib/libc/net/
H A Deui64.c252 if (bcmp(&local_eui64.octet[0],
/freebsd-11-stable/sys/nfsclient/
H A Dnfs.h90 ((n)->n_fhsize == (s) && !bcmp((caddr_t)(n)->n_fhp, (caddr_t)(f), (s)))
/freebsd-11-stable/sys/sys/
H A Dzutil.h37 # define memcmp bcmp
H A Dlibkern.h101 int bcmp(const void *, const void *, size_t);
/freebsd-11-stable/sys/fs/procfs/
H A Dprocfs_ctl.c304 if (bcmp(buf, nm->nm_name, buflen+1) == 0)
/freebsd-11-stable/usr.bin/tcopy/
H A Dtcopy.c267 if (bcmp(inb, outb, inn)) {
/freebsd-11-stable/usr.sbin/edquota/
H A Dedquota.c811 if (bcmp(units, "second", 6) == 0)
813 else if (bcmp(units, "minute", 6) == 0)
815 else if (bcmp(units, "hour", 4) == 0)
817 else if (bcmp(units, "day", 3) == 0)
/freebsd-11-stable/stand/uboot/lib/
H A Dglue.c125 if (!bcmp(sp, API_SIG_MAGIC, API_SIG_MAGLEN)) {
/freebsd-11-stable/lib/libc/
H A DMakefile158 KSRCS= bcmp.c ffs.c ffsl.c fls.c flsl.c mcount.c strcat.c strchr.c \
/freebsd-11-stable/stand/i386/libi386/
H A Dbiospnp.c119 if (!bcmp(sigptr, "$PnP", 4)) {
/freebsd-11-stable/sys/compat/linux/
H A Dlinux_util.c264 if (bcmp(d, &de->entry, sizeof(*d)) == 0) {
/freebsd-11-stable/sys/fs/tmpfs/
H A Dtmpfs.h481 bcmp((de)->ud.td_name, (name), (de)->td_namelen) == 0)
/freebsd-11-stable/sys/kgssapi/krb5/
H A Dkrb5_mech.c433 || bcmp(krb5_mech_oid.elements, p + 2,
740 if (bcmp(oid->elements, p, oid->length))
1094 if (bcmp(tm->m_data, p + 8, cklen)) {
1211 if (bcmp(buf, p + 16, cklen)) {
1753 if (bcmp(cm->m_data, hm->m_data + 16, cklen)) {
1912 if (bcmp(buf, buf2, cklen))
1957 if (bcmp(cm->m_data, buf, cklen))
/freebsd-11-stable/usr.sbin/rpc.lockd/
H A Dlockd_lock.c682 retval = !bcmp(n0->n_bytes, n1->n_bytes, n0->n_len);
745 if (bcmp(&fl->filehandle, &ifl->filehandle, sizeof(fhandle_t)))
825 if (bcmp(&fl->filehandle, &ifl->filehandle, sizeof(fhandle_t)))
1060 if (bcmp(&fl->filehandle, &imf->filehandle,
1145 if (bcmp(&fl->filehandle, &imf->filehandle,
1211 if (!bcmp(&fl->filehandle, &ifl->filehandle,
/freebsd-11-stable/contrib/gcc/
H A Dsystem.h766 #undef bcmp macro
768 #pragma GCC poison bcopy bzero bcmp rindex
/freebsd-11-stable/sys/netgraph/bluetooth/l2cap/
H A Dng_l2cap_misc.c78 bcmp(&l2cap->bdaddr, NG_HCI_BDADDR_ANY, sizeof(l2cap->bdaddr)) == 0)
304 if ((bcmp(bdaddr, &con->remote, sizeof(con->remote)) == 0)&&
/freebsd-11-stable/sys/i386/i386/
H A Dbios.c230 if (!bcmp(sp + sigofs, sig, siglen)) {
529 if (!bcmp(str, s, len)) {
/freebsd-11-stable/sys/netinet/libalias/
H A Dalias_nbt.c516 if (!bcmp(&nbtarg->oldaddr, &nb->addr, sizeof(struct in_addr))) {
587 if (!bcmp(&nbtarg->oldaddr, &a->addr, sizeof(struct in_addr))) {
/freebsd-11-stable/tools/tools/crypto/
H A Dcryptotest.c338 if (verify && bcmp(ciphertext, cleartext, size) == 0) {
356 if (verify && bcmp(cleartext, originaltext, size) != 0) {
/freebsd-11-stable/sbin/camcontrol/
H A Dfwdownload.c539 if (bcmp(vpd_page.load_id, header->load_id,
547 if (bcmp(vpd_page.ru_name, header->ru_name,

Completed in 518 milliseconds

1234567891011>>