Home
last modified time | relevance | path

Searched refs:simple_strtoll (Results 1 – 7 of 7) sorted by relevance

/linux-6.6.21/lib/
Dtest_scanf.c732 test_simple_strtoxx(long long, simple_strtoll, "%lld", 10); in test_simple_strtoll()
733 test_simple_strtoxx(long long, simple_strtoll, "%lld", 0); in test_simple_strtoll()
734 test_simple_strtoxx(long long, simple_strtoll, "%llx", 16); in test_simple_strtoll()
735 test_simple_strtoxx(long long, simple_strtoll, "0x%llx", 16); in test_simple_strtoll()
736 test_simple_strtoxx(long long, simple_strtoll, "0x%llx", 0); in test_simple_strtoll()
Dvsprintf.c156 long long simple_strtoll(const char *cp, char **endp, unsigned int base) in simple_strtoll() function
160 EXPORT_SYMBOL(simple_strtoll);
/linux-6.6.21/include/linux/
Dkstrtox.h148 extern long long simple_strtoll(const char *,char **,unsigned int);
/linux-6.6.21/Documentation/process/
Ddeprecated.rst112 simple_strtol(), simple_strtoll(), simple_strtoul(), simple_strtoull()
114 The simple_strtol(), simple_strtoll(),
/linux-6.6.21/Documentation/translations/it_IT/process/
Ddeprecated.rst121 simple_strtol(), simple_strtoll(), simple_strtoul(), simple_strtoull()
123 Le funzioni simple_strtol(), simple_strtoll(),
/linux-6.6.21/Documentation/translations/sp_SP/process/
Ddeprecated.rst120 simple_strtol(), simple_strtoll(), simple_strtoul(), simple_strtoull()
122 Las funciones: simple_strtol(), simple_strtoll(), simple_strtoul(), y
/linux-6.6.21/Documentation/dev-tools/
Dcheckpatch.rst293 The simple_strtol(), simple_strtoll(), simple_strtoul(), and