Searched refs:memcmp (Results 876 - 900 of 1064) sorted by relevance

<<31323334353637383940>>

/freebsd-13-stable/contrib/unbound/iterator/
H A Diter_utils.c935 memcmp(d1->rr_data[i], d2->rr_data[i],
/freebsd-13-stable/contrib/unbound/util/data/
H A Dmsgreply.c1192 return memcmp(p->opt_data, q->opt_data, p->opt_len);
/freebsd-13-stable/contrib/unbound/validator/
H A Dval_anchor.c266 memcmp(k->data, rdata, rdata_len) == 0)
/freebsd-13-stable/contrib/wpa/hostapd/
H A Dhostapd_cli.c746 if (memcmp(buf, "FAIL", 4) == 0)
/freebsd-13-stable/contrib/wpa/src/drivers/
H A Ddriver_hostap.c92 if (memcmp(pos, rfc1042_header, sizeof(rfc1042_header)) != 0) {
/freebsd-13-stable/lib/libc/gen/
H A Dgetgrent.c1521 memcmp(line, name, namesize) == 0)
/freebsd-13-stable/lib/libcasper/services/cap_net/tests/
H A Dnet_test.c202 memcmp(res1->ai_addr, res0->ai_addr,
/freebsd-13-stable/lib/libfetch/
H A Dcommon.c900 return (!memcmp(left, (const void *)rhost, rhostlen) ? 1 : 0);
/freebsd-13-stable/contrib/tcpdump/
H A Dprint-snmp.c758 if (memcmp(a->oid, p, a->oid_len) == 0) {
/freebsd-13-stable/lib/libtacplus/
H A Dtaclib.c561 if (memcmp(msg->session_id, h->request.session_id,
/freebsd-13-stable/libexec/bootpd/
H A Dreadfile.c54 #define bcmp(a,b,c) memcmp(a,b,c)
/freebsd-13-stable/contrib/bearssl/src/x509/
H A Dx509_decoder.c661 x = -(memcmp(a1 + 1, a2 + 1, len) == 0);
/freebsd-13-stable/contrib/bmake/
H A Dsuff.c345 memcmp(suff->name, name, nameLen) == 0)
/freebsd-13-stable/contrib/bsnmp/lib/
H A Dsnmp.c652 memcmp(digest, pdu->msg_digest, sizeof(pdu->msg_digest)) != 0)
/freebsd-13-stable/contrib/libarchive/libarchive/test/
H A Dtest_read_format_rar5.c396 assertEqualInt(0, memcmp(buf, "Cebula", 6));
/freebsd-13-stable/contrib/elftoolchain/elfcopy/
H A Dsymbols.c204 if (i == 0 && !memcmp(s, &sym0, sizeof(GElf_Sym)))
/freebsd-13-stable/contrib/file/src/
H A Dreadelf.c1489 if (memcmp("gnu", p, 3) != 0) {
/freebsd-13-stable/sys/contrib/zstd/lib/dictBuilder/
H A Dcover.c253 return memcmp(ctx->samples + lhs, ctx->samples + rhs, ctx->d);
/freebsd-13-stable/sys/dev/hyperv/hvsock/
H A Dhv_sock.c174 return !memcmp(&id->hv_guid[4],
/freebsd-13-stable/sys/dev/hyperv/vmbus/
H A Dvmbus.c1198 if (memcmp(&chan->ch_guid_type, guid, sizeof(struct hyperv_guid)) == 0)
/freebsd-13-stable/sys/dev/ice/
H A Dice_nvm.c954 if (memcmp("$CIV", tmp.signature, sizeof(tmp.signature)) != 0)
/freebsd-13-stable/contrib/ofed/librdmacm/
H A Drsocket.c486 return memcmp(dst1, dst2, len);
1410 return (!memcmp(&addr->sin6.sin6_addr, &in6addr_any, 16) ||
1411 !memcmp(&addr->sin6.sin6_addr, &in6addr_loopback, 16));
4049 if (!memcmp(sgid, &gid, sizeof gid))
/freebsd-13-stable/contrib/ofed/opensm/opensm/
H A Dosm_mesh.c274 return memcmp(p, s->node->poly, n*sizeof(int));
H A Dosm_ucast_mgr.c1004 !memcmp(p_sw->new_lft + block_id_ho * IB_SMP_DATA_SIZE,
/freebsd-13-stable/contrib/ntp/ntpdate/
H A Dntpdate.c842 !memcmp("RATE", &rpkt->refid, 4)) {

Completed in 241 milliseconds

<<31323334353637383940>>