DragonflyBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
hexa2int4
usr.sbin/bthcid/parser.y
434
return ((hexa2int4(a) << 4) | hexa2int4(a + 1));
usr.sbin/bthcid/parser.y
51
static int hexa2int4(char *a);