Searched refs:simple_strtoll (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/lib/ |
H A D | test_scanf.c | 732 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()
|
H A D | vsprintf.c | 156 long long simple_strtoll(const char *cp, char **endp, unsigned int base) in simple_strtoll() function 160 EXPORT_SYMBOL(simple_strtoll);
|
/openbmc/linux/include/linux/ |
H A D | kstrtox.h | 148 extern long long simple_strtoll(const char *,char **,unsigned int);
|
/openbmc/linux/Documentation/translations/it_IT/process/ |
H A D | deprecated.rst | 121 simple_strtol(), simple_strtoll(), simple_strtoul(), simple_strtoull() 123 Le funzioni simple_strtol(), simple_strtoll(),
|
/openbmc/linux/Documentation/process/ |
H A D | deprecated.rst | 112 simple_strtol(), simple_strtoll(), simple_strtoul(), simple_strtoull() 114 The simple_strtol(), simple_strtoll(),
|
/openbmc/linux/Documentation/translations/sp_SP/process/ |
H A D | deprecated.rst | 120 simple_strtol(), simple_strtoll(), simple_strtoul(), simple_strtoull() 122 Las funciones: simple_strtol(), simple_strtoll(), simple_strtoul(), y
|
/openbmc/linux/Documentation/dev-tools/ |
H A D | checkpatch.rst | 293 The simple_strtol(), simple_strtoll(), simple_strtoul(), and
|