Searched refs:__accept (Results 1 – 2 of 2) sorted by relevance
297 extern size_t strspn (const char *__s, const char *__accept)303 extern char *strpbrk (char *__s, const char *__accept)305 extern const char *strpbrk (const char *__s, const char *__accept)310 strpbrk (char *__s, const char *__accept) __THROW in strpbrk() argument312 return __builtin_strpbrk (__s, __accept); in strpbrk()316 strpbrk (const char *__s, const char *__accept) __THROW in strpbrk() argument318 return __builtin_strpbrk (__s, __accept); in strpbrk()323 extern char *strpbrk (const char *__s, const char *__accept)
156 __old_strspn_c1 (const char *__s, int __accept) in __old_strspn_c1() argument160 while (__s[__result] == __accept) in __old_strspn_c1()
Completed in 6 milliseconds