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

/freebsd-13-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-13-stable/contrib/llvm-project/libcxx/include/
H A Dwctype.h38 int iswctype(wint_t wc, wctype_t desc);
69 #undef iswctype macro
/freebsd-13-stable/lib/libc/locale/
H A Dwctype.c42 #undef iswctype macro
44 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
/freebsd-13-stable/include/
H A Dwctype.h65 int iswctype(wint_t, wctype_t);
104 #define iswctype(wc, charclass) __istype((wc), (charclass)) macro
/freebsd-13-stable/lib/libc/regex/
H A Dregex2.h152 if (iswctype(ch, cs->types[i]))
/freebsd-13-stable/usr.bin/tr/
H A Dcset.c158 if (csc->csc_invert ^ (iswctype(ch, csc->csc_type) != 0))
/freebsd-13-stable/bin/sh/
H A Dexpand.c1254 return iswctype(chr, cclass);

Completed in 304 milliseconds