Searched refs:rej (Results 1 – 2 of 2) sorted by relevance
87 if (s[i] == rej[j]) in STUPID_STRPBRK()112 CHAR *rej, *s; in do_test() local124 if (!rej[i]) in do_test()126 if (!rej[i]) in do_test()129 rej[len] = '\0'; in do_test()137 if (STRCHR (rej, s[i])) in do_test()140 if (STRCHR (rej, s[i])) in do_test()164 UCHAR *rej; in do_random_tests() local185 if (!rej[i]) in do_random_tests()187 if (!rej[i]) in do_random_tests()[all …]
53 SIMPLE_STRCSPN (const CHAR *s, const CHAR *rej) in SIMPLE_STRCSPN() argument59 for (r = rej; *r != '\0'; ++r) in SIMPLE_STRCSPN()66 STUPID_STRCSPN (const CHAR *s, const CHAR *rej) in STUPID_STRCSPN() argument68 size_t ns = STRLEN (s), nrej = STRLEN (rej); in STUPID_STRCSPN()73 if (s[i] == rej[j]) in STUPID_STRCSPN()
Completed in 6 milliseconds