/openbsd/gnu/lib/libstdc++/libstdc++/config/locale/generic/ |
H A D | ctype_members.cc | 58 __ret = wctype("space"); in _M_convert_to_wmask() 61 __ret = wctype("print"); in _M_convert_to_wmask() 64 __ret = wctype("cntrl"); in _M_convert_to_wmask() 67 __ret = wctype("upper"); in _M_convert_to_wmask() 70 __ret = wctype("lower"); in _M_convert_to_wmask() 73 __ret = wctype("alpha"); in _M_convert_to_wmask() 76 __ret = wctype("digit"); in _M_convert_to_wmask() 79 __ret = wctype("punct"); in _M_convert_to_wmask() 82 __ret = wctype("xdigit"); in _M_convert_to_wmask() 85 __ret = wctype("alnum"); in _M_convert_to_wmask() [all …]
|
/openbsd/gnu/gcc/libstdc++-v3/config/locale/generic/ |
H A D | ctype_members.cc | 61 __ret = wctype("space"); in _M_convert_to_wmask() 64 __ret = wctype("print"); in _M_convert_to_wmask() 67 __ret = wctype("cntrl"); in _M_convert_to_wmask() 70 __ret = wctype("upper"); in _M_convert_to_wmask() 73 __ret = wctype("lower"); in _M_convert_to_wmask() 76 __ret = wctype("alpha"); in _M_convert_to_wmask() 79 __ret = wctype("digit"); in _M_convert_to_wmask() 82 __ret = wctype("punct"); in _M_convert_to_wmask() 85 __ret = wctype("xdigit"); in _M_convert_to_wmask() 88 __ret = wctype("alnum"); in _M_convert_to_wmask() [all …]
|
/openbsd/lib/libc/locale/ |
H A D | wctype.c | 60 wctype(const char *property) in wctype() function 69 DEF_STRONG(wctype); 74 return wctype(property); in wctype_l()
|
H A D | Makefile.inc | 10 isctype_l.c iswctype.c iswctype_l.c wctype.c \ 25 wctype.3 iswctype.3 wctrans.3 towctrans.3 wcwidth.3
|
/openbsd/gnu/llvm/libcxx/include/ |
H A D | wctype.h | 66 #if __has_include_next(<wctype.h>) 67 # include_next <wctype.h> 86 #undef wctype
|
H A D | cwctype | 42 wctype_t wctype(const char* property); 56 #include <wctype.h> 59 # error <cwctype> tried including <wctype.h> but didn't find libc++'s <wctype.h> header. \ 89 using ::wctype _LIBCPP_USING_IF_EXISTS;
|
/openbsd/gnu/llvm/libcxx/include/__support/solaris/ |
H A D | wchar.h | 26 #define wctype sun_wctype macro 46 #undef wctype
|
/openbsd/lib/libc/hidden/ |
H A D | wctype.h | 21 #include_next <wctype.h> 57 PROTO_NORMAL(wctype);
|
/openbsd/gnu/lib/libstdc++/libstdc++/include/c_std/ |
H A D | std_cwctype.h | 74 #undef wctype 102 using ::wctype;
|
/openbsd/gnu/gcc/libstdc++-v3/include/c_std/ |
H A D | std_cwctype.h | 76 #undef wctype 106 using ::wctype;
|
/openbsd/gnu/llvm/clang/include/clang/Tooling/Inclusions/ |
H A D | CSymbolMap.inc | 563 SYMBOL(iswalnum, None, <wctype.h>) 564 SYMBOL(iswalpha, None, <wctype.h>) 565 SYMBOL(iswblank, None, <wctype.h>) 566 SYMBOL(iswcntrl, None, <wctype.h>) 567 SYMBOL(iswctype, None, <wctype.h>) 568 SYMBOL(iswdigit, None, <wctype.h>) 569 SYMBOL(iswgraph, None, <wctype.h>) 570 SYMBOL(iswlower, None, <wctype.h>) 928 SYMBOL(wctrans, None, <wctype.h>) 930 SYMBOL(wctype, None, <wctype.h>) [all …]
|
/openbsd/gnu/lib/libstdc++/libstdc++/include/c/ |
H A D | std_cwctype.h | 42 #include_next <wctype.h>
|
/openbsd/gnu/gcc/libstdc++-v3/include/c/ |
H A D | std_cwctype.h | 42 #include_next <wctype.h>
|
/openbsd/gnu/lib/libstdc++/libstdc++/testsuite/17_intro/ |
H A D | header_cwctype.cc | 47 using std::wctype;
|
/openbsd/gnu/lib/libstdc++/libstdc++/include/c_compatibility/ |
H A D | wctype.h | 53 using std::wctype;
|
/openbsd/gnu/gcc/libstdc++-v3/include/c_compatibility/ |
H A D | wctype.h | 53 using std::wctype;
|
/openbsd/include/ |
H A D | wctype.h | 82 wctype_t wctype(const char *);
|
H A D | Makefile | 32 wchar.h wctype.h
|
/openbsd/gnu/gcc/gcc/cp/ |
H A D | cfns.gperf | 223 wctype
|
/openbsd/gnu/usr.bin/gcc/gcc/cp/ |
H A D | cfns.gperf | 222 wctype
|
/openbsd/gnu/lib/libstdc++-v3/ |
H A D | Makefile | 142 unordered_map utility wchar.h wctype.h 174 string.h time.h wchar.h wctype.h
|
/openbsd/regress/lib/libc/locale/uselocale/ |
H A D | uselocale.c | 307 wctyg = wctype("upper"); in child_func()
|
/openbsd/gnu/lib/libstdc++/libstdc++/include/ |
H A D | Makefile.am | 295 ${c_compatibility_srcdir}/wctype.h
|
/openbsd/gnu/gcc/libstdc++-v3/include/ |
H A D | Makefile.am | 613 ${tr1_srcdir}/wctype.h 679 ${c_compatibility_srcdir}/wctype.h
|
/openbsd/gnu/lib/libiberty/src/ |
H A D | regex.c | 2184 # define IS_CHAR_CLASS(string) wctype (string) 6205 wctype_t wctype; in wcs_re_match_2_internal() local 6209 wctype = *((wctype_t*)alignedp); in wcs_re_match_2_internal() 6212 if (__iswctype((wint_t)c, wctype)) in wcs_re_match_2_internal() 6215 if (iswctype((wint_t)c, wctype)) in wcs_re_match_2_internal()
|