Searched refs:CTOI (Results 1 - 1 of 1) sorted by path

/freebsd-11-stable/cddl/contrib/opensolaris/lib/libuutil/common/
H A Duu_strtoint.c38 #define CTOI(x) (((x) >= '0' && (x) <= '9') ? (x) - '0' : \ macro
95 if ((val = CTOI(c)) >= base) {
106 if ((i = CTOI(c)) >= base) {

Completed in 105 milliseconds