Searched refs:wctype (Results 1 - 25 of 74) sorted by relevance

123

/openbsd-current/gnu/gcc/libstdc++-v3/include/c/
H A Dstd_cwctype.h42 #include_next <wctype.h>
/openbsd-current/gnu/lib/libstdc++/libstdc++/include/c/
H A Dstd_cwctype.h42 #include_next <wctype.h>
/openbsd-current/lib/libc/locale/
H A Dwctype.c1 /* $OpenBSD: wctype.c,v 1.2 2024/02/04 12:46:01 jca Exp $ */
39 #include <wctype.h>
61 wctype(const char *property) function
70 DEF_STRONG(wctype); variable
75 return wctype(property);
H A Dwcstod.c7 #include <wctype.h>
H A Dwcstof.c7 #include <wctype.h>
H A Dwcstol.c9 #include <wctype.h>
H A Dwcstold.c7 #include <wctype.h>
H A Dwcstoll.c9 #include <wctype.h>
H A Dwcstoul.c9 #include <wctype.h>
H A Dwcstoull.c9 #include <wctype.h>
H A Dwcstoumax.c10 #include <wctype.h>
H A Dwcstoimax.c10 #include <wctype.h>
/openbsd-current/gnu/llvm/libcxx/include/
H A Dwctype.h14 wctype.h synopsis
39 wctype_t wctype(const char* property);
50 # error "The <wctype.h> header is not supported since libc++ has been configured with LIBCXX_ENABLE_WIDE_CHARACTERS disabled"
58 // In the future, we should unconditionally include_next <wctype.h> here and instead
59 // have a mode under which the library does not need libc++'s <wctype.h> or <cwctype>
61 // bypass the using declarations in <cwctype> when we did not include <wctype.h>.
66 #if __has_include_next(<wctype.h>)
67 # include_next <wctype.h>
86 #undef wctype macro
/openbsd-current/gnu/gcc/libstdc++-v3/config/locale/generic/
H A Dctype_members.cc61 __ret = wctype("space");
64 __ret = wctype("print");
67 __ret = wctype("cntrl");
70 __ret = wctype("upper");
73 __ret = wctype("lower");
76 __ret = wctype("alpha");
79 __ret = wctype("digit");
82 __ret = wctype("punct");
85 __ret = wctype("xdigit");
88 __ret = wctype("alnu
[all...]
/openbsd-current/gnu/lib/libstdc++/libstdc++/config/locale/generic/
H A Dctype_members.cc58 __ret = wctype("space");
61 __ret = wctype("print");
64 __ret = wctype("cntrl");
67 __ret = wctype("upper");
70 __ret = wctype("lower");
73 __ret = wctype("alpha");
76 __ret = wctype("digit");
79 __ret = wctype("punct");
82 __ret = wctype("xdigit");
85 __ret = wctype("alnu
[all...]
/openbsd-current/gnu/llvm/libcxx/include/__support/solaris/
H A Dwchar.h26 #define wctype sun_wctype macro
46 #undef wctype macro
/openbsd-current/lib/libc/hidden/
H A Dwctype.h1 /* $OpenBSD: wctype.h,v 1.3 2022/07/25 21:38:24 guenther Exp $ */
21 #include_next <wctype.h>
57 PROTO_NORMAL(wctype); variable
/openbsd-current/gnu/gcc/libstdc++-v3/include/c_std/
H A Dstd_cwctype.h35 * This is the C++ version of the Standard C Library header @c wctype.h,
53 #include <wctype.h>
56 // Get rid of those macros defined in <wctype.h> in lieu of real functions.
76 #undef wctype macro
106 using ::wctype;
/openbsd-current/gnu/lib/libstdc++/libstdc++/include/c_std/
H A Dstd_cwctype.h39 * This is the C++ version of the Standard C Library header @c wctype.h,
52 #include <wctype.h>
55 // Get rid of those macros defined in <wctype.h> in lieu of real functions.
74 #undef wctype macro
102 using ::wctype;
/openbsd-current/gnu/lib/libstdc++/libstdc++/testsuite/17_intro/
H A Dheader_cwctype.cc47 using std::wctype;
H A Dheaders_c++.cc67 #include <wctype.h>
/openbsd-current/lib/libc/string/
H A Dwcscasecmp.c29 #include <wctype.h>
H A Dwcscasecmp_l.c29 #include <wctype.h>
/openbsd-current/gnu/gcc/libstdc++-v3/include/c_compatibility/
H A Dwctype.h53 using std::wctype;
/openbsd-current/gnu/lib/libstdc++/libstdc++/include/c_compatibility/
H A Dwctype.h53 using std::wctype;

Completed in 213 milliseconds

123