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

/freebsd-9.3-release/contrib/ntp/libntp/
H A Dsnprintf.c515 #ifndef CHARTOINT
516 #define CHARTOINT(ch) (ch - '0') macro
517 #endif /* !defined(CHARTOINT) */
630 ch = CHARTOINT(ch);
663 ch = CHARTOINT(ch);

Completed in 48 milliseconds