Searched refs:iscntrl (Results 1 – 25 of 61) sorted by relevance
123
22 int iscntrl(int c);66 #ifdef iscntrl67 # undef iscntrl113 using ::iscntrl _LIBCPP_USING_IF_EXISTS;
47 # undef iscntrl
22 int iscntrl(int c);69 # ifdef iscntrl70 # undef iscntrl116 using ::iscntrl _LIBCPP_USING_IF_EXISTS;
50 # undef iscntrl
50 int iscntrl(int);89 #define iscntrl(c) __sbistype((c), _CTYPE_C) macro
50 ((c1) > 0xff || !iscntrl((int)c1)) && ((c2) > 0xff || \51 !iscntrl((int)c2)))
77 #undef iscntrl79 iscntrl(int c) in iscntrl() function
33 ctype.3 digittoint.3 isalnum.3 isalpha.3 isascii.3 isblank.3 iscntrl.3 \56 MLINKS+=iscntrl.3 iscntrl_l.3
8 iscntrl;
88 (sp != NULL && sp->_legacy_coding && !iscntrl(ch8)))) { in NCURSES_EXPORT()104 } else if (iscntrl(ch8)) { in NCURSES_EXPORT()
232 # 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))))
19 { "cntrl", iscntrl },
36 #define iscntrl(C) (uchar(C) <= 0x1f || uchar(C) == 0x7f) macro
14 using ::iscntrl _LIBCPP_USING_IF_EXISTS;
14 using std::iscntrl _LIBCPP_USING_IF_EXISTS;
21 using std::iscntrl;
58 #define iscntrl(c) ((__ismask(c)&(_C)) != 0) macro
41 && TEST_int_eq(iscntrl(n) != 0, ossl_iscntrl(n) != 0) in test_ctype_chars()
175 if (iscntrl(c)) {
71 #undef iscntrl
78 #define ISCNTRL iscntrl
32 inline _LIBCPP_HIDE_FROM_ABI int iscntrl_l(int __c, locale_t) { return ::iscntrl(__c); } in iscntrl_l()
180 if (iscntrl(c)) { in scan()