Linux
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
_kstrtoull
arch/x86/boot/string.c
327
return _kstrtoull(s, base, res);
lib/kstrtox.c
136
return _kstrtoull(s, base, res);
lib/kstrtox.c
162
rv = _kstrtoull(s + 1, base, &tmp);