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

/illumos-gate/usr/src/cmd/sendmail/libsm/
H A Dvfprintf.c146 #define to_digit(c) ((c) - '0') macro
147 #define is_digit(c) ((unsigned) to_digit(c) <= 9)
277 n2 = 10 * n2 + to_digit(*cp); \
411 n = 10 * n + to_digit(ch);
442 n = 10 * n + to_digit(ch);
866 n2 = 10 * n2 + to_digit(*cp); \
929 n = 10 * n + to_digit(ch);
/illumos-gate/usr/src/lib/efcode/engine/
H A Dprint.c37 to_digit(fcode_env_t *env) function
261 FORTH(0, ">digit", to_digit);

Completed in 58 milliseconds