Searched refs:simple_strtoll (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/linux/
H A Dkstrtox.h148 extern long long simple_strtoll(const char *,char **,unsigned int);
/linux-master/lib/
H A Dtest_scanf.c732 test_simple_strtoxx(long long, simple_strtoll, "%lld", 10);
733 test_simple_strtoxx(long long, simple_strtoll, "%lld", 0);
734 test_simple_strtoxx(long long, simple_strtoll, "%llx", 16);
735 test_simple_strtoxx(long long, simple_strtoll, "0x%llx", 16);
736 test_simple_strtoxx(long long, simple_strtoll, "0x%llx", 0);
H A Dvsprintf.c150 * simple_strtoll - convert a string to a signed long long
157 long long simple_strtoll(const char *cp, char **endp, unsigned int base) function
161 EXPORT_SYMBOL(simple_strtoll); variable

Completed in 232 milliseconds