Searched refs:iswcntrl (Results 1 - 12 of 12) sorted by relevance

/freebsd-current/contrib/llvm-project/libcxx/include/
H A Dwctype.h29 int iswcntrl(wint_t wc);
77 # undef iswcntrl macro
/freebsd-current/contrib/llvm-project/libcxx/modules/std/
H A Dcwctype.inc19 using std::iswcntrl;
/freebsd-current/contrib/llvm-project/libcxx/modules/std.compat/
H A Dcwctype.inc19 using ::iswcntrl;
/freebsd-current/include/
H A Dwctype.h63 int iswcntrl(wint_t);
102 #define iswcntrl(wc) __istype((wc), _CTYPE_C) macro
/freebsd-current/lib/libc/locale/
H A Diswctype.c70 #undef iswcntrl macro
72 iswcntrl(wint_t wc) function
H A DMakefile.inc73 iswalnum.3 iswcntrl.3 iswalnum.3 iswdigit.3 iswalnum.3 iswgraph.3 \
/freebsd-current/lib/libc/tests/locale/
H A Diswctype_test.c66 { "cntrl", iswcntrl },
/freebsd-current/contrib/nvi/common/
H A Dmultibyte.h44 #define ISCNTRL iswcntrl
/freebsd-current/contrib/libedit/
H A Dchartype.c335 else if (c < 0x100 && iswcntrl(c))
/freebsd-current/bin/cat/
H A Dcat.c355 if (iswcntrl(wch)) {
/freebsd-current/contrib/tcsh/
H A Dsh.char.h197 # define Iscntrl(c) (((c) & QUOTE) ? 0 : iswcntrl(c))
/freebsd-current/contrib/libxo/libxo/
H A Dlibxo.c2789 width = iswcntrl(wc) ? 0 : 1;
3084 width = iswcntrl(wc) ? 0 : 1;

Completed in 214 milliseconds