Searched refs:__reject1 (Results 1 – 1 of 1) sorted by relevance
/string/ |
A D | string-inlines.c | 65 __old_strsep_2c (char **__s, char __reject1, char __reject2) in __old_strsep_2c() argument 78 if (*__cp == __reject1 || *__cp == __reject2) in __old_strsep_2c() 92 __old_strsep_3c (char **__s, char __reject1, char __reject2, char __reject3) in __old_strsep_3c() argument 105 if (*__cp == __reject1 || *__cp == __reject2 || *__cp == __reject3) in __old_strsep_3c() 133 __old_strcspn_c2 (const char *__s, int __reject1, int __reject2) in __old_strcspn_c2() argument 136 while (__s[__result] != '\0' && __s[__result] != __reject1 in __old_strcspn_c2() 144 __old_strcspn_c3 (const char *__s, int __reject1, int __reject2, in __old_strcspn_c3() argument 148 while (__s[__result] != '\0' && __s[__result] != __reject1 in __old_strcspn_c3()
|
Completed in 5 milliseconds