/src/include/ |
wctype.h | 49 typedef _BSD_WCTYPE_T_ wctype_t; typedef in typeref:typename:_BSD_WCTYPE_T_ 70 int iswctype(wint_t, wctype_t); 75 wctype_t wctype(const char *); 94 int iswctype_l(wint_t, wctype_t, locale_t); 99 wctype_t wctype_l(const char *, locale_t);
|
wctype.h | 49 typedef _BSD_WCTYPE_T_ wctype_t; typedef in typeref:typename:_BSD_WCTYPE_T_ 70 int iswctype(wint_t, wctype_t); 75 wctype_t wctype(const char *); 94 int iswctype_l(wint_t, wctype_t, locale_t); 99 wctype_t wctype_l(const char *, locale_t);
|
/src/lib/libc/regex/ |
utils.h | 48 #define wctype_t regex_wctype_t macro 51 typedef short wctype_t; typedef in typeref:typename:short 58 extern wctype_t __regex_wctype(const char *); 59 extern int __regex_iswctype(wint_t, wctype_t);
|
utils.h | 48 #define wctype_t regex_wctype_t macro 51 typedef short wctype_t; typedef in typeref:typename:short 58 extern wctype_t __regex_wctype(const char *); 59 extern int __regex_iswctype(wint_t, wctype_t);
|