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

/sendmail/libsm/
H A Dvfprintf.c145 #define is_digit(c) ((unsigned) to_digit(c) <= 9) macro
273 while (is_digit(*cp)) \
407 while (is_digit(ch))
442 } while (is_digit(ch));
862 while (is_digit(*cp)) \
915 while (is_digit(ch))
929 } while (is_digit(ch));

Completed in 1636 milliseconds