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

/linux-master/arch/x86/boot/
H A Dctype.h5 static inline int isdigit(int ch) function
/linux-master/tools/include/nolibc/
H A Dctype.h37 int isdigit(int c) function
/linux-master/include/linux/
H A Dctype.h41 #define isdigit(c) __builtin_isdigit(c) macro
43 static inline int isdigit(int c) function
/linux-master/tools/include/linux/
H A Dctype.h41 #define isdigit(c) __builtin_isdigit(c) macro
47 #define isdigit(c) __isdigit(c) macro
/linux-master/tools/testing/selftests/kvm/lib/
H A Dguest_sprintf.c12 static int isdigit(int ch) function

Completed in 293 milliseconds