Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/
H A Dstring.h188 extern size_t strspn (__const char *__s, __const char *__accept)
191 extern char *strpbrk (__const char *__s, __const char *__accept)
H A Dwchar.h234 extern size_t wcsspn (__const wchar_t *__wcs, __const wchar_t *__accept)
237 extern wchar_t *wcspbrk (__const wchar_t *__wcs, __const wchar_t *__accept)
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/bits/
H A Dstring2.h1045 __STRING_INLINE size_t __strspn_c1 (__const char *__s, int __accept);
1047 __strspn_c1 (__const char *__s, int __accept) in __strspn_c1() argument
1051 while (__s[__result] == __accept) in __strspn_c1()