NetBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
tohex
sbin/ifconfig/util.c
116
#define tohex(x) (isdigit(x) ? (x) - '0' : tolower(x) - 'a' + 10)
sbin/ifconfig/util.c
119
#undef tohex