Searched refs:memcmp (Results 201 - 225 of 1088) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/unbound/util/
H A Dnet_help.c363 if(memcmp(dname, "zz", 2) == 0 && *af == AF_INET6) {
624 return memcmp(&p1_in->sin_addr, &p2_in->sin_addr, INET_SIZE);
632 return memcmp(&p1_in6->sin6_addr, &p2_in6->sin6_addr,
636 return memcmp(addr1, addr2, len1);
660 return memcmp(&p1_in->sin_addr, &p2_in->sin_addr, INET_SIZE);
662 return memcmp(&p1_in6->sin6_addr, &p2_in6->sin6_addr,
666 return memcmp(addr1, addr2, len1);
759 return (memcmp(s, map_prefix, 12) == 0);
767 && memcmp(sinaddr, "\377\377\377\377", 4) == 0;
776 && memcmp(sinadd
[all...]
/freebsd-11-stable/contrib/netbsd-tests/crypto/opencrypto/
H A Dh_md5.c101 if (memcmp(co.mac, tests[i].digest, sizeof(tests[i].digest)))
/freebsd-11-stable/contrib/netbsd-tests/lib/libbluetooth/
H A Dt_sdp_set.c148 ATF_CHECK(memcmp(expect, data, sizeof(expect)) == 0);
228 ATF_CHECK(memcmp(expect, data, sizeof(expect)) == 0);
286 ATF_CHECK(memcmp(expect, data, sizeof(expect)) == 0);
345 ATF_CHECK(memcmp(expect, data, sizeof(expect)) == 0);
/freebsd-11-stable/contrib/libarchive/libarchive/test/
H A Dtest_write_filter_gzip_timestamp.c86 assert(memcmp(buff + 4, "\x00\x00\x00\x00", 4) != 0);
/freebsd-11-stable/contrib/gperf/src/
H A Dhash-table.cc132 && memcmp (item1->_selchars, item2->_selchars,
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_base/bdb/
H A Ddbt.c117 int cmp = memcmp(a->data, b->data, common_size);
/freebsd-11-stable/crypto/heimdal/admin/
H A Dcopy.c44 memcmp(a->keyvalue.data, b->keyvalue.data, a->keyvalue.length) != 0)
/freebsd-11-stable/lib/libc/tests/locale/
H A Dwcstombs_test.c69 ATF_REQUIRE(memcmp(dstbuf, "hell", 4) == 0);
/freebsd-11-stable/lib/libc/tests/stdio/
H A Dmkostemp_test.c66 if (memcmp(tmpf, template, sizeof(tmpf) - 8 - 1) != 0) {
/freebsd-11-stable/crypto/heimdal/lib/gssapi/mech/
H A Dgss_authorize_localname.c103 memcmp(value.value, user->gn_value.value, user->gn_value.length) == 0)
/freebsd-11-stable/crypto/heimdal/lib/krb5/
H A Ddata.c198 * @return return the same way as memcmp(), useful when sorting.
208 return memcmp(data1->data, data2->data, data1->length);
/freebsd-11-stable/crypto/heimdal/lib/roken/
H A Dparse_time-test.c80 if (buf_sz > 0 && memcmp(buf, tests[i].str, buf_sz - 1) != 0)
/freebsd-11-stable/crypto/heimdal/lib/wind/
H A Dtest-normalize.c129 if (memcmp(out, tmp, out_len * sizeof(uint32_t)) != 0) {
/freebsd-11-stable/crypto/openssl/ssl/
H A Dclienthellotest.c188 && memcmp(data, dummytick, size) == 0) {
/freebsd-11-stable/lib/libc/iconv/
H A Dcitrus_memstream.c97 if (memcmp(key, p, keylen) == 0)
/freebsd-11-stable/contrib/nvi/common/
H A Dmultibyte.h110 #define MEMCMP(p, t, len) memcmp(p, t, (len) * sizeof(CHAR_T))
/freebsd-11-stable/sys/netinet/libalias/
H A Dalias_smedia.c507 if (memcmp(data, setup, strlen(setup)) == 0) {
513 if (memcmp(data, pna, strlen(pna)) == 0) {
529 if (memcmp(&data[i], str200, strlen(str200)) == 0) {
542 if (memcmp(&data[i], okstr, strlen(okstr)) == 0)
/freebsd-11-stable/tests/sys/kern/pipe/
H A Dpipe_reverse_test.c130 if (memcmp(buffer, buffer2, total) != 0) {
H A Dpipe_wraparound_test.c122 if (memcmp(buffer, buffer2, total) != 0) {
/freebsd-11-stable/tools/regression/include/stdatomic/
H A Dlogic.c107 assert(memcmp(&list, &cmp, sizeof(list)) == 0); \
/freebsd-11-stable/tools/tools/net80211/wesside/udps/
H A Dudps.c176 if(rd == 5 && memcmp(buf, "sorbo", 5) == 0) {
/freebsd-11-stable/tools/tools/vt/mkkfont/
H A Dmkkfont.c164 if (memcmp(fh.magic, "VFNT0002", 8) != 0) {
/freebsd-11-stable/crypto/openssl/crypto/modes/
H A Dwrap128.c133 if (memcmp(A, iv, 8)) {
/freebsd-11-stable/usr.bin/talk/
H A Dio.c85 if (memcmp(*addr, &his_machine_addr,
/freebsd-11-stable/contrib/bsnmp/snmp_mibII/
H A DmibII_rcvaddr.c47 memcmp(rcv->addr, addr, addrlen) == 0)

Completed in 217 milliseconds

1234567891011>>