Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/
A Dctype.h41 #define isdigit(c) __builtin_isdigit(c) macro
43 static inline int isdigit(int c) in isdigit() function
/linux-6.3-rc2/tools/include/linux/
A Dctype.h41 #define isdigit(c) __builtin_isdigit(c) macro
47 #define isdigit(c) __isdigit(c) macro
/linux-6.3-rc2/arch/x86/boot/
A Dctype.h5 static inline int isdigit(int ch) in isdigit() function
/linux-6.3-rc2/tools/include/nolibc/
A Dctype.h37 int isdigit(int c) in isdigit() function
/linux-6.3-rc2/scripts/
A Dlist-gitignored.c62 #define isdigit(x) sane_istest(x,GIT_DIGIT) macro

Completed in 11 milliseconds