Searched refs:memcmp (Results 801 - 825 of 1064) sorted by relevance

<<31323334353637383940>>

/freebsd-13-stable/contrib/bsnmp/snmpd/
H A Dtrans_inet.c758 if (memcmp(&sin->sin6_addr, &in6addr_any, sizeof(in6addr_any)) == 0) {
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/
H A DVerifyDiagnosticConsumer.cpp141 return memcmp(P, S.data(), S.size()) == 0;
/freebsd-13-stable/contrib/kyua/utils/sqlite/
H A Dstatement_test.cpp548 ATF_REQUIRE(std::memcmp(blob, ret_blob, 2) == 0);
/freebsd-13-stable/contrib/libevent/test/
H A Dregress_http.c224 if ((r = memcmp(d, s, s_sz)))
2924 tt_assert(!memcmp(s, "\0\0x\0\0", 5));
2931 tt_assert(!memcmp(s, "\0\0x\0\0", 5));
3437 if (memcmp(evbuffer_pullup(reply, -1), expected, expected_len) != 0) {
/freebsd-13-stable/contrib/libucl/uthash/
H A Duthash.h27 #include <string.h> /* memcmp,strlen */
366 #define HASH_KEYCMP(a,b,len) memcmp(a,b,len)
/freebsd-13-stable/contrib/diff/src/
H A Danalyze.c848 || memcmp (cmp->file[0].buffer,
/freebsd-13-stable/contrib/elftoolchain/common/
H A Duthash.h29 #include <string.h> /* memcmp,strlen */
579 #define HASH_KEYCMP(a,b,len) memcmp(a,b,len)
/freebsd-13-stable/contrib/file/src/
H A Dcompress.c270 zm = memcmp(buf, compr[i].u.magic,
/freebsd-13-stable/contrib/atf/atf-sh/
H A Datf-check.cpp523 (std::memcmp(buf1, buf2, f1.gcount()) != 0)) {
/freebsd-13-stable/contrib/llvm-project/clang/lib/Basic/
H A DDiagnostic.cpp553 return StrLen-1 == ModifierLen && memcmp(Modifier, Str, StrLen-1) == 0;
/freebsd-13-stable/sys/dev/acpi_support/
H A Dacpi_wmi.c893 if (!memcmp(winfo->ginfo.guid, guid, 16)) {
/freebsd-13-stable/sys/dev/hdmi/
H A Ddwc_hdmi.c788 memcmp(&edid[p + 1], HDMI_OUI, HDMI_OUI_LEN) == 0)
/freebsd-13-stable/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_data_bcm.c700 } else if (memcmp(&hval, &hvar->value, hval_len) != 0) {
/freebsd-13-stable/contrib/llvm-project/llvm/tools/opt/
H A Dopt.cpp1010 (memcmp(Buffer.data(), FirstRunBuffer.data(), Buffer.size()) != 0)) {
/freebsd-13-stable/contrib/ofed/infiniband-diags/src/
H A Dibqueryerrors.c105 return memcmp(&zero_gid, gid, sizeof(*gid));
/freebsd-13-stable/contrib/ofed/libibverbs/
H A Dverbs.c718 } while (!ret && (memcmp(&sgid, gid, sizeof(*gid)) ||
/freebsd-13-stable/contrib/ofed/librdmacm/examples/
H A Drping.c996 if (memcmp(cb->start_buf, cb->rdma_buf, cb->size)) {
/freebsd-13-stable/contrib/ofed/opensm/opensm/
H A Dosm_prtn_config.c118 return (memcmp(mgid, &osm_ipoib_broadcast_mgid,
/freebsd-13-stable/contrib/opie/
H A Dftpcmd.y635 if (memcmp (a, p, sizeof (data_dest.sin_addr)))
H A Dopielogin.c1108 if (!memcmp(&thisuser, &nouser, sizeof(thisuser)))
/freebsd-13-stable/contrib/ntp/ntpd/
H A Dntp_leapsec.c1161 if (0 != memcmp(&rdig, &ldig, sizeof(sha1_digest)))
H A Dntp_refclock.c1490 if (0 == memcmp(&timeout, &ap->ts, sizeof(timeout)))
/freebsd-13-stable/contrib/ntp/sntp/libevent/test/
H A Dregress_http.c210 if ((r = memcmp(d, s, s_sz)))
2671 tt_assert(!memcmp(s, "\0\0x\0\0", 5));
2678 tt_assert(!memcmp(s, "\0\0x\0\0", 5));
3174 if (memcmp(evbuffer_pullup(reply, -1), expected, expected_len) != 0) {
/freebsd-13-stable/contrib/ntp/sntp/
H A Dmain.c1564 !memcmp(&latest, &cached, sizeof(latest))) {
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DELFTypes.h472 return (memcmp(e_ident, ELF::ElfMagic, strlen(ELF::ElfMagic))) == 0;

Completed in 206 milliseconds

<<31323334353637383940>>