Searched refs:is_digit (Results 1 – 7 of 7) sorted by relevance
118 #define is_digit(c) ((unsigned)to_digit(c) <= 9) macro278 while (is_digit(*cp)) { \369 while (is_digit(*cp)) { \ in __find_arguments()419 while (is_digit(ch)) { in __find_arguments()438 } while (is_digit(ch)); in __find_arguments()539 while (is_digit(ch)) { in __find_arguments()
85 #define is_digit(c) (static_cast<unsigned>(to_digit(c)) <= 9) macro
226 while (is_digit(ch)) { in FUNCTION_NAME()264 } while (is_digit(ch)); in FUNCTION_NAME()550 while (is_digit(ch)) { in FUNCTION_NAME()
229 while (is_digit(ch)) { in FUNCTION_NAME()267 } while (is_digit(ch)); in FUNCTION_NAME()528 while (is_digit(ch)) { in FUNCTION_NAME()
231 while (is_digit(c)) { in __vfwscanf()
186 while (is_digit(c)) { in __svfscanf()
860 is_digit(char c) in is_digit() function876 while ((c = *strp) != '\0' && !is_digit(c) && c != ',' && c != '-' && in getzname()915 if (strp == NULL || !is_digit(c = *strp)) in getnum()923 } while (is_digit(c)); in getnum()1031 } else if (is_digit(*strp)) { in getrule()