Searched refs:is_digit (Results 1 - 11 of 11) sorted by relevance

/barrelfish-master/lib/libc/stdio/
H A Dprintflocal.h57 #define is_digit(c) ((unsigned)to_digit(c) <= 9) macro
H A Dprintf-pos.c192 while (is_digit(*cp)) {
218 while (is_digit(*cp)) {
288 while (is_digit(ch)) {
300 } while (is_digit(ch));
476 while (is_digit(ch)) {
488 } while (is_digit(ch));
H A Dxprintf.c77 #define is_digit(c) (((unsigned)to_digit(c)) <= 9) macro
326 while (*fmt != '\0' && is_digit(*fmt)) {
365 while (*fmt != '\0' && is_digit(*fmt)) {
H A Dvfprintf.c432 while (is_digit(*cp)) { \
549 while (is_digit(ch)) {
568 } while (is_digit(ch));
H A Dvfwprintf.c512 while (is_digit(*cp)) { \
622 while (is_digit(ch)) {
641 } while (is_digit(ch));
/barrelfish-master/lib/tzcode/zic/
H A Dscheck.c51 while (is_digit(*fp))
H A Dprivate.h96 #define is_digit(c) ((unsigned)(c) - '0' <= 9) macro
/barrelfish-master/kernel/
H A Dprintf.c201 #define is_digit(c) ((unsigned)to_digit(c) <= 9) macro
357 while (is_digit(ch)) {
384 } while (is_digit(ch));
/barrelfish-master/lib/tzcode/stdtime/
H A Dprivate.h138 #define is_digit(c) ((unsigned)(c) - '0' <= 9) macro
H A Dlocaltime.c697 while ((c = *strp) != '\0' && !is_digit(c) && c != ',' && c != '-' &&
739 if (strp == NULL || !is_digit(c = *strp))
747 } while (is_digit(c));
860 } else if (is_digit(*strp)) {
/barrelfish-master/usr/eclipseclp/Kernel/lib/
H A Dquintus.pl295 is_digit/1,
955 is_digit(X):- X > 47, X < 58.

Completed in 100 milliseconds