Searched refs:is_digit (Results 1 – 4 of 4) sorted by relevance
259 #define is_digit(c) ((unsigned)to_digit(c) <= 9) macro420 while (is_digit(*cp)) { \ in __vfwprintf()534 while (is_digit(ch)) { in __vfwprintf()563 } while (is_digit(ch)); in __vfwprintf()1166 while (is_digit(*cp)) { \ in __find_arguments()1215 while (is_digit(ch)) { in __find_arguments()1227 } while (is_digit(ch)); in __find_arguments()
242 #define is_digit(c) ((unsigned)to_digit(c) <= 9) macro432 while (is_digit(*cp)) { \ in __vfprintf()558 while (is_digit(ch)) { in __vfprintf()587 } while (is_digit(ch)); in __vfprintf()1184 while (is_digit(*cp)) { \ in __find_arguments()1240 while (is_digit(ch)) { in __find_arguments()1252 } while (is_digit(ch)); in __find_arguments()
115 #define is_digit(c) ((unsigned)(c) - '0' <= 9) macro
666 while ((c = *strp) != '\0' && !is_digit(c) && c != ',' && c != '-' && in getzname()704 if (strp == NULL || !is_digit(c = *strp)) in getnum()712 } while (is_digit(c)); in getnum()819 } else if (is_digit(*strp)) { in getrule()