Home
last modified time | relevance | path

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

123

/freebsd/contrib/llvm-project/libcxx/include/__cxx03/
H A Dcctype22 int iscntrl(int c);
66 #ifdef iscntrl
67 # undef iscntrl
113 using ::iscntrl _LIBCPP_USING_IF_EXISTS;
H A Dctype.h47 # undef iscntrl
/freebsd/contrib/llvm-project/libcxx/include/
H A Dcctype22 int iscntrl(int c);
69 # ifdef iscntrl
70 # undef iscntrl
116 using ::iscntrl _LIBCPP_USING_IF_EXISTS;
H A Dctype.h50 # undef iscntrl
/freebsd/include/
H A Dctype.h50 int iscntrl(int);
89 #define iscntrl(c) __sbistype((c), _CTYPE_C) macro
/freebsd/cddl/contrib/opensolaris/lib/libgen/common/
H A Dgmatch.c50 ((c1) > 0xff || !iscntrl((int)c1)) && ((c2) > 0xff || \
51 !iscntrl((int)c2)))
/freebsd/lib/libc/locale/
H A Disctype.c77 #undef iscntrl
79 iscntrl(int c) in iscntrl() function
H A DMakefile.inc33 ctype.3 digittoint.3 isalnum.3 isalpha.3 isascii.3 isblank.3 iscntrl.3 \
56 MLINKS+=iscntrl.3 iscntrl_l.3
H A DSymbol.map8 iscntrl;
/freebsd/contrib/ncurses/ncurses/base/
H A Dlib_insch.c88 (sp != NULL && sp->_legacy_coding && !iscntrl(ch8)))) { in NCURSES_EXPORT()
104 } else if (iscntrl(ch8)) { in NCURSES_EXPORT()
/freebsd/contrib/tcsh/
H A Dsh.char.h232 # define IscntrlM(c) (((Char)(c) & QUOTE) ? 0 : iscntrl((tcshuc) (c)))
235 # define Iscntrl(c) (((Char)(c) & QUOTE) ? 0 : iscntrl((tcshuc) (c)))
274 # define IscntrlM(c) (((Char)(c) & QUOTE) ? 0 : iscntrl( oem_it((tcshuc)(c))))
279 # define Iscntrl(c) (((Char)(c) & QUOTE) ? 0 : iscntrl( oem_it((tcshuc)(c))))
/freebsd/crypto/openssh/openbsd-compat/
H A Dcharclass.h19 { "cntrl", iscntrl },
/freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dctype.h36 #define iscntrl(C) (uchar(C) <= 0x1f || uchar(C) == 0x7f) macro
/freebsd/contrib/llvm-project/libcxx/modules/std.compat/
H A Dcctype.inc14 using ::iscntrl _LIBCPP_USING_IF_EXISTS;
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dcctype.cppm
H A Dcctype.inc14 using std::iscntrl _LIBCPP_USING_IF_EXISTS;
H A Dlocale.inc21 using std::iscntrl;
H A Dlocale.cppm
/freebsd/sys/contrib/ncsw/inc/
H A Dctype_ext.h58 #define iscntrl(c) ((__ismask(c)&(_C)) != 0) macro
/freebsd/crypto/openssl/test/
H A Dctype_internal_test.c41 && TEST_int_eq(iscntrl(n) != 0, ossl_iscntrl(n) != 0) in test_ctype_chars()
/freebsd/contrib/openbsm/compat/
H A Dvis.h175 if (iscntrl(c)) {
/freebsd/contrib/llvm-project/clang/lib/Headers/llvm_libc_wrappers/
H A Dctype.h71 #undef iscntrl
/freebsd/contrib/nvi/common/
H A Dmultibyte.h78 #define ISCNTRL iscntrl
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/__support/xlocale/
H A D__posix_l_fallback.h32 inline _LIBCPP_HIDE_FROM_ABI int iscntrl_l(int __c, locale_t) { return ::iscntrl(__c); } in iscntrl_l()
/freebsd/usr.bin/ident/
H A Dident.c180 if (iscntrl(c)) { in scan()

123