Searched refs:memcmp (Results 701 - 725 of 1064) sorted by relevance

<<21222324252627282930>>

/freebsd-13-stable/sys/arm/allwinner/
H A Da10_hdmi.c443 memcmp(&edid[p + 1], HDMI_OUI, HDMI_OUI_LEN) == 0)
/freebsd-13-stable/crypto/openssh/regress/unittests/test_helper/
H A Dtest_helper.c376 r = memcmp(aa1, aa2, l);
/freebsd-13-stable/crypto/openssl/apps/
H A Denc.c456 } else if (memcmp(mbuf, magic, sizeof(magic) - 1)) {
/freebsd-13-stable/crypto/openssl/crypto/asn1/
H A Dtasn_enc.c378 i = memcmp(d1->data, d2->data, cmplen);
/freebsd-13-stable/crypto/openssl/crypto/conf/
H A Dconf_def.c242 if (i >= 3 && memcmp(p, utf8_bom, 3) == 0) {
/freebsd-13-stable/crypto/openssl/crypto/des/
H A Dset_key.c107 if (memcmp(weak_keys[i], key, sizeof(DES_cblock)) == 0)
/freebsd-13-stable/usr.sbin/config/
H A Dmain.c634 changed = memcmp(p, q, tsize);
/freebsd-13-stable/usr.sbin/rpc.tlsservd/
H A Drpc.tlsservd.c833 if (slen != strlen(rpctls_cnuseroid) || memcmp(usern,
/freebsd-13-stable/usr.sbin/rpcbind/tests/
H A Daddrmerge_test.c274 if (0 == memcmp(bind_addresses[i]->sa_data, sa->sa_data,
/freebsd-13-stable/usr.sbin/rtsold/
H A Drtsol.c718 memcmp(rao->rao_msg, msg, len) == 0)
H A Drtsold.c485 if (memcmp(&rai->rai_saddr.sin6_addr, &sin6->sin6_addr,
/freebsd-13-stable/usr.sbin/rwhod/
H A Drwhod.c673 if (memcmp(sdl->sdl_data, np->n_name,
/freebsd-13-stable/sys/contrib/dev/acpica/components/debugger/
H A Ddbcmds.c854 else if (memcmp (Aml1, Aml2, Aml1Length))
/freebsd-13-stable/sys/netinet6/
H A Din6_var.h588 * an indication of order, memcmp() is, and is an ISO C99 requirement.
594 return (memcmp(&a->im6s_addr, &b->im6s_addr, sizeof(struct in6_addr)));
/freebsd-13-stable/sys/netpfil/ipfw/
H A Dip_fw_table_value.c100 return (memcmp(((struct table_val_link *)no)->pval, key, 56));
/freebsd-13-stable/usr.bin/compress/
H A Dzopen.c483 memcmp(header, magic_header, sizeof(magic_header)) != 0) {
/freebsd-13-stable/usr.bin/gzip/
H A Dunlz.c636 if (memcmp(header, hdrmagic, sizeof(hdrmagic)) != 0)
/freebsd-13-stable/usr.bin/limits/
H A Dlimits.c734 if (stat(path, &st1) != -1 && memcmp(&st, &st1, sizeof st) == 0)
/freebsd-13-stable/usr.bin/sed/
H A Dprocess.c528 memcmp(p, y->multis[i].from,
/freebsd-13-stable/usr.bin/top/
H A Ddisplay.c408 if (memcmp(lprocstates, brkdn, num_procstates * sizeof(int)) != 0)
/freebsd-13-stable/sys/x86/xen/
H A Dpv.c484 if (memcmp(ehdr->e_ident, ELFMAG, SELFMAG) ||
/freebsd-13-stable/tools/regression/sockets/udp_pingpong/
H A Dudp_pingpong.c462 memcmp(recv_buf.data, PDATA(tcp, recv_buf.pnum), PKT_SIZE) != 0) {
/freebsd-13-stable/contrib/llvm-project/lldb/source/Expression/
H A DMaterializer.cpp637 !memcmp(m_original_data->GetBytes(), data.GetDataStart(),
1271 if (!memcmp(register_data.GetDataStart(), m_register_contents->GetBytes(),
/freebsd-13-stable/contrib/unbound/validator/
H A Dval_neg.c826 memcmp(zone->nsec3_salt, s, slen) != 0)) {
1209 memcmp(zone->nsec3_salt, s, slen) == 0);
/freebsd-13-stable/crypto/heimdal/kadmin/
H A Drpc.c121 if (memcmp(p, "\x04\x01", 2) != 0)
141 if (l != oid->length || memcmp(p, oid->elements, oid->length) != 0)

Completed in 305 milliseconds

<<21222324252627282930>>