Searched refs:_kstrtol (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
H A D | kstrtox.h | 10 int __must_check _kstrtol(const char *s, unsigned int base, long *res); 68 return _kstrtol(s, base, res); in kstrtol()
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | kstrtox.h | 10 int __must_check _kstrtol(const char *s, unsigned int base, long *res); 68 return _kstrtol(s, base, res); in kstrtol()
|
/kernel/linux/linux-5.10/lib/ |
H A D | kstrtox.c | 192 int _kstrtol(const char *s, unsigned int base, long *res) in _kstrtol() function 205 EXPORT_SYMBOL(_kstrtol); variable
|
/kernel/linux/linux-6.6/lib/ |
H A D | kstrtox.c | 197 int _kstrtol(const char *s, unsigned int base, long *res) in _kstrtol() function 210 EXPORT_SYMBOL(_kstrtol); variable
|
Completed in 3 milliseconds