Searched refs:memcmp (Results 276 - 300 of 1064) sorted by relevance

<<11121314151617181920>>

/freebsd-13-stable/sys/dev/mlx5/
H A Dfs.h105 return outer_headers_c[0] == 0 && !memcmp(outer_headers_c,
/freebsd-13-stable/sys/dev/neta/
H A Dif_mvneta_fdt.c245 if (memcmp(lmac, zeromac, ETHER_ADDR_LEN) == 0) {
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/cmd/file_trunc/
H A Dfile_trunc.c206 if (memcmp(buf, rbuf, bsize) != 0) {
207 perror("memcmp");
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DHeader.cpp108 memcmp(LHS.UUID, RHS.UUID, LHS.UUIDSize) == 0;
/freebsd-13-stable/contrib/opie/libopie/
H A Dlock.c233 if (memcmp(buffer, buffer2, i)) {
/freebsd-13-stable/contrib/ntp/sntp/tests/
H A DkeyFile.c41 if (memcmp(expected.key_seq, actual.key_seq, expected.key_len) != 0) {
/freebsd-13-stable/contrib/nvi/regex/
H A Dregexec.c115 #define EQ(a, b) (memcmp(a, b, m->g->nstates) == 0)
/freebsd-13-stable/contrib/ncurses/ncurses/base/
H A Dlib_bkgd.c149 if (!memcmp(&old_bkgd, &new_bkgd, sizeof(new_bkgd))) {
/freebsd-13-stable/contrib/netbsd-tests/crypto/opencrypto/
H A Dh_xcbcmac.c105 if (memcmp(buf, &tests[i].mac, sizeof(tests[i].mac)))
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A Dregexec.c112 #define EQ(a, b) (memcmp(a, b, m->g->nstates) == 0)
/freebsd-13-stable/contrib/netbsd-tests/lib/libc/c063/
H A Dt_fstatat.c72 ATF_REQUIRE(memcmp(&st1, &st2, sizeof(st1)) == 0);
/freebsd-13-stable/contrib/netbsd-tests/lib/libc/sys/
H A Dt_msync.c113 if (memcmp(map + off, garbage, len) != 0) {
H A Dt_select.c125 if (memcmp(&oset, &nset, sizeof(oset)) != 0)
H A Dt_write.c91 ATF_REQUIRE(memcmp(rbuf, wbuf, 3) == 0);
/freebsd-13-stable/sys/contrib/libfdt/
H A Dfdt.c240 if (memcmp(p, s, len) == 0)
/freebsd-13-stable/sys/contrib/libsodium/test/default/
H A Dgenerichash.c1323 if (memcmp(out, expected_out, crypto_generichash_BYTES_MAX) != 0) {
H A Dscalarmult_ed25519.c40 if (memcmp(q, q2, crypto_scalarmult_ed25519_BYTES) != 0) {
/freebsd-13-stable/crypto/heimdal/lib/krb5/
H A Dn-fold-test.c106 if (memcmp (data, t->res, t->n) != 0) {
/freebsd-13-stable/crypto/heimdal/lib/roken/
H A Diruserok.c77 if (memcmp(&raddr, *pp, sizeof(u_long)) == 0)
/freebsd-13-stable/crypto/openssh/openbsd-compat/
H A Dreadpassphrase.c151 if (memcmp(&term, &oterm, sizeof(term)) != 0) {
/freebsd-13-stable/usr.bin/tset/
H A Dtset.c184 if (memcmp(&mode, &oldmode, sizeof(mode)))
/freebsd-13-stable/usr.sbin/acpi/acpidump/
H A Dacpi_user.c107 if (memcmp(rsdp.Signature, "RSD PTR ", 8))
/freebsd-13-stable/usr.sbin/bluetooth/l2control/
H A Dl2control.c132 if (memcmp(bdaddr, NG_HCI_BDADDR_ANY, sizeof(*bdaddr)) == 0)
/freebsd-13-stable/usr.sbin/bluetooth/sdpcontrol/
H A Dsdpcontrol.c139 if (memcmp(bdaddr, NG_HCI_BDADDR_ANY, sizeof(*bdaddr)) == 0)
/freebsd-13-stable/usr.sbin/fifolog/lib/
H A Dfifolog_int.c99 if (memcmp(f->recbuf, FIFOLOG_FMT_MAGIC, strlen(FIFOLOG_FMT_MAGIC) + 1))

Completed in 300 milliseconds

<<11121314151617181920>>