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

/external/kernel-headers/original/linux/
H A Dctype.h25 #define isdigit(c) ((__ismask(c)&(_D)) != 0) macro
/external/stlport/stlport/
H A Dctype.h57 # undef isdigit macro
74 __inline int (isdigit)(int c) { return _isctype(c, _DIGIT); } function
/external/grub/stage2/
H A Dtparm.c56 #define isdigit(c) ((c) >= '0' && (c) <= '9') macro
287 if (isdigit(*s)) {
/external/linux-tools-perf/util/
H A Dutil.h229 #undef isdigit macro
248 #define isdigit(x) sane_istest(x,GIT_DIGIT) macro
/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/chromium_org/third_party/openssl/openssl/
H A De_os.h304 # undef isdigit macro
/external/openssl/
H A De_os.h304 # undef isdigit macro
/external/valgrind/main/coregrind/
H A Dm_libcbase.c44 Bool VG_(isdigit) ( Char c ) function
/external/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h325 /// int isdigit(int c);
326 isdigit, enumerator in enum:llvm::LibFunc::Func
/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)) {

Completed in 442 milliseconds