Illumos
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
CTOI
usr/src/cmd/mdb/common/mdb/mdb_string.c
103
#define CTOI(x) (((x) >= '0' && (x) <= '9') ? (x) - '0' : \
usr/src/lib/libuutil/common/uu_strtoint.c
36
#define CTOI(x) (((x) >= '0' && (x) <= '9') ? (x) - '0' : \