/freebsd/lib/libc/tests/locale/ |
H A D | iswctype_test.c | 83 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 D | wctype.h | 14 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 D | cwctype | 42 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_module | 214 # include <wctype.h>
|
H A D | module.modulemap | 514 header "wctype.h"
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
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>) 571 SYMBOL(iswprint, None, <wctype.h>) 572 SYMBOL(iswpunct, None, <wctype.h>) [all …]
|
H A D | StdSymbolMap.inc | 1860 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 D | Makefile.inc | 19 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 D | wctype.c | 111 wctype_t wctype(const char *property) in wctype() function
|
H A D | Symbol.map | 96 wctype;
|
/freebsd/tools/build/cross-build/include/linux/ |
H A D | wctype.h | 37 #include_next <wctype.h>
|
/freebsd/contrib/llvm-project/libcxx/modules/std.compat/ |
H A D | cwctype.inc | 33 using ::wctype _LIBCPP_USING_IF_EXISTS;
|
/freebsd/contrib/llvm-project/libcxx/modules/std/ |
H A D | cwctype.cppm |
|
H A D | cwctype.inc | 33 using std::wctype _LIBCPP_USING_IF_EXISTS;
|
/freebsd/include/ |
H A D | wctype.h | 79 wctype(const char *);
|
H A D | Makefile | 36 wchar.h wctype.h wordexp.h xlocale.h
|
/freebsd/usr.bin/tr/ |
H A D | tr.c | 344 cset_addclass(cs, wctype("rune"), true); in setup()
|
H A D | str.c | 173 if ((s->cclass = wctype(s->str)) == 0) in genclass()
|
/freebsd/contrib/file/ |
H A D | configure.ac | 118 AC_CHECK_HEADERS(spawn.h utime.h wchar.h wctype.h)
|
H A D | config.h.in | 276 /* Define to 1 if you have the <wctype.h> header file. */
|
/freebsd/bin/sh/ |
H A D | expand.c | 1242 cclass = wctype(name); in match_charclass()
|
/freebsd/lib/libc/regex/ |
H A D | regcomp.c | 1232 if ((wct = wctype(clname)) == 0) {
|
/freebsd/lib/libc++/ |
H A D | Makefile | 258 STD_HEADERS+= wctype.h
|
/freebsd/contrib/ncurses/ |
H A D | configure.in | 1773 wctype.h \
|
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/ |
H A D | libc_ubuntu1404_abilist.txt | 3297 fun:wctype=uninstrumented
|