Searched refs:iswctype (Results 1 – 17 of 17) sorted by relevance
/freebsd/lib/libc/tests/locale/ |
H A D | iswctype_test.c | 86 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 D | wctype.c | 39 #undef iswctype 41 iswctype(wint_t wc, wctype_t charclass) in iswctype() function
|
H A D | Makefile.inc | 5 gb18030.c gb2312.c gbk.c ctype.c isctype.c iswctype.c \ 101 MLINKS+=wctype.3 iswctype.3
|
H A D | Symbol.map | 95 iswctype;
|
/freebsd/include/ |
H A D | wctype.h | 64 int iswctype(wint_t, wctype_t); 103 #define iswctype(wc, charclass) __istype((wc), (charclass)) macro
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | cwctype | 41 int iswctype(wint_t wc, wctype_t desc); 87 using ::iswctype _LIBCPP_USING_IF_EXISTS;
|
H A D | wctype.h | 38 int iswctype(wint_t wc, wctype_t desc); 86 # undef iswctype
|
/freebsd/contrib/llvm-project/libcxx/modules/std.compat/ |
H A D | cwctype.inc | 20 using ::iswctype _LIBCPP_USING_IF_EXISTS;
|
/freebsd/contrib/llvm-project/libcxx/modules/std/ |
H A D | cwctype.cppm |
|
H A D | cwctype.inc | 20 using std::iswctype _LIBCPP_USING_IF_EXISTS;
|
/freebsd/lib/libc/regex/ |
H A D | regex2.h | 149 if (iswctype(ch, cs->types[i])) in CHIN1()
|
H A D | regcomp.c | 1698 if (iswctype(i, wct))
|
/freebsd/usr.bin/tr/ |
H A D | cset.c | 156 if (csc->csc_invert ^ (iswctype(ch, csc->csc_type) != 0)) in cset_in_hard()
|
/freebsd/bin/sh/ |
H A D | expand.c | 1246 return iswctype(chr, cclass); in match_charclass()
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
H A D | CSymbolMap.inc | 567 SYMBOL(iswctype, None, <wctype.h>)
|
H A D | StdSymbolMap.inc | 1870 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 D | libc_ubuntu1404_abilist.txt | 2127 fun:iswctype=uninstrumented
|