Home
last modified time | relevance | path

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

/string/
A Dstring-inlines.c55 __old_strsep_1c (char **__s, char __reject) in __old_strsep_1c() argument
58 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() argument
126 while (__s[__result] != '\0' && __s[__result] != __reject) in __old_strcspn_c1()
A Dstring.h293 extern size_t strcspn (const char *__s, const char *__reject)

Completed in 8 milliseconds