Searched refs:simple_strtoll (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.10/fs/nfsd/ |
D | fault_inject.c | 74 val = simple_strtoll(write_buf, NULL, 0); in fault_inject_write()
|
/Linux-v5.10/Documentation/translations/it_IT/process/ |
D | deprecated.rst | 102 simple_strtol(), simple_strtoll(), simple_strtoul(), simple_strtoull() 104 Le funzioni simple_strtol(), simple_strtoll(),
|
/Linux-v5.10/Documentation/process/ |
D | deprecated.rst | 97 simple_strtol(), simple_strtoll(), simple_strtoul(), simple_strtoull() 99 The simple_strtol(), simple_strtoll(),
|
/Linux-v5.10/include/linux/ |
D | kernel.h | 469 extern long long simple_strtoll(const char *,char **,unsigned int);
|
/Linux-v5.10/lib/ |
D | vsprintf.c | 120 long long simple_strtoll(const char *cp, char **endp, unsigned int base) in simple_strtoll() function 127 EXPORT_SYMBOL(simple_strtoll); 3449 simple_strtoll(str, &next, base); in vsscanf()
|