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

/seL4-refos-master/libs/libmuslc/src/ctype/
H A Disdigit.c3 #undef isdigit macro
5 int isdigit(int c) function
/seL4-refos-master/libs/libmuslc/include/
H A Dctype.h32 #define isdigit(a) (0 ? isdigit(a) : ((unsigned)(a)-'0') < 10) macro
/seL4-refos-master/kernel/src/machine/
H A Dio.c58 static inline bool_t isdigit(char c) function

Completed in 37 milliseconds