Searched defs:isalpha (Results 1 - 3 of 3) sorted by relevance

/external/stlport/stlport/
H A Dctype.h56 # undef isalpha macro
71 __inline int (isalpha)(int c) { return _isctype(c, _ALPHA); } function
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dutil.h199 #undef isalpha macro
227 #define isalpha(x) sane_istest(x,GIT_ALPHA) macro
/external/valgrind/main/coregrind/m_demangle/
H A Dsafe-ctype.h33 case, e.g. ISALPHA not isalpha. */
126 #undef isalpha macro
127 #define isalpha(c) do_not_use_isalpha_with_safe_ctype macro

Completed in 76 milliseconds