/openbsd/gnu/llvm/libcxx/include/__support/solaris/ |
H A D | wchar.h | 20 #define iswctype sun_iswctype macro 40 #undef iswctype
|
/openbsd/gnu/lib/libstdc++/libstdc++/include/c_std/ |
H A D | std_cwctype.h | 69 #undef iswctype 97 using ::iswctype;
|
/openbsd/gnu/gcc/libstdc++-v3/include/c_std/ |
H A D | std_cwctype.h | 63 #undef iswctype 93 using ::iswctype;
|
/openbsd/lib/libc/locale/ |
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
|
H A D | iswctype.c | 205 iswctype(wint_t c, wctype_t charclass) in iswctype() function
|
/openbsd/gnu/lib/libstdc++/libstdc++/config/locale/generic/ |
H A D | ctype_members.cc | 136 __ret |= iswctype(__c, _M_convert_to_wmask(__bit)); in do_is() 152 if (iswctype(*__lo, _M_convert_to_wmask(__bit))) in do_is()
|
/openbsd/gnu/gcc/libstdc++-v3/config/locale/generic/ |
H A D | ctype_members.cc | 139 && iswctype(__c, _M_wmask[__bitcur])) in do_is() 158 if (iswctype(*__lo, _M_wmask[__bitcur])) in do_is()
|
/openbsd/gnu/llvm/libcxx/include/ |
H A D | cwctype | 41 int iswctype(wint_t wc, wctype_t desc); 88 using ::iswctype _LIBCPP_USING_IF_EXISTS;
|
H A D | wctype.h | 85 #undef iswctype
|
/openbsd/gnu/lib/libstdc++/libstdc++/testsuite/17_intro/ |
H A D | header_cwctype.cc | 42 using std::iswctype;
|
/openbsd/regress/lib/libc/locale/uselocale/ |
H A D | uselocale.c | 134 TESTFUNC(iswctype, int, "U+%.4X, %p", "%d", 0) 318 TEST_R(iswctype, 1, 0x00D0, wctyg); /* Eth */ in child_func() 321 TEST_R(iswctype, 1, 0x0393, wctyg); /* Gamma */ in child_func() 324 TEST_R(iswctype, 0, 0x2205, wctyg); /* empty set */ in child_func()
|
/openbsd/gnu/lib/libstdc++/libstdc++/include/c_compatibility/ |
H A D | wctype.h | 48 using std::iswctype;
|
/openbsd/gnu/gcc/libstdc++-v3/include/c_compatibility/ |
H A D | wctype.h | 48 using std::iswctype;
|
/openbsd/lib/libc/hidden/ |
H A D | wctype.h | 31 PROTO_STD_DEPRECATED(iswctype);
|
/openbsd/include/ |
H A D | wctype.h | 77 int iswctype(wint_t, wctype_t);
|
/openbsd/gnu/gcc/gcc/cp/ |
H A D | cfns.gperf | 96 iswctype
|
/openbsd/gnu/usr.bin/gcc/gcc/cp/ |
H A D | cfns.gperf | 95 iswctype
|
/openbsd/lib/libc/ |
H A D | Symbols.list | 989 iswctype
|
/openbsd/gnu/lib/libiberty/src/ |
H A D | regex.c | 3241 if (iswctype (btowc (ch), wt)) in PREFIX() 6215 if (iswctype((wint_t)c, wctype)) in wcs_re_match_2_internal()
|
/openbsd/gnu/llvm/clang/include/clang/Tooling/Inclusions/ |
H A D | CSymbolMap.inc | 567 SYMBOL(iswctype, None, <wctype.h>)
|
H A D | StdSymbolMap.inc | 680 SYMBOL(iswctype, std::, <cwctype>)
|
/openbsd/gnu/usr.bin/gcc/gcc/fixinc/ |
H A D | gnu-regex.c | 2189 if (iswctype (btowc (ch), wt))
|
/openbsd/gnu/llvm/compiler-rt/lib/dfsan/ |
H A D | libc_ubuntu1404_abilist.txt | 2122 fun:iswctype=uninstrumented
|
/openbsd/distrib/sets/lists/comp/ |
H A D | mi | 2700 ./usr/share/man/man3/iswctype.3
|
/openbsd/gnu/lib/libstdc++/libstdc++/docs/html/17_intro/ |
H A D | CHECKLIST | 1348 X iswalnum iswctype iswlower iswspace towctrans wctrans
|