Home
last modified time | relevance | path

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

/lib/
Dkstrtox.c88 unsigned long long _res; in _kstrtoull() local
92 rv = _parse_integer(s, base, &_res); in _kstrtoull()
102 *res = _res; in _kstrtoull()