Searched refs:is_digit (Results 1 – 2 of 2) sorted by relevance
30 #define is_digit(c) ((c) >= '0' && (c) <= '9') macro36 while (is_digit(**s)) in skip_atoi()563 if (is_digit(*fmt)) in vsnprintf_internal()579 if (is_digit(*fmt)) in vsnprintf_internal()
59 static inline bool is_digit(char c) in is_digit() function819 if (!is_digit(string[i])) { in set_date()861 if (!is_digit(*p)) { in set_bytes()
Completed in 7 milliseconds