Home
last modified time | relevance | path

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

/linux-4.1.27/lib/
Dkstrtox.c187 int _kstrtol(const char *s, unsigned int base, long *res) in _kstrtol() function
200 EXPORT_SYMBOL(_kstrtol);
/linux-4.1.27/include/linux/
Dkernel.h268 int __must_check _kstrtol(const char *s, unsigned int base, long *res);
328 return _kstrtol(s, base, res); in kstrtol()