Home
last modified time | relevance | path

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

/string/
A Dstring-inlines.c167 __old_strspn_c2 (const char *__s, int __accept1, int __accept2) in __old_strspn_c2() argument
171 while (__s[__result] == __accept1 || __s[__result] == __accept2) in __old_strspn_c2()
178 __old_strspn_c3 (const char *__s, int __accept1, int __accept2, in __old_strspn_c3() argument
183 while (__s[__result] == __accept1 || __s[__result] == __accept2 in __old_strspn_c3()
191 __old_strpbrk_c2 (const char *__s, int __accept1, int __accept2) in __old_strpbrk_c2() argument
194 while (*__s != '\0' && *__s != __accept1 && *__s != __accept2) in __old_strpbrk_c2()
201 __old_strpbrk_c3 (const char *__s, int __accept1, int __accept2, int __accept3) in __old_strpbrk_c3() argument
204 while (*__s != '\0' && *__s != __accept1 && *__s != __accept2 in __old_strpbrk_c3()

Completed in 4 milliseconds