Lines Matching refs:impl
74 check_result (impl_t *impl, const char *s1, const char *s2, size_t n, in check_result() argument
77 int result = CALL (impl, s1, s2, n); in check_result()
82 error (0, 0, "Wrong result in function %s %d %d", impl->name, in check_result()
92 do_one_test (impl_t *impl, const char *s1, const char *s2, size_t n, in do_one_test() argument
95 if (check_result (impl, s1, s2, n, exp_result) < 0) in do_one_test()
135 FOR_EACH_IMPL (impl, 0) in do_test()
136 do_one_test (impl, s1, s2, n, exp_result); in do_test()
174 FOR_EACH_IMPL (impl, 0) in do_page_tests()
175 check_result (impl, s1 + off1, s2 + off2, maxoffset + 1, in do_page_tests()
254 FOR_EACH_IMPL (impl, 1) in do_random_tests()
256 r = CALL (impl, (char *) (p1 + align1), (char *) (p2 + align2), in do_random_tests()
266 n, impl->name, align1, align2, len1, len2, pos, r, result, p1, p2); in do_random_tests()
288 FOR_EACH_IMPL (impl, 0) in bz12205()
289 check_result (impl, s1, s2, n, exp_result); in bz12205()
297 FOR_EACH_IMPL (impl, 0) in bz14195()
298 check_result (impl, empty_string, "", 5, 0); in bz14195()
316 FOR_EACH_IMPL (impl, 0) in test_locale()
317 printf ("\t%s", impl->name); in test_locale()