Searched refs:memcmp (Results 301 - 325 of 1064) sorted by relevance

<<11121314151617181920>>

/freebsd-13-stable/usr.sbin/sa/
H A Ddb.c113 memcmp(key.data, VERSION_KEY, sizeof(VERSION_KEY)) == 0)
/freebsd-13-stable/sys/contrib/dev/acpica/include/
H A Dacclib.h274 memcmp (
/freebsd-13-stable/tools/tools/net80211/wlaninject/
H A Dwlaninject.c445 if (memcmp(sent->i_addr1, got->i_addr1, 6) != 0)
460 if (memcmp(sent->i_addr2, got->i_addr2, 6) == 0 &&
461 memcmp(sent->i_addr3, got->i_addr3, 6) == 0)
508 if (memcmp(sent, wh, slen) == 0) {
/freebsd-13-stable/tests/sys/cddl/zfs/bin/
H A Dfile_trunc.c206 if (memcmp(buf, rbuf, bsize) != 0) {
207 perror("memcmp");
/freebsd-13-stable/contrib/subversion/subversion/libsvn_delta/
H A Dxdelta.c180 if (memcmp(blocks->data + blocks->slots[h].pos, blocks->data + pos,
201 if (memcmp(blocks->data + blocks->slots[h].pos, data,
/freebsd-13-stable/contrib/wpa/src/utils/
H A Dos.h512 #define os_memcmp(s1, s2, n) memcmp((s1), (s2), (n))
646 #define memcmp OS_DO_NOT_USE_memcmp macro
/freebsd-13-stable/crypto/heimdal/appl/test/
H A Dgssapi_server.c222 && memcmp(p, GSS_KRB5_MECHANISM->elements, mech_oid->length) == 0)
225 && memcmp(p, GSS_SPNEGO_MECHANISM->elements, mech_oid->length) == 0)
/freebsd-13-stable/contrib/ipfilter/lib/
H A Dsave_v1trap.c62 if (memcmp(&s1->sin6, &s2->sin6, sizeof(s1->sin6)))
67 if (memcmp(&s1->sin, &s2->sin, sizeof(s1->sin)))
H A Dsave_v2trap.c66 if (memcmp(&s1->sin6, &s2->sin6, sizeof(s1->sin6)))
71 if (memcmp(&s1->sin, &s2->sin, sizeof(s1->sin)))
/freebsd-13-stable/contrib/libarchive/libarchive/
H A Darchive_blake2s_ref.c322 if( 0 != memcmp( hash, blake2s_keyed_kat[i], BLAKE2S_OUTBYTES ) )
355 if (0 != memcmp(hash, blake2s_keyed_kat[i], BLAKE2S_OUTBYTES)) {
/freebsd-13-stable/sys/dev/pci/controller/
H A Dpci_n1sdp.c170 if (memcmp(hdr->OemId, "ARMLTD", ACPI_OEM_ID_SIZE) != 0 ||
171 memcmp(hdr->OemTableId, "ARMN1SDP", ACPI_OEM_TABLE_ID_SIZE) != 0 ||
/freebsd-13-stable/sys/dev/hid/
H A Dhms.c144 if (len == sc->last_irsize && memcmp(buf, sc->last_ir, len) == 0) {
255 memcmp(d_ptr, hms_boot_desc, sizeof(hms_boot_desc)) == 0);
/freebsd-13-stable/contrib/ofed/infiniband-diags/src/
H A Dibccquery.c155 if (memcmp(data + 40 + i * 12, emptybuf, 12)) {
174 if (memcmp(data + 12 + i * 16, emptybuf, 16)) {
/freebsd-13-stable/contrib/lua/src/
H A Dlstring.c39 (memcmp(getstr(a), getstr(b), len) == 0)); /* equal contents */
194 lua_assert(str != NULL); /* otherwise 'memcmp'/'memcpy' are undefined */
196 if (l == ts->shrlen && (memcmp(str, getstr(ts), l * sizeof(char)) == 0)) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DFoldingSet.cpp36 return memcmp(Data, RHS.Data, Size*sizeof(*Data)) == 0;
40 /// profiled bits and their ordering defined by memcmp().
44 return memcmp(Data, RHS.Data, Size*sizeof(*Data)) < 0;
167 /// profiled bits and their ordering defined by memcmp().
/freebsd-13-stable/sys/rpc/
H A Dauth_unix.c163 if (!memcmp(&xcr, &au->au_xcred, sizeof(xcr))) {
220 if (!memcmp(&xcr, &tau->au_xcred, sizeof(xcr))) {
/freebsd-13-stable/crypto/openssh/
H A Dgss-serv.c229 if (ename->length < 6 || memcmp(tok, "\x04\x01", 2) != 0)
286 (memcmp(supported_mechs[i]->oid.elements,
/freebsd-13-stable/crypto/openssl/crypto/dsa/
H A Ddsa_asn1.c148 if (derlen != siglen || memcmp(sigbuf, der, derlen))
/freebsd-13-stable/usr.sbin/bluetooth/hcsecd/
H A Dparser.y247 if (memcmp(bdaddr, &key->bdaddr, sizeof(key->bdaddr)) == 0)
251 if (memcmp(NG_HCI_BDADDR_ANY, &key->bdaddr,
/freebsd-13-stable/sys/ofed/drivers/infiniband/core/
H A Dib_roce_gid_mgmt.c277 if (memcmp(&gid, &zgid, sizeof(zgid)) == 0)
287 memcmp(&entry->ipx_addr, &ipx, sizeof(ipx)) == 0)
H A Dib_multicast.c145 ret = memcmp(mgid->raw, group->rec.mgid.raw, sizeof *mgid);
170 ret = memcmp(group->rec.mgid.raw, cur_group->rec.mgid.raw,
296 memcmp(&src->port_gid, &dst->port_gid, sizeof src->port_gid))
536 mgids_changed = memcmp(&rec->mgid, &group->rec.mgid,
541 is_mgid0 = !memcmp(&mgid0, &group->rec.mgid,
569 is_mgid0 = !memcmp(&mgid0, mgid, sizeof mgid0);
/freebsd-13-stable/tools/tools/net80211/wesside/dics/
H A Ddics.c151 if (memcmp(buf, "sorbo", 5) != 0)
176 got_it = memcmp(&buf[rd-5], "sorbo", 5) == 0;
/freebsd-13-stable/tools/regression/netinet/msocket/
H A Dmsocket.c159 if (memcmp(&ia, &defaultv, sizeof(struct in_addr)))
185 if (memcmp(&ia, &modifiedv, sizeof(struct in_addr)))
/freebsd-13-stable/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib_multicast.c113 ret = memcmp(mgid, mcast->mcmember.mgid.raw,
138 ret = memcmp(mcast->mcmember.mgid.raw, tmcast->mcmember.mgid.raw,
167 if (!memcmp(mcast->mcmember.mgid.raw, dev->if_broadcastaddr + 4,
726 if (memcmp(addr, broadcast, 6))
729 if (memcmp(addr + 7, broadcast + 7, 3))
899 if (memcmp(iter->mgid.raw, mcast->mcmember.mgid.raw,
/freebsd-13-stable/crypto/openssl/ssl/
H A Dt1_enc.c696 if (memcmp(val, TLS_MD_CLIENT_FINISH_CONST,
699 if (memcmp(val, TLS_MD_SERVER_FINISH_CONST,
702 if (memcmp(val, TLS_MD_MASTER_SECRET_CONST,
705 if (memcmp(val, TLS_MD_EXTENDED_MASTER_SECRET_CONST,
708 if (memcmp(val, TLS_MD_KEY_EXPANSION_CONST,

Completed in 292 milliseconds

<<11121314151617181920>>