Home
last modified time | relevance | path

Searched refs:wctype (Results 1 – 25 of 29) sorted by relevance

12

/freebsd/lib/libc/tests/locale/
H A Diswctype_test.c83 t = wctype(cls[i].name); in ATF_TC_BODY()
88 t = wctype("elephant"); in ATF_TC_BODY()
101 t = wctype(cls[i].name); in ATF_TC_BODY()
106 t = wctype("elephant"); in ATF_TC_BODY()
/freebsd/contrib/llvm-project/libcxx/include/
H A Dwctype.h14 wctype.h synopsis
39 wctype_t wctype(const char* property);
51 "The <wctype.h> header is not supported since libc++ has been configured with LIBCXX_ENABLE_WIDE_CHARACTERS disabled"
59 // In the future, we should unconditionally include_next <wctype.h> here and instead
60 // have a mode under which the library does not need libc++'s <wctype.h> or <cwctype>
62 // bypass the using declarations in <cwctype> when we did not include <wctype.h>.
67 #if __has_include_next(<wctype.h>)
68 # include_next <wctype.h>
87 # undef wctype
H A Dcwctype42 wctype_t wctype(const char* property);
55 #include <wctype.h>
58 # error <cwctype> tried including <wctype.h> but didn't find libc++'s <wctype.h> header. \
88 using ::wctype _LIBCPP_USING_IF_EXISTS;
H A D__std_clang_module214 # include <wctype.h>
H A Dmodule.modulemap514 header "wctype.h"
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DCSymbolMap.inc563 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>)
571 SYMBOL(iswprint, None, <wctype.h>)
572 SYMBOL(iswpunct, None, <wctype.h>)
[all …]
H A DStdSymbolMap.inc1860 SYMBOL(iswalnum, None, <wctype.h>)
1863 SYMBOL(iswalpha, None, <wctype.h>)
1866 SYMBOL(iswblank, None, <wctype.h>)
1869 SYMBOL(iswcntrl, None, <wctype.h>)
1872 SYMBOL(iswctype, None, <wctype.h>)
1875 SYMBOL(iswdigit, None, <wctype.h>)
1878 SYMBOL(iswgraph, None, <wctype.h>)
1881 SYMBOL(iswlower, None, <wctype.h>)
1884 SYMBOL(iswprint, None, <wctype.h>)
1887 SYMBOL(iswpunct, None, <wctype.h>)
[all …]
/freebsd/lib/libc/locale/
H A DMakefile.inc19 wcstoul.c wcstoull.c wcstoumax.c wctob.c wctomb.c wctrans.c wctype.c \
46 wctrans.3 wctype.3 wcwidth.3 \
101 MLINKS+=wctype.3 iswctype.3
H A Dwctype.c111 wctype_t wctype(const char *property) in wctype() function
H A DSymbol.map96 wctype;
/freebsd/tools/build/cross-build/include/linux/
H A Dwctype.h37 #include_next <wctype.h>
/freebsd/contrib/llvm-project/libcxx/modules/std.compat/
H A Dcwctype.inc33 using ::wctype _LIBCPP_USING_IF_EXISTS;
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dcwctype.cppm
H A Dcwctype.inc33 using std::wctype _LIBCPP_USING_IF_EXISTS;
/freebsd/include/
H A Dwctype.h79 wctype(const char *);
H A DMakefile36 wchar.h wctype.h wordexp.h xlocale.h
/freebsd/usr.bin/tr/
H A Dtr.c344 cset_addclass(cs, wctype("rune"), true); in setup()
H A Dstr.c173 if ((s->cclass = wctype(s->str)) == 0) in genclass()
/freebsd/contrib/file/
H A Dconfigure.ac118 AC_CHECK_HEADERS(spawn.h utime.h wchar.h wctype.h)
H A Dconfig.h.in276 /* Define to 1 if you have the <wctype.h> header file. */
/freebsd/bin/sh/
H A Dexpand.c1242 cclass = wctype(name); in match_charclass()
/freebsd/lib/libc/regex/
H A Dregcomp.c1232 if ((wct = wctype(clname)) == 0) {
/freebsd/lib/libc++/
H A DMakefile258 STD_HEADERS+= wctype.h
/freebsd/contrib/ncurses/
H A Dconfigure.in1773 wctype.h \
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt3297 fun:wctype=uninstrumented

12