Lines Matching refs:result
82 CHAR *result; in do_test() local
104 result = (CHAR *) (buf + align + pos); in do_test()
107 result = (CHAR *) (buf + align + len); in do_test()
109 result = NULL; in do_test()
112 do_one_test (impl, (CHAR *) (buf + align), seek_char, result); in do_test()
120 CHAR *result; in do_random_tests() local
175 result = (CHAR *) (p + pos + align); in do_random_tests()
177 result = (CHAR *) (p + len + align); in do_random_tests()
179 result = NULL; in do_random_tests()
182 if (CALL (impl, (CHAR *) (p + align), seek_char) != result) in do_random_tests()
186 CALL (impl, (CHAR *) (p + align), seek_char), result, p); in do_random_tests()