Lines Matching refs:isdigit
81 #undef isdigit
82 #define isdigit(c) ((unsigned int) ((c) - '0') < 10) macro
120 if (isdigit (*format)) in format_parse()
130 while (isdigit (*f)); in format_parse()
157 if (isdigit (*format)) in format_parse()
167 while (isdigit (*f)); in format_parse()
226 else if (isdigit (*format)) in format_parse()
228 do format++; while (isdigit (*format)); in format_parse()
242 if (isdigit (*format)) in format_parse()
252 while (isdigit (*f)); in format_parse()
311 else if (isdigit (*format)) in format_parse()
313 do format++; while (isdigit (*format)); in format_parse()