Home
last modified time | relevance | path

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

/linux-4.19.296/lib/
Dkstrtox.c177 int _kstrtoul(const char *s, unsigned int base, unsigned long *res) in _kstrtoul() function
190 EXPORT_SYMBOL(_kstrtoul);
/linux-4.19.296/include/linux/
Dkernel.h346 int __must_check _kstrtoul(const char *s, unsigned int base, unsigned long *res);
378 return _kstrtoul(s, base, res); in kstrtoul()