Lines Matching refs:impl
62 do_one_test (impl_t *impl, const CHAR *s, int c, size_t n, CHAR *exp_res) in do_one_test() argument
64 CHAR *res = CALL (impl, s, c, n); in do_one_test()
68 impl->name, s, c, n, res, exp_res); in do_one_test()
105 FOR_EACH_IMPL (impl, 0) in do_test()
106 do_one_test (impl, (CHAR *) (buf + align), seek_char, n, result); in do_test()
187 FOR_EACH_IMPL (impl, 1) in do_random_tests()
188 if (CALL (impl, (CHAR *) (p + align), seek_char, len) != result) in do_random_tests()
191 n, impl->name, align, seek_char, len, pos, in do_random_tests()
192 CALL (impl, (CHAR *) (p + align), seek_char, len), in do_random_tests()
207 FOR_EACH_IMPL (impl, 0) in test_main()
208 printf ("\t%s", impl->name); in test_main()