Home
last modified time | relevance | path

Searched refs:is_digit (Results 1 – 4 of 4) sorted by relevance

/bionic/libc/upstream-openbsd/lib/libc/stdio/
Dvfwprintf.c259 #define is_digit(c) ((unsigned)to_digit(c) <= 9) macro
420 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()
Dvfprintf.c242 #define is_digit(c) ((unsigned)to_digit(c) <= 9) macro
432 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()
/bionic/libc/tzcode/
Dprivate.h115 #define is_digit(c) ((unsigned)(c) - '0' <= 9) macro
Dlocaltime.c666 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()