Searched refs:memcmp (Results 626 - 650 of 1064) sorted by relevance

<<21222324252627282930>>

/freebsd-13-stable/contrib/nvi/ex/
H A Dex_argv.c332 (nlen > len || memcmp(np, pw->pw_name, nlen)))
625 if (len < nlen || memcmp(dp->d_name, name, nlen))
/freebsd-13-stable/contrib/ntp/lib/isc/unix/
H A Difiter_ioctl.c507 if (memcmp(&iter->current.address.type.in6, &in6addr_any,
730 if (memcmp(&iter->current.address.type.in6, &in6addr_any,
/freebsd-13-stable/sys/kgssapi/
H A Dgsstest.c375 || memcmp(message_buf.value, server_token.value,
1024 || memcmp(rcred->client_principal->name, server_acl->name,
/freebsd-13-stable/sys/dev/smartpqi/
H A Dsmartpqi_init.c344 if (memcmp(&signature, PQISRC_PQI_DEVICE_SIGNATURE,
627 if (memcmp(conf_table->sign, PQI_CONF_TABLE_SIGNATURE,
/freebsd-13-stable/usr.sbin/ppp/
H A Dncpaddr.c226 return !memcmp(&addr->ncpaddr_ip6addr, &cmp->ncpaddr_ip6addr,
477 return !memcmp(&range->ncprange_ip6addr, &cmp->ncprange_ip6addr,
/freebsd-13-stable/sys/contrib/ck/src/
H A Dck_ht.c359 if (memcmp(pointer, key, key_length) == 0)
589 if (memcmp(pointer, key, key_length) == 0)
/freebsd-13-stable/sys/netinet/
H A Dtcp_fastopen.c588 if (memcmp(wire_cookie, &psk_cookie,
597 } else if (memcmp(wire_cookie, cur_cookie, TCP_FASTOPEN_COOKIE_LEN) == 0)
H A Dsctp_asconf.c857 (memcmp(&aa->ap.addrp.addr, &sin6->sin6_addr,
870 (memcmp(&aa->ap.addrp.addr, &sin->sin_addr,
906 (memcmp(&v6addr->addr, &sin6->sin6_addr,
922 (memcmp(&v4addr->addr, &sin->sin_addr,
2955 if (memcmp(&sin6->sin6_addr, a6p->addr,
/freebsd-13-stable/sys/ofed/drivers/infiniband/core/
H A Dib_addr.c342 if (memcmp(&src_in->sin_addr, &dst_in->sin_addr,
533 if (memcmp(&src_in->sin6_addr, &dst_in->sin6_addr,
/freebsd-13-stable/usr.bin/sort/
H A Dcoll.c1018 cmp = memcmp(kv1->hint->v.Rh.cached,
1038 return (memcmp(hash1, hash2, sizeof(hash1)));
/freebsd-13-stable/tools/regression/net80211/ccmp/
H A Dtest_ccmp.c653 } else if (memcmp(mtod(m, const void *), t->encrypted, t->encrypted_len)) {
681 } else if (memcmp(mtod(m, const void *), t->plaintext, t->plaintext_len)) {
/freebsd-13-stable/contrib/subversion/subversion/libsvn_subr/
H A Dcache-membuffer.c503 SVN_ERR_ASSERT(memcmp(lhs->content_hash, rhs->content_hash,
505 SVN_ERR_ASSERT(memcmp(lhs->prefix_hash, rhs->prefix_hash,
507 SVN_ERR_ASSERT(memcmp(lhs->key_hash, rhs->key_hash,
509 SVN_ERR_ASSERT(memcmp(lhs->prefix_tail, rhs->prefix_tail,
1445 if (memcmp(to_find->full_key.data,
H A Dskel.c663 && ! memcmp(skel->data, str, len));
/freebsd-13-stable/sbin/pfctl/
H A Dpfctl.c568 if (memcmp(&last_src, resp[0]->ai_addr, sizeof(last_src)) == 0)
605 if (memcmp(&last_dst, resp[1]->ai_addr,
678 if (memcmp(&last_src, resp[0]->ai_addr, sizeof(last_src)) == 0)
715 if (memcmp(&last_dst, resp[1]->ai_addr,
790 if (memcmp(&last_src, resp->ai_addr, sizeof(last_src)) == 0)
/freebsd-13-stable/contrib/libarchive/libarchive/
H A Darchive_read_support_format_iso9660.c533 if (memcmp(p + 1, "CD001", 5) != 0)
602 if (!memcmp(iso9660->null, h + offset, sizeof(iso9660->null)))
608 return memcmp(iso9660->null, h + offset, bytes) == 0;
1489 if (memcmp(zisofs->header, zisofs_magic,
1921 if (memcmp(p, "SP\x07\x01\xbe\xef", 6) == 0) {
H A Darchive_entry.c145 #define wmemcmp(a,b,i) memcmp((a), (b), (i) * sizeof(wchar_t))
2016 && memcmp(start, flag->name, length) == 0) {
2022 && memcmp(start, flag->name + 2, length) == 0) {
/freebsd-13-stable/contrib/libarchive/test_utils/
H A Dtest_main.c910 if (v1 == v2 || (v1 != NULL && v2 != NULL && memcmp(v1, v2, l) == 0))
920 while (l > 64 && memcmp(v1, v2, 32) == 0) {
1050 if (memcmp(buff1, buff2, n1) != 0)
1118 if (n == s && memcmp(buff, contents, s) == 0) {
3172 if (memcmp(buff, "begin ", 6) == 0)
3181 if (memcmp(buff, "end", 3) == 0)
3722 if (memcmp(pwd, "/usr/obj", 8) == 0) {
/freebsd-13-stable/sys/geom/raid/
H A Dmd_ddf.c437 if (memcmp(meta->pdr->entry[i].PD_GUID, GUID, 24) == 0)
462 if (memcmp(meta->vdr->entry[i].VD_GUID, GUID, 24) == 0)
488 memcmp(vdc->VD_GUID, GUID, 24) == 0)
510 if (GUID == NULL || memcmp(vdc->VD_GUID, GUID, 24) == 0)
1123 memcmp(hdr->DDF_Header_GUID, ahdr->DDF_Header_GUID, 24) ||
1396 if (memcmp(pv->pv_meta.vde->VD_GUID, GUID, 24) == 0)
1413 if (memcmp(meta->pdd->PD_GUID, GUID, 24) == 0)
/freebsd-13-stable/crypto/openssl/ssl/statem/
H A Dextensions_clnt.c1262 || memcmp(data, s->s3->previous_client_finished,
1270 || memcmp(data, s->s3->previous_server_finished,
1657 || memcmp(s->session->ext.alpn_selected, s->s3->alpn_selected, len)
H A Dstatem_lib.c1320 || memcmp(hrrrandom,
1973 if (memcmp(tls12downgrade,
1986 if (memcmp(tls11downgrade,
/freebsd-13-stable/contrib/libevent/
H A Devutil.c628 if (!memcmp(addr, ZEROES, 8) ||
2229 if ((r = memcmp(sin1->sin6_addr.s6_addr, sin2->sin6_addr.s6_addr, 16)))
2469 return !memcmp(sin6->sin6_addr.s6_addr, LOOPBACK_S6, 16);
/freebsd-13-stable/contrib/apr-util/test/
H A Dtestcrypto.c496 if (memcmp(in, plainText, inlen)) {
518 if (memcmp(in, plainText, inlen)) {
540 if (memcmp(in, plainText, inlen)) {
/freebsd-13-stable/contrib/ntp/sntp/libevent/
H A Devutil.c624 if (!memcmp(addr, ZEROES, 8) ||
2199 if ((r = memcmp(sin1->sin6_addr.s6_addr, sin2->sin6_addr.s6_addr, 16)))
2439 return !memcmp(sin6->sin6_addr.s6_addr, LOOPBACK_S6, 16);
/freebsd-13-stable/stand/libsa/zfs/
H A Dnvlist.c825 memcmp(nvp_name->nv_data, name, nvp_name->nv_size) == 0 &&
920 memcmp(nvp_name->nv_data, name, nvp_name->nv_size) == 0 &&
1547 memcmp(nvp_name->nv_data, name, nvp_name->nv_size) == 0)
/freebsd-13-stable/sys/nlm/
H A Dnlm_prot_impl.c904 return !memcmp(&a4->sin_addr, &b4->sin_addr,
910 return !memcmp(&a6->sin6_addr, &b6->sin6_addr,
2295 && !memcmp(argp->alock.fh.n_bytes, nw->nw_lock.fh.n_bytes,

Completed in 504 milliseconds

<<21222324252627282930>>