Lines Matching refs:impl
62 check_result (impl_t *impl, const char *s1, const char *s2, in check_result() argument
65 char *result = CALL (impl, s1, s2); in check_result()
68 error (0, 0, "Wrong result in function %s %s %s", impl->name, in check_result()
78 do_one_test (impl_t *impl, const char *s1, const char *s2, char *exp_result) in do_one_test() argument
80 if (check_result (impl, s1, s2, exp_result) < 0) in do_one_test()
121 FOR_EACH_IMPL (impl, 0) in do_test()
122 do_one_test (impl, s1, s2, fail ? NULL : s1 + len1 - len2); in do_test()
133 FOR_EACH_IMPL (impl, 0) in check1()
134 check_result (impl, s1, s2, exp_result); in check1()
145 FOR_EACH_IMPL (impl, 0) in test_main()
146 printf ("\t%s", impl->name); in test_main()