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

/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 1786 milliseconds