| /netbsd/src/include/ |
| D | wctype.h | 49 typedef _BSD_WCTYPE_T_ wctype_t; typedef 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);
|
| /netbsd/src/lib/libc/regex/ |
| D | utils.h | 48 #define wctype_t regex_wctype_t macro 51 typedef short wctype_t; typedef 58 extern wctype_t __regex_wctype(const char *); 59 extern int __regex_iswctype(wint_t, wctype_t);
|
| D | regcomp.c | 168 static void CHaddtype(struct parse *p, cset *cs, wctype_t wct); 249 wctype_t 254 return (wctype_t)(i + 1); in __regex_wctype() 256 return (wctype_t)0; in __regex_wctype() 260 __regex_iswctype(wint_t c, wctype_t ct) in __regex_iswctype() 1322 wctype_t wct; 1818 CHaddtype(struct parse *p, cset *cs, wctype_t wct) 1821 wctype_t *newtypes;
|
| D | regex2.h | 123 wctype_t *types;
|
| /netbsd/src/lib/libc/locale/ |
| D | 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) in iswctype_l() 160 iswctype(wint_t wc, wctype_t charclass) in iswctype()
|
| /netbsd/src/distrib/utils/libhack/ |
| D | multibyte.c | 219 wctype_t 225 return (wctype_t)i; in wctype() 227 return (wctype_t)0; in wctype() 231 iswctype(wint_t wc, wctype_t charclass) in iswctype()
|
| /netbsd/src/tests/lib/libc/locale/ |
| D | t_wctype.c | 139 static void testall(int, int, wchar_t, wctype_t, int); 144 wctype_t wct; in h_ctype() 177 void testall(int idx, int c, wchar_t wc, wctype_t wct, int inout) in testall()
|
| /netbsd/src/external/gpl2/xcvs/dist/lib/ |
| D | fnmatch.c | 242 static wctype_t 254 return (wctype_t) 0; in is_char_class() 280 return (wctype_t) 0; in is_char_class() 286 return (wctype_t) 0; in is_char_class()
|
| D | regex_internal.h | 301 wctype_t *char_classes;
|
| D | fnmatch_loop.c | 248 wctype_t wt; in FCT()
|
| D | regcomp.c | 3449 wctype_t *new_char_classes = re_x2realloc (mbcset->char_classes, wctype_t, in build_charclass()
|
| D | regexec.c | 3823 wctype_t wt = cset->char_classes[i]; in check_node_accept_bytes()
|
| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/c_compatibility/ |
| D | wctype.h | 35 using std::wctype_t;
|
| /netbsd/src/external/bsd/tre/dist/lib/ |
| D | tre-internal.h | 115 typedef wctype_t tre_ctype_t;
|
| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/c_std/ |
| D | cwctype | 84 using ::wctype_t;
|
| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/c_global/ |
| D | cwctype | 83 using ::wctype_t;
|
| /netbsd/src/external/gpl3/gdb/dist/libiberty/ |
| D | regex.c | 627 # define CHAR_CLASS_SIZE ((__alignof__(wctype_t)+sizeof(wctype_t))/sizeof(CHAR_T)+1) 2820 wctype_t wt; in PREFIX() 2844 + __alignof__(wctype_t) - 1) in PREFIX() 2845 & ~(uintptr_t)(__alignof__(wctype_t) - 1); in PREFIX() 2847 *((wctype_t*)alignedp) = wt; in PREFIX() 3228 wctype_t wt; in PREFIX() 6214 wctype_t wctype; in wcs_re_match_2_internal() 6216 + __alignof__(wctype_t) - 1) in wcs_re_match_2_internal() 6217 & ~(uintptr_t)(__alignof__(wctype_t) - 1); in wcs_re_match_2_internal() 6218 wctype = *((wctype_t*)alignedp); in wcs_re_match_2_internal()
|
| /netbsd/src/external/gpl3/binutils/dist/libiberty/ |
| D | regex.c | 627 # define CHAR_CLASS_SIZE ((__alignof__(wctype_t)+sizeof(wctype_t))/sizeof(CHAR_T)+1) 2820 wctype_t wt; in PREFIX() 2844 + __alignof__(wctype_t) - 1) in PREFIX() 2845 & ~(uintptr_t)(__alignof__(wctype_t) - 1); in PREFIX() 2847 *((wctype_t*)alignedp) = wt; in PREFIX() 3228 wctype_t wt; in PREFIX() 6214 wctype_t wctype; in wcs_re_match_2_internal() 6216 + __alignof__(wctype_t) - 1) in wcs_re_match_2_internal() 6217 & ~(uintptr_t)(__alignof__(wctype_t) - 1); in wcs_re_match_2_internal() 6218 wctype = *((wctype_t*)alignedp); in wcs_re_match_2_internal()
|
| /netbsd/src/external/gpl3/gcc/dist/libiberty/ |
| D | regex.c | 627 # define CHAR_CLASS_SIZE ((__alignof__(wctype_t)+sizeof(wctype_t))/sizeof(CHAR_T)+1) 2820 wctype_t wt; in PREFIX() 2844 + __alignof__(wctype_t) - 1) in PREFIX() 2845 & ~(uintptr_t)(__alignof__(wctype_t) - 1); in PREFIX() 2847 *((wctype_t*)alignedp) = wt; in PREFIX() 3228 wctype_t wt; in PREFIX() 6214 wctype_t wctype; in wcs_re_match_2_internal() 6216 + __alignof__(wctype_t) - 1) in wcs_re_match_2_internal() 6217 & ~(uintptr_t)(__alignof__(wctype_t) - 1); in wcs_re_match_2_internal() 6218 wctype = *((wctype_t*)alignedp); in wcs_re_match_2_internal()
|
| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/ |
| D | locale_facets.h | 1200 typedef wctype_t __wmask_type; in _GLIBCXX_VISIBILITY()
|
| /netbsd/src/bin/sh/ |
| D | expand.c | 1840 wctype_t cclass; in match_charclass()
|
| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/ |
| D | ChangeLog-2000 | 2603 Add include for bits/std_cwctype.h, for wctype_t.
|