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

/linux-4.1.27/arch/x86/boot/
H A Dctype.h4 static inline int isdigit(int ch) isdigit() function
/linux-4.1.27/include/linux/
H A Dctype.h25 #define isdigit(c) ((__ismask(c)&(_D)) != 0) macro
/linux-4.1.27/tools/perf/util/
H A Dutil.h206 #undef isdigit macro
233 #define isdigit(x) sane_istest(x,GIT_DIGIT) macro
/linux-4.1.27/arch/powerpc/kernel/
H A Dprom_init.c528 #define isdigit(c) ('0' <= (c) && (c) <= '9') macro

Completed in 138 milliseconds