Searched refs:expect (Results 1 – 2 of 2) sorted by relevance
/string/ |
A D | test-memccpy.c | 61 void *expect = len > n ? NULL : (char *) dst + len; in do_one_test() local 62 if (CALL (impl, dst, src, c, n) != expect) in do_one_test() 65 CALL (impl, dst, src, c, n), expect); in do_one_test() 182 unsigned char *expect; in do_random_tests() local 186 expect = NULL; in do_random_tests() 188 expect = p2 + align2 + len + 1; in do_random_tests() 190 if (res != expect) in do_random_tests() 193 n, impl->name, align1, align2, len, size, c, res, expect); in do_random_tests()
|
A D | Makefile | 113 $(objpfx)tst-svc-cmp.out: tst-svc.expect $(objpfx)tst-svc.out
|
Completed in 5 milliseconds