Searched refs:_kstrtoull (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/lib/
H A Dkstrtox.c86 static int _kstrtoull(const char *s, unsigned int base, unsigned long long *res) _kstrtoull() function
126 return _kstrtoull(s, base, res); kstrtoull()
152 rv = _kstrtoull(s + 1, base, &tmp); kstrtoll()

Completed in 84 milliseconds