/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);
|
regex2.h | 123 wctype_t *types;
|
regcomp.c | 168 static void CHaddtype(struct parse *p, cset *cs, wctype_t wct); 249 wctype_t 254 return (wctype_t)(i + 1); 256 return (wctype_t)0; 260 __regex_iswctype(wint_t c, wctype_t ct) 1322 wctype_t wct; 1818 CHaddtype(struct parse *p, cset *cs, wctype_t wct) 1821 wctype_t *newtypes;
|
/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);
|
/src/lib/libc/locale/ |
iswctype_mb.c | 102 wctype_t 111 return (wctype_t)__UNCONST(&rl->rl_wctype[i]); 113 return (wctype_t)NULL; 116 wctype_t 144 iswctype_l(wint_t wc, wctype_t charclass, locale_t loc) 160 iswctype(wint_t wc, wctype_t charclass)
|
/src/tests/lib/libc/locale/ |
t_wctype.c | 139 static void testall(int, int, wchar_t, wctype_t, int); 144 wctype_t wct; 177 void testall(int idx, int c, wchar_t wc, wctype_t wct, int inout)
|
/src/distrib/utils/libhack/ |
multibyte.c | 219 wctype_t 225 return (wctype_t)i; 227 return (wctype_t)0; 231 iswctype(wint_t wc, wctype_t charclass)
|
/src/bin/sh/ |
expand.c | 1830 wctype_t cclass;
|