Searched refs:memcmp (Results 1 – 11 of 11) sorted by relevance
/lib/ |
D | string.c | 858 #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()
|
D | decompress.c | 71 if (!memcmp(inbuf, cf->magic, 2)) in decompress_method()
|
D | test_printf.c | 79 if (memcmp(test_buffer, expect, written)) { in do_test() 112 if (memcmp(p, expect, elen+1)) { in __test()
|
D | earlycpio.c | 127 !memcmp(p, path, mypathsize)) { in find_cpio_data()
|
D | nlattr.c | 301 d = memcmp(nla_data(nla), data, size); in nla_memcmp() 324 d = memcmp(nla_data(nla), str, len); in nla_strcmp()
|
D | test-string_helpers.c | 19 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()
|
D | stackdepot.c | 176 !memcmp(entries, found->entries, in find_stack()
|
D | digsig.c | 166 if (!m || len != hlen || memcmp(m, h, hlen)) in digsig_verify_rsa()
|
/lib/raid6/test/ |
D | test.c | 67 erra = memcmp(data[i], recovi, PAGE_SIZE); in test_disks() 68 errb = memcmp(data[j], recovj, PAGE_SIZE); in test_disks()
|
/lib/xz/ |
D | xz_private.h | 40 # define memeq(a, b, size) (memcmp(a, b, size) == 0)
|
/lib/zlib_deflate/ |
D | deflate.c | 705 if (memcmp((char *)s->window + match, in check_match()
|