Home
last modified time | relevance | path

Searched refs:CTOI (Results 1 – 1 of 1) sorted by relevance

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