Home
last modified time | relevance | path

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

/Linux-v5.4/lib/
Dkstrtox.c186 int _kstrtol(const char *s, unsigned int base, long *res) in _kstrtol() function
199 EXPORT_SYMBOL(_kstrtol);
/Linux-v5.4/include/linux/
Dkernel.h340 int __must_check _kstrtol(const char *s, unsigned int base, long *res);
400 return _kstrtol(s, base, res); in kstrtol()