Searched refs:__reject (Results 1 – 2 of 2) sorted by relevance
55 __old_strsep_1c (char **__s, char __reject) in __old_strsep_1c() argument58 if (__retval != NULL && (*__s = strchr (__retval, __reject)) != NULL) in __old_strsep_1c()123 __old_strcspn_c1 (const char *__s, int __reject) in __old_strcspn_c1() argument126 while (__s[__result] != '\0' && __s[__result] != __reject) in __old_strcspn_c1()
293 extern size_t strcspn (const char *__s, const char *__reject)
Completed in 8 milliseconds