Home
last modified time | relevance | path

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

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