Home
last modified time | relevance | path

Searched refs:rej (Results 1 – 2 of 2) sorted by relevance

/string/
A Dtest-strpbrk.c87 if (s[i] == rej[j]) in STUPID_STRPBRK()
112 CHAR *rej, *s; in do_test() local
124 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() local
185 if (!rej[i]) in do_random_tests()
187 if (!rej[i]) in do_random_tests()
[all …]
A Dtest-strcspn.c53 SIMPLE_STRCSPN (const CHAR *s, const CHAR *rej) in SIMPLE_STRCSPN() argument
59 for (r = rej; *r != '\0'; ++r) in SIMPLE_STRCSPN()
66 STUPID_STRCSPN (const CHAR *s, const CHAR *rej) in STUPID_STRCSPN() argument
68 size_t ns = STRLEN (s), nrej = STRLEN (rej); in STUPID_STRCSPN()
73 if (s[i] == rej[j]) in STUPID_STRCSPN()

Completed in 6 milliseconds