Searched refs:simple_strtoll (Results 1 – 11 of 11) sorted by relevance
| /linux/lib/ |
| 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()
|
| A D | lib.a | 3 …timerqueue_iterate_nextsimple_strtoullsimple_strtoulsimple_strtolsimple_strtollno_hash_pointe…
|
| A D | vsprintf.c | 149 long long simple_strtoll(const char *cp, char **endp, unsigned int base) in simple_strtoll() function 153 EXPORT_SYMBOL(simple_strtoll);
|
| /linux/fs/nfsd/ |
| A D | fault_inject.c | 74 val = simple_strtoll(write_buf, NULL, 0); in fault_inject_write()
|
| /linux/include/linux/ |
| A D | kstrtox.h | 148 extern long long simple_strtoll(const char *,char **,unsigned int);
|
| /linux/Documentation/process/ |
| A D | deprecated.rst | 98 simple_strtol(), simple_strtoll(), simple_strtoul(), simple_strtoull() 100 The simple_strtol(), simple_strtoll(),
|
| /linux/Documentation/translations/it_IT/process/ |
| A D | deprecated.rst | 107 simple_strtol(), simple_strtoll(), simple_strtoul(), simple_strtoull() 109 Le funzioni simple_strtol(), simple_strtoll(),
|
| /linux/Documentation/dev-tools/ |
| A D | checkpatch.rst | 293 The simple_strtol(), simple_strtoll(), simple_strtoul(), and
|
| /linux/ |
| A D | vmlinux.symvers | 8810 0x00000000 simple_strtoll vmlinux EXPORT_SYMBOL
|
| A D | System.map | 17795 ffff8000104e6f60 T simple_strtoll
|
| A D | .tmp_System.map | 17795 ffff8000104e6f60 T simple_strtoll
|
Completed in 992 milliseconds