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

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Time/
H A DTimeVals.h65 #define is_digit(c) ((unsigned)(c) - '0' <= 9) macro
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Stdio/
H A Dvsnprintf_ss.c73 #define is_digit(c) ((unsigned)to_digit(c) <= 9) macro
215 while (is_digit(ch)) {
235 } while (is_digit(ch));
H A Dvfwprintf.c256 #define is_digit(c) ((unsigned)to_digit(c) <= 9) macro
795 while (is_digit(*cp)) { \
931 while (is_digit(ch)) {
950 } while (is_digit(ch));
1656 while (is_digit(*cp)) { \
1706 while (is_digit(ch)) {
1718 } while (is_digit(ch));

Completed in 58 milliseconds