Searched refs:memcmp (Results 26 - 50 of 1088) sorted by relevance

1234567891011>>

/freebsd-11-stable/bin/sh/
H A Dmystring.c95 (q - p == 10 && memcmp(p, "2147483647", 10) > 0))
/freebsd-11-stable/libexec/bootpd/tools/bootptest/
H A Dbootptest.h14 #define bcmp(a,b,c) memcmp(a,b,c)
/freebsd-11-stable/tools/regression/netinet6/icmp6_filter/
H A Dicmp6_filter.c73 if (memcmp(&ic6f, &ic6f_passall, sizeof(ic6f)) != 0)
90 if (memcmp(&ic6f, &ic6f_passall, sizeof(ic6f)) != 0)
107 if (memcmp(&ic6f, &ic6f_blockall, sizeof(ic6f)) != 0)
124 if (memcmp(&ic6f, &ic6f_passall, sizeof(ic6f)) != 0)
/freebsd-11-stable/sys/contrib/dev/acpica/components/tables/
H A Dtbfind.c219 if (memcmp (&(AcpiGbl_RootTableList.Tables[i].Signature),
247 if (!memcmp (AcpiGbl_RootTableList.Tables[i].Pointer->Signature,
250 !memcmp (AcpiGbl_RootTableList.Tables[i].Pointer->OemId,
253 !memcmp (AcpiGbl_RootTableList.Tables[i].Pointer->OemTableId,
/freebsd-11-stable/lib/libnv/tests/
H A Dnvlist_get_test.c125 CHECK(memcmp(nvlist_get_binary(nvl, "nvlist/binary/x", NULL), "x", 1) == 0);
126 CHECK(memcmp(nvlist_get_binary(nvl, "nvlist/binary/x", &size), "x", 1) == 0);
132 CHECK(memcmp(nvlist_get_binary(nvl, "nvlist/binary/abcdefghijklmnopqrstuvwxyz", NULL), "abcdefghijklmnopqrstuvwxyz", sizeof("abcdefghijklmnopqrstuvwxyz")) == 0);
133 CHECK(memcmp(nvlist_get_binary(nvl, "nvlist/binary/abcdefghijklmnopqrstuvwxyz", &size), "abcdefghijklmnopqrstuvwxyz", sizeof("abcdefghijklmnopqrstuvwxyz")) == 0);
152 CHECK(memcmp(nvlist_get_binary(cnvl, "nvlist/binary/x", NULL), "x", 1) == 0);
153 CHECK(memcmp(nvlist_get_binary(cnvl, "nvlist/binary/x", &size), "x", 1) == 0);
155 CHECK(memcmp(nvlist_get_binary(cnvl, "nvlist/binary/abcdefghijklmnopqrstuvwxyz", NULL), "abcdefghijklmnopqrstuvwxyz", sizeof("abcdefghijklmnopqrstuvwxyz")) == 0);
156 CHECK(memcmp(nvlist_get_binary(cnvl, "nvlist/binary/abcdefghijklmnopqrstuvwxyz", &size), "abcdefghijklmnopqrstuvwxyz", sizeof("abcdefghijklmnopqrstuvwxyz")) == 0);
171 CHECK(memcmp(nvlist_get_binary(nvl, "nvlist/binary/x", NULL), "x", 1) == 0);
172 CHECK(memcmp(nvlist_get_binar
[all...]
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/sys/
H A Dt_minherit.c76 ATF_REQUIRE(memcmp(map1, map2, page) == 0);
82 ATF_REQUIRE(memcmp(map1, map2, page) == 0);
104 ATF_REQUIRE(memcmp(map1, map2, page) == 0);
110 ATF_REQUIRE(memcmp(map1, map2, page) == 0);
164 ATF_REQUIRE(memcmp(map1, map2, page) == 0);
170 ATF_REQUIRE(memcmp(map1, map2, page) == 0);
/freebsd-11-stable/contrib/netbsd-tests/crypto/opencrypto/
H A Dh_gcm.c89 if (memcmp(co.dst, ciphertx, sizeof(ciphertx)))
91 if (memcmp(macbuf, hash, sizeof(hash)))
120 if (memcmp(co.dst, plaintx, sizeof(plaintx)))
122 if (memcmp(macbuf, hash, sizeof(hash)))
/freebsd-11-stable/contrib/ntp/include/
H A Dntp_string.h2 * Define string ops: strchr strrchr memcmp memmove memset
28 #define memcmp(a, b, c) bcmp(a, b, (int)(c)) macro
/freebsd-11-stable/contrib/ntp/lib/isc/
H A Dregion.c40 if ((result = memcmp(r1->base, r2->base, l)) != 0)
/freebsd-11-stable/contrib/gdb/gdb/
H A Di386ly-tdep.c45 if (memcmp (opcode, call_inst, 7) == 0)
/freebsd-11-stable/contrib/libarchive/cat/test/
H A Dtest_help.c38 if (memcmp(p, substring, l) == 0)
/freebsd-11-stable/crypto/heimdal/appl/telnet/libtelnet/
H A Dencrypt.h69 #define SAMEKEY(k1, k2) (!memcmp(k1, k2, sizeof(des_cblock)))
/freebsd-11-stable/lib/libc/string/
H A Dmemmem.c61 if (cur[0] == cs[0] && memcmp(cur, cs, s_len) == 0)
/freebsd-11-stable/usr.bin/ctags/
H A DC.c214 !memcmp(tok, "typedef",8)) {
221 && (!memcmp(tok, "struct", 7)
222 || !memcmp(tok, "union", 6)
223 || !memcmp(tok, "enum", 5))) {
347 if (memcmp(tok, "define", 6)) /* only interested in #define's */
/freebsd-11-stable/sys/libkern/
H A Dmemmem.c58 if (cur[0] == cs[0] && memcmp(cur, cs, s_len) == 0)
/freebsd-11-stable/stand/efi/libefi/
H A Dlibefi.c48 if (!memcmp(id, tbl, sizeof(EFI_GUID)))
/freebsd-11-stable/usr.bin/systat/
H A Difcmds.c62 if (args != NULL && *args != '\0' && memcmp(args, "*", 2) != 0) {
/freebsd-11-stable/contrib/apr-util/test/
H A Dtestmd4.c87 return (memcmp(digest, sum, APR_MD4_DIGESTSIZE));
107 (memcmp(digest, sum, APR_MD4_DIGESTSIZE) == 0));
H A Dtestmd5.c66 (memcmp(digest, sum, APR_MD5_DIGESTSIZE) == 0));
90 (memcmp(digest, sum, APR_MD5_DIGESTSIZE) == 0));
/freebsd-11-stable/sys/ofed/drivers/infiniband/core/
H A Dib_iwpm_util.c57 if (!memcmp(&a4_sockaddr->sin_addr,
67 if (!memcmp(&a6_sockaddr->sin6_addr,
/freebsd-11-stable/lib/libc/i386/string/
H A DMakefile.inc9 memcmp.S \
/freebsd-11-stable/sys/compat/linuxkpi/common/include/linux/
H A Detherdevice.h87 return (memcmp(pa, pb, 6) == 0);
93 return (memcmp(pa, pb, 6) == 0);
/freebsd-11-stable/contrib/xz/src/liblzma/common/
H A Dstream_flags_decoder.c34 if (memcmp(in, lzma_header_magic, sizeof(lzma_header_magic)) != 0)
63 if (memcmp(in + sizeof(uint32_t) * 2 + LZMA_STREAM_FLAGS_SIZE,
/freebsd-11-stable/contrib/opie/libopie/
H A Dverify.c113 i = memcmp(&fkey, &lastkey, sizeof(struct opie_otpkey));
118 i = memcmp(&fkey, &lastkey, sizeof(struct opie_otpkey));
127 i = memcmp(&fkey, &lastkey, sizeof(struct opie_otpkey));
136 i = memcmp(&fkey, &lastkey, sizeof(struct opie_otpkey));
160 if (memcmp(&fkey, &lastkey, sizeof(struct opie_otpkey)))
/freebsd-11-stable/contrib/libstdc++/include/c_compatibility/
H A Dstring.h41 using std::memcmp;

Completed in 182 milliseconds

1234567891011>>