Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/bits/
H A Dstring2.h969 __STRING_INLINE size_t __strcspn_c1 (__const char *__s, int __reject);
971 __strcspn_c1 (__const char *__s, int __reject) in __strcspn_c1() argument
974 while (__s[__result] != '\0' && __s[__result] != __reject) in __strcspn_c1()
1222 __STRING_INLINE char *__strsep_1c (char **__s, char __reject);
1224 __strsep_1c (char **__s, char __reject) in __strsep_1c() argument
1227 if (__retval != NULL && (*__s = strchr (__retval, __reject)) != NULL) in __strsep_1c()
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/
H A Dstring.h184 extern size_t strcspn (__const char *__s, __const char *__reject)
H A Dwchar.h230 extern size_t wcscspn (__const wchar_t *__wcs, __const wchar_t *__reject)