Home
last modified time | relevance | path

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

/freebsd/lib/libc/tests/string/
H A Dmemcmp_test.c54 static int (*memcmp_fn)(const void *, const void *, size_t); variable
61 got = memcmp_fn(a, b, len); in check_memcmp()
150 memcmp_fn = dlsym(dl_handle, "test_" __XSTRING(MEMCMP)); in ATF_TP_ADD_TCS()
151 if (memcmp_fn == NULL) in ATF_TP_ADD_TCS()
152 memcmp_fn = MEMCMP; in ATF_TP_ADD_TCS()