Home
last modified time | relevance | path

Searched refs:wctype_t (Results 1 – 22 of 22) sorted by relevance

/netbsd/src/include/
Dwctype.h49 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/
Dutils.h48 #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);
Dregcomp.c168 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;
Dregex2.h123 wctype_t *types;
/netbsd/src/lib/libc/locale/
Diswctype_mb.c102 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/
Dmultibyte.c219 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/
Dt_wctype.c139 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/
Dfnmatch.c242 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()
Dregex_internal.h301 wctype_t *char_classes;
Dfnmatch_loop.c248 wctype_t wt; in FCT()
Dregcomp.c3449 wctype_t *new_char_classes = re_x2realloc (mbcset->char_classes, wctype_t, in build_charclass()
Dregexec.c3823 wctype_t wt = cset->char_classes[i]; in check_node_accept_bytes()
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/c_compatibility/
Dwctype.h35 using std::wctype_t;
/netbsd/src/external/bsd/tre/dist/lib/
Dtre-internal.h115 typedef wctype_t tre_ctype_t;
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/c_std/
Dcwctype84 using ::wctype_t;
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/c_global/
Dcwctype83 using ::wctype_t;
/netbsd/src/external/gpl3/gdb/dist/libiberty/
Dregex.c627 # 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/
Dregex.c627 # 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/
Dregex.c627 # 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/
Dlocale_facets.h1200 typedef wctype_t __wmask_type; in _GLIBCXX_VISIBILITY()
/netbsd/src/bin/sh/
Dexpand.c1840 wctype_t cclass; in match_charclass()
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/
DChangeLog-20002603 Add include for bits/std_cwctype.h, for wctype_t.