Home
last modified time | relevance | path

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

/linux-4.19.296/lib/
Dkstrtox.c92 static int _kstrtoull(const char *s, unsigned int base, unsigned long long *res) in _kstrtoull() function
132 return _kstrtoull(s, base, res); in kstrtoull()
158 rv = _kstrtoull(s + 1, base, &tmp); in kstrtoll()