Lines Matching refs:result
129 CHAR *result; in do_test() local
148 result = buf + align + pos; in do_test()
151 result = buf + align + len; in do_test()
153 result = NULLRET (buf + align + len); in do_test()
156 do_one_test (impl, buf + align, seek_char, result); in do_test()
164 CHAR *result; in do_random_tests() local
211 result = (CHAR *) (p + pos + align); in do_random_tests()
213 result = (CHAR *) (p + len + align); in do_random_tests()
215 result = NULLRET ((CHAR *) (p + len + align)); in do_random_tests()
218 if (CALL (impl, (CHAR *) (p + align), seek_char) != result) in do_random_tests()
223 CALL (impl, (CHAR *) (p + align), seek_char), result, p); in do_random_tests()