Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
Dkstrtox.h10 int __must_check _kstrtol(const char *s, unsigned int base, long *res);
68 return _kstrtol(s, base, res); in kstrtol()
/linux-6.1.9/lib/
Dkstrtox.c197 int _kstrtol(const char *s, unsigned int base, long *res) in _kstrtol() function
210 EXPORT_SYMBOL(_kstrtol);