Lines Matching refs:p
163 UCHAR *p = (UCHAR *) (buf1 + page_size) - 512; in do_random_tests() local
201 p[i] = '\0'; in do_random_tests()
203 p[i] = rej[random () % (rlen + 1)]; in do_random_tests()
205 p[i] = random () & BIG_CHAR; in do_random_tests()
208 p[i] = random () & BIG_CHAR; in do_random_tests()
209 if (STRCHR ((CHAR *) rej, p[i])) in do_random_tests()
211 p[i] = random () & BIG_CHAR; in do_random_tests()
212 if (STRCHR ((CHAR *) rej, p[i])) in do_random_tests()
213 p[i] = c; in do_random_tests()
218 result = STRPBRK_RESULT ((CHAR *) (p + align), pos < len ? pos : len); in do_random_tests()
221 if (CALL (impl, (CHAR *) (p + align), (CHAR *) rej) != result) in do_random_tests()
225 (void *) CALL (impl, (CHAR *) (p + align), (CHAR *) rej), in do_random_tests()