Searched refs:is_digit (Results 1 - 4 of 4) 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
H A DZoneProc.c150 while ((c = *strp) != '\0' && !is_digit(c) && c != ',' && c != '-' &&
173 if (strp == NULL || !is_digit(c = *strp))
181 } while (is_digit(c));
294 } else if (is_digit(*strp)) {
/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 64 milliseconds