Searched refs:simple_strtoll (Results 1 – 7 of 7) sorted by relevance
| /Linux-v5.15/lib/ |
| 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()
|
| D | vsprintf.c | 150 long long simple_strtoll(const char *cp, char **endp, unsigned int base) in simple_strtoll() function 154 EXPORT_SYMBOL(simple_strtoll);
|
| /Linux-v5.15/fs/nfsd/ |
| D | fault_inject.c | 74 val = simple_strtoll(write_buf, NULL, 0); in fault_inject_write()
|
| /Linux-v5.15/include/linux/ |
| D | kstrtox.h | 148 extern long long simple_strtoll(const char *,char **,unsigned int);
|
| /Linux-v5.15/Documentation/process/ |
| D | deprecated.rst | 97 simple_strtol(), simple_strtoll(), simple_strtoul(), simple_strtoull() 99 The simple_strtol(), simple_strtoll(),
|
| /Linux-v5.15/Documentation/translations/it_IT/process/ |
| D | deprecated.rst | 107 simple_strtol(), simple_strtoll(), simple_strtoul(), simple_strtoull() 109 Le funzioni simple_strtol(), simple_strtoll(),
|
| /Linux-v5.15/Documentation/dev-tools/ |
| D | checkpatch.rst | 293 The simple_strtol(), simple_strtoll(), simple_strtoul(), and
|