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

/osnet-11/usr/src/lib/efcode/engine/
H A Dforth.c1038 is_digit(char digit, int num_base, fstack_t *dptr) function
1087 error = is_digit(*buf++, env->num_base, &digit);
1107 if (is_digit(TOS, base, &value))
/osnet-11/usr/src/cmd/sendmail/libsm/
H A Dvfprintf.c147 #define is_digit(c) ((unsigned) to_digit(c) <= 9) macro
275 while (is_digit(*cp)) \
409 while (is_digit(ch))
444 } while (is_digit(ch));
864 while (is_digit(*cp)) \
917 while (is_digit(ch))
931 } while (is_digit(ch));
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Stdio/
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));
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));
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Time/
H A DTimeVals.h65 #define is_digit(c) ((unsigned)(c) - '0' <= 9) macro

Completed in 296 milliseconds