Searched refs:iscntrl (Results 1 - 25 of 61) sorted by relevance

123

/openbsd-current/lib/libc/gen/
H A Dcharclass.h17 { "cntrl", iscntrl },
H A Disctype.c66 #undef iscntrl macro
68 iscntrl(int c) function
72 DEF_STRONG(iscntrl); variable
/openbsd-current/usr.bin/rsync/
H A Dcharclass.h17 { "cntrl", iscntrl },
/openbsd-current/gnu/gcc/libstdc++-v3/include/c_std/
H A Dstd_cctype.h56 #undef iscntrl macro
72 using ::iscntrl;
/openbsd-current/gnu/lib/libstdc++/libstdc++/include/c_std/
H A Dstd_cctype.h54 #undef iscntrl macro
70 using ::iscntrl;
/openbsd-current/gnu/llvm/libcxx/include/
H A Dctype.h19 int iscntrl(int c);
47 #undef iscntrl macro
/openbsd-current/gnu/gcc/libstdc++-v3/include/c_compatibility/
H A Dctype.h37 using std::iscntrl;
/openbsd-current/gnu/lib/libstdc++/libstdc++/include/c_compatibility/
H A Dctype.h37 using std::iscntrl;
/openbsd-current/lib/libc/hidden/
H A Dctype.h24 __only_inline int iscntrl(int _c);
68 PROTO_NORMAL(iscntrl); variable
/openbsd-current/lib/libcurses/base/
H A Dlib_insch.c90 (sp != 0 && sp->_legacy_coding && !iscntrl(ch8)))) {
106 } else if (iscntrl(ch8)) {
/openbsd-current/gnu/gcc/libstdc++-v3/config/os/windiss/
H A Dctype_inline.h63 __ret = iscntrl(__c);
/openbsd-current/gnu/lib/libstdc++/libstdc++/config/os/windiss/
H A Dctype_inline.h56 __ret = iscntrl(__c);
/openbsd-current/bin/csh/
H A Dchar.h72 #define Iscntrl(c) (((c) & QUOTE) ? 0 : iscntrl((unsigned char) (c)))
/openbsd-current/usr.bin/cu/
H A Dinput.c78 if (!iscntrl((u_char)c))
/openbsd-current/regress/lib/libc/locale/check_isw/
H A Dcheck_isw.c58 check_bool(iscntrl(i), iswcntrl(i), '4');
108 check_bool(iscntrl(s[j]), iswcntrl(c), '4');
/openbsd-current/gnu/gcc/libstdc++-v3/config/os/generic/
H A Dctype_inline.h77 __testis = iscntrl(__c);
/openbsd-current/gnu/lib/libstdc++/libstdc++/config/os/generic/
H A Dctype_inline.h72 __testis = iscntrl(__c);
/openbsd-current/lib/libc/locale/
H A Disctype_l.c51 return iscntrl(c);
/openbsd-current/include/
H A Dctype.h70 int iscntrl(int);
127 __only_inline int iscntrl(int _c) function
241 return iscntrl(_c);
/openbsd-current/gnu/gcc/libstdc++-v3/include/bits/
H A Dlocalefwd.h66 iscntrl(_CharT, const locale&);
/openbsd-current/gnu/lib/libstdc++/libstdc++/include/bits/
H A Dlocalefwd.h66 iscntrl(_CharT, const locale&);
/openbsd-current/gnu/gcc/gcc/cp/
H A Dcfns.h146 "iscntrl",
/openbsd-current/usr.bin/talk/
H A Ddisplay.c142 iscntrl((unsigned char)*text))) {
/openbsd-current/bin/cat/
H A Dcat.c189 if (iscntrl(ch)) {
/openbsd-current/gnu/llvm/libcxx/include/__support/xlocale/
H A D__posix_l_fallback.h36 inline _LIBCPP_HIDE_FROM_ABI_C int iscntrl_l(int __c, locale_t) { return ::iscntrl(__c); }

Completed in 230 milliseconds

123