Searched defs:iscntrl (Results 1 - 4 of 4) sorted by relevance

/external/webkit/Source/JavaScriptCore/wtf/
H A DDisallowCType.h44 #undef iscntrl macro
61 #define iscntrl iscntrl_WTF_Please_use_ASCIICType_instead_of_ctype_see_comment_in_ASCIICType_h macro
/external/kernel-headers/original/linux/
H A Dctype.h24 #define iscntrl(c) ((__ismask(c)&(_C)) != 0) macro
/external/stlport/stlport/
H A Dctype.h53 # undef iscntrl macro
81 __inline int (iscntrl)(int c) { return _isctype(c, _CONTROL); } function
/external/valgrind/main/coregrind/m_demangle/
H A Dsafe-ctype.h130 #undef iscntrl macro
131 #define iscntrl(c) do_not_use_iscntrl_with_safe_ctype macro

Completed in 300 milliseconds