Lines Matching refs:c
70 CHAR c; in SIMPLE_STRPBRK() local
72 while ((c = *s++) != '\0') in SIMPLE_STRPBRK()
74 if (*r == c) in SIMPLE_STRPBRK()
110 int c; in do_test() local
130 for (c = 1; c <= BIG_CHAR; ++c) in do_test()
131 if (STRCHR (rej, c) == NULL) in do_test()
141 s[i] = c; in do_test()
162 int c; in do_random_tests() local
191 for (c = 1; c <= BIG_CHAR; ++c) in do_random_tests()
192 if (STRCHR ((CHAR *) rej, c) == NULL) in do_random_tests()
213 p[i] = c; in do_random_tests()