Home
last modified time | relevance | path

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

/Linux-v5.4/arch/x86/boot/
Dctype.h5 static inline int isdigit(int ch) in isdigit() function
/Linux-v5.4/include/linux/
Dctype.h26 static inline int isdigit(int c) in isdigit() function
/Linux-v5.4/tools/include/linux/
Dctype.h30 #define isdigit(c) __isdigit(c) macro
/Linux-v5.4/arch/powerpc/kernel/
Dprom_init.c698 #define isdigit(c) ('0' <= (c) && (c) <= '9') macro
/Linux-v5.4/tools/include/nolibc/
Dnolibc.h2367 int isdigit(int c) in isdigit() function