Searched refs:ISDIGIT (Results 1 - 7 of 7) sorted by relevance

/haiku/src/system/libroot/posix/glibc/stdio-common/
H A Dprintf-parse.h80 while (ISDIGIT (*++(*pstr)))
156 if (ISDIGIT (*format))
230 if (ISDIGIT (*format))
251 else if (ISDIGIT (*format))
267 if (ISDIGIT (*format))
287 else if (ISDIGIT (*format))
H A Dprintf-parse.c35 # define ISDIGIT(Ch) isdigit (Ch) macro
51 # define ISDIGIT(Ch) iswdigit (Ch) macro
H A Dprintf-prs.c31 # define ISDIGIT(Ch) isdigit (Ch) macro
54 # define ISDIGIT(Ch) iswdigit (Ch) macro
H A Dvfscanf.c87 # define ISDIGIT(Ch) iswdigit (Ch) macro
116 # define ISDIGIT(Ch) isdigit (Ch) macro
183 # define ISDIGIT(Ch) isdigit (Ch) macro
484 if (ISDIGIT ((UCHAR_T) *f))
487 while (ISDIGIT ((UCHAR_T) *f))
518 if (ISDIGIT ((UCHAR_T) *f))
523 while (ISDIGIT ((UCHAR_T) *f))
1438 else if (!ISDIGIT (c) || c - L_('0') >= base)
1599 if (! ISDIGIT (c) && TOLOWER (c) != L_('i')
1752 if (ISDIGIT (
[all...]
H A Dvfprintf.c74 # define ISDIGIT(Ch) ((unsigned int) ((Ch) - '0') < 10) macro
90 # define ISDIGIT(Ch) ((unsigned int) ((Ch) - L'0') < 10) macro
135 # define ISDIGIT(Ch) isdigit (Ch) macro
1432 if (ISDIGIT (*tmp) && read_int (&tmp) && *tmp == L_('$'))
1502 if (ISDIGIT (*tmp) && read_int (&tmp) > 0 && *tmp == L_('$'))
1512 else if (ISDIGIT (*f))
/haiku/src/system/libroot/posix/glibc/stdlib/
H A Dstrtod.c103 # define ISDIGIT(Ch) __iswdigit_l ((Ch), loc) macro
110 # define ISDIGIT(Ch) iswdigit (Ch) macro
122 # define ISDIGIT(Ch) __isdigit_l ((Ch), loc) macro
129 # define ISDIGIT(Ch) isdigit (Ch) macro
956 if (ISDIGIT (*startp))
987 if (ISDIGIT (*startp))
/haiku/src/build/libgnuregex/
H A Dregex.c141 #define ISDIGIT(c) (isascii (c) && isdigit (c))
1023 while (ISDIGIT (c)) \
1494 || (is_digit && ISDIGIT (ch))
140 #define ISDIGIT macro

Completed in 163 milliseconds