Home
last modified time | relevance | path

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

/arch/x86/boot/
Dctype.h5 static inline int isdigit(int ch) in isdigit() function
/arch/powerpc/kernel/
Dprom_init.c528 #define isdigit(c) ('0' <= (c) && (c) <= '9') macro