Searched refs:memcmp_fn (Results 1 – 1 of 1) sorted by relevance
54 static int (*memcmp_fn)(const void *, const void *, size_t); variable61 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()