Home
last modified time | relevance | path

Searched refs:iswctype (Results 1 – 17 of 17) sorted by relevance

/freebsd/lib/libc/tests/locale/
H A Diswctype_test.c86 ATF_REQUIRE(cls[i].func(j) == iswctype(j, t)); in ATF_TC_BODY()
91 ATF_REQUIRE(iswctype(i, t) == 0); in ATF_TC_BODY()
104 ATF_REQUIRE(cls[i].func(j) == iswctype(j, t)); in ATF_TC_BODY()
109 ATF_REQUIRE(iswctype(i, t) == 0); in ATF_TC_BODY()
/freebsd/lib/libc/locale/
H A Dwctype.c39 #undef iswctype
41 iswctype(wint_t wc, wctype_t charclass) in iswctype() function
H A DMakefile.inc5 gb18030.c gb2312.c gbk.c ctype.c isctype.c iswctype.c \
101 MLINKS+=wctype.3 iswctype.3
H A DSymbol.map95 iswctype;
/freebsd/include/
H A Dwctype.h64 int iswctype(wint_t, wctype_t);
103 #define iswctype(wc, charclass) __istype((wc), (charclass)) macro
/freebsd/contrib/llvm-project/libcxx/include/
H A Dcwctype41 int iswctype(wint_t wc, wctype_t desc);
87 using ::iswctype _LIBCPP_USING_IF_EXISTS;
H A Dwctype.h38 int iswctype(wint_t wc, wctype_t desc);
86 # undef iswctype
/freebsd/contrib/llvm-project/libcxx/modules/std.compat/
H A Dcwctype.inc20 using ::iswctype _LIBCPP_USING_IF_EXISTS;
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dcwctype.cppm
H A Dcwctype.inc20 using std::iswctype _LIBCPP_USING_IF_EXISTS;
/freebsd/lib/libc/regex/
H A Dregex2.h149 if (iswctype(ch, cs->types[i])) in CHIN1()
H A Dregcomp.c1698 if (iswctype(i, wct))
/freebsd/usr.bin/tr/
H A Dcset.c156 if (csc->csc_invert ^ (iswctype(ch, csc->csc_type) != 0)) in cset_in_hard()
/freebsd/bin/sh/
H A Dexpand.c1246 return iswctype(chr, cclass); in match_charclass()
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DCSymbolMap.inc567 SYMBOL(iswctype, None, <wctype.h>)
H A DStdSymbolMap.inc1870 SYMBOL(iswctype, std::, <cwctype>)
1871 SYMBOL(iswctype, None, <cwctype>)
1872 SYMBOL(iswctype, None, <wctype.h>)
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt2127 fun:iswctype=uninstrumented