Home
last modified time | relevance | path

Searched refs:memcmp (Results 1 – 11 of 11) sorted by relevance

/lib/
Dstring.c858 #undef memcmp
859 __visible int memcmp(const void *cs, const void *ct, size_t count) in memcmp() function
869 EXPORT_SYMBOL(memcmp);
887 return memcmp(a, b, len); in bcmp()
933 if (!memcmp(s1, s2, l2)) in strstr()
958 if (!memcmp(s1, s2, l2)) in strnstr()
Ddecompress.c71 if (!memcmp(inbuf, cf->magic, 2)) in decompress_method()
Dtest_printf.c79 if (memcmp(test_buffer, expect, written)) { in do_test()
112 if (memcmp(p, expect, elen+1)) { in __test()
Dearlycpio.c127 !memcmp(p, path, mypathsize)) { in find_cpio_data()
Dnlattr.c301 d = memcmp(nla_data(nla), data, size); in nla_memcmp()
324 d = memcmp(nla_data(nla), str, len); in nla_strcmp()
Dtest-string_helpers.c19 if (q_real == q_test && !memcmp(out_test, out_real, q_test)) in test_string_check_buf()
345 if (!memcmp(res, exp, strlen(exp) + 1)) in test_string_get_size_check()
Dstackdepot.c176 !memcmp(entries, found->entries, in find_stack()
Ddigsig.c166 if (!m || len != hlen || memcmp(m, h, hlen)) in digsig_verify_rsa()
/lib/raid6/test/
Dtest.c67 erra = memcmp(data[i], recovi, PAGE_SIZE); in test_disks()
68 errb = memcmp(data[j], recovj, PAGE_SIZE); in test_disks()
/lib/xz/
Dxz_private.h40 # define memeq(a, b, size) (memcmp(a, b, size) == 0)
/lib/zlib_deflate/
Ddeflate.c705 if (memcmp((char *)s->window + match, in check_match()