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

/freebsd-10-stable/lib/libc/tests/locale/
H A Diswctype_test.c28 * Test program for wctype() and iswctype() as specified by
89 ATF_REQUIRE(cls[i].func(j) == iswctype(j, t));
94 ATF_REQUIRE(iswctype(i, t) == 0);
107 ATF_REQUIRE(cls[i].func(j) == iswctype(j, t));
112 ATF_REQUIRE(iswctype(i, t) == 0);
/freebsd-10-stable/contrib/libstdc++/include/c_std/
H A Dstd_cwctype.h63 #undef iswctype macro
93 using ::iswctype;
/freebsd-10-stable/lib/libc/locale/
H A Dwctype.c40 #undef iswctype macro
42 iswctype(wint_t wc, wctype_t charclass) function
H A DMakefile.inc8 gb18030.c gb2312.c gbk.c ctype.c isctype.c iswctype.c \
90 MLINKS+=wctype.3 iswctype.3
H A DSymbol.map99 iswctype;
/freebsd-10-stable/contrib/libstdc++/include/c_compatibility/
H A Dwctype.h48 using std::iswctype;
/freebsd-10-stable/include/
H A Dwctype.h63 int iswctype(wint_t, wctype_t);
102 #define iswctype(wc, charclass) __istype((wc), (charclass)) macro
/freebsd-10-stable/contrib/libstdc++/config/locale/generic/
H A Dctype_members.cc139 && iswctype(__c, _M_wmask[__bitcur]))
158 if (iswctype(*__lo, _M_wmask[__bitcur]))
/freebsd-10-stable/lib/libc/regex/
H A Dregex2.h141 if (iswctype(ch, cs->types[i]))
H A Dregcomp.c1264 if (iswctype(i, wct))
/freebsd-10-stable/usr.bin/tr/
H A Dcset.c156 if (csc->csc_invert ^ (iswctype(ch, csc->csc_type) != 0))
/freebsd-10-stable/contrib/libgnuregex/
H A Dregex_internal.h116 # define __iswctype iswctype
/freebsd-10-stable/bin/sh/
H A Dexpand.c1403 return iswctype(chr, cclass);
/freebsd-10-stable/contrib/binutils/libiberty/
H A Dregex.c3254 if (iswctype (btowc (ch), wt))
6232 if (iswctype((wint_t)c, wctype))
/freebsd-10-stable/contrib/gcclibs/libiberty/
H A Dregex.c3254 if (iswctype (btowc (ch), wt))
6232 if (iswctype((wint_t)c, wctype))
/freebsd-10-stable/gnu/usr.bin/grep/
H A Ddfa.c2507 if (iswctype((wint_t)wc, work_mbc->ch_classes[i]))
/freebsd-10-stable/contrib/libreadline/
H A Dconfigure8066 for ac_func in iswlower iswupper towlower towupper iswctype

Completed in 147 milliseconds