Lines Matching refs:isdigit
101 #undef isdigit
102 #define isdigit(c) ((unsigned int) ((c) - '0') < 10) macro
152 if (isdigit (*format) && *format != '0') in format_parse()
162 while (isdigit (*f)); in format_parse()
203 if (isdigit (*format)) in format_parse()
213 while (isdigit (*f)); in format_parse()
276 else if (isdigit (*format)) in format_parse()
278 do format++; while (isdigit (*format)); in format_parse()
292 if (isdigit (*format)) in format_parse()
302 while (isdigit (*f)); in format_parse()
365 else if (isdigit (*format)) in format_parse()
367 do format++; while (isdigit (*format)); in format_parse()