Linux
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
str2hexnum
arch/mips/alchemy/common/prom.c
122
num = str2hexnum(*str++) << 4;
arch/mips/alchemy/common/prom.c
123
num |= str2hexnum(*str++);
arch/mips/sgi-ip32/ip32-setup.c
56
num = str2hexnum(*str++) << 4;
arch/mips/sgi-ip32/ip32-setup.c
57
num |= (str2hexnum(*str++));