Lines Matching refs:impl
74 do_one_test (impl_t *impl, CHAR *dst, const CHAR *src, in do_one_test() argument
77 if (CALL (impl, dst, src) != STRCPY_RESULT (dst, len)) in do_one_test()
79 error (0, 0, "Wrong result in function %s %p %p", impl->name, in do_one_test()
80 CALL (impl, dst, src), STRCPY_RESULT (dst, len)); in do_one_test()
89 impl->name, dst, src); in do_one_test()
118 FOR_EACH_IMPL (impl, 0) in do_test()
119 do_one_test (impl, s2, s1, len); in do_test()
164 FOR_EACH_IMPL (impl, 1) in do_random_tests()
167 res = (UCHAR *) CALL (impl, (CHAR *) (p2 + align2), (CHAR *) (p1 + align1)); in do_random_tests()
171 n, impl->name, align1, align2, len, res, in do_random_tests()
180 n, impl->name, align1, align2, len); in do_random_tests()
190 n, impl->name, align1, align2, len); in do_random_tests()
198 n, impl->name, align1, align2, len); in do_random_tests()
213 FOR_EACH_IMPL (impl, 0) in test_main()
214 printf ("\t%s", impl->name); in test_main()