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

/external/linux-tools-perf/src/tools/perf/util/
H A Dutil.h197 #undef isdigit macro
224 #define isdigit(x) sane_istest(x,GIT_DIGIT) macro
/external/valgrind/coregrind/m_demangle/
H A Dsafe-ctype.h132 #undef isdigit macro
133 #define isdigit(c) do_not_use_isdigit_with_safe_ctype macro
/external/strace/
H A Dvsprintf.c29 #undef isdigit macro
30 #define isdigit(a) ((unsigned char)((a) - '0') <= 9) macro
38 while (isdigit(*p))
537 if (isdigit(*fmt))
550 if (isdigit(*fmt)) {
/external/valgrind/coregrind/
H A Dm_libcbase.c72 Bool VG_(isdigit) ( HChar c ) function

Completed in 169 milliseconds