Searched defs:isdigit (Results 1 - 8 of 8) sorted by last modified time

/external/valgrind/main/coregrind/m_demangle/
H A Dsafe-ctype.h132 #undef isdigit macro
133 #define isdigit(c) do_not_use_isdigit_with_safe_ctype macro
/external/valgrind/main/coregrind/
H A Dm_libcbase.c44 Bool VG_(isdigit) ( HChar c ) function
/external/stlport/stlport/
H A Dctype.h57 # undef isdigit macro
74 __inline int (isdigit)(int c) { return _isctype(c, _DIGIT); } function
/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/qemu-pc-bios/bochs/bios/
H A Drombios32.c170 static inline int isdigit(int c) function
275 while (isdigit(c)) {
286 while (isdigit(c)) {
/external/openssl/
H A De_os.h304 # undef isdigit macro
/external/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h360 /// int isdigit(int c);
361 isdigit, enumerator in enum:llvm::LibFunc::Func
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dutil.h197 #undef isdigit macro
224 #define isdigit(x) sane_istest(x,GIT_DIGIT) macro

Completed in 1685 milliseconds