Searched refs:simple_strtoll (Results 1 – 6 of 6) sorted by relevance
| /Linux-v5.4/fs/nfsd/ |
| D | fault_inject.c | 74 val = simple_strtoll(write_buf, NULL, 0); in fault_inject_write()
|
| /Linux-v5.4/Documentation/translations/it_IT/process/ |
| D | deprecated.rst | 75 simple_strtol(), simple_strtoll(), simple_strtoul(), simple_strtoull() 77 Le funzioni :c:func:`simple_strtol`, :c:func:`simple_strtoll`,
|
| /Linux-v5.4/Documentation/process/ |
| D | deprecated.rst | 70 simple_strtol(), simple_strtoll(), simple_strtoul(), simple_strtoull() 72 The :c:func:`simple_strtol`, :c:func:`simple_strtoll`,
|
| /Linux-v5.4/lib/ |
| D | vsprintf.c | 117 long long simple_strtoll(const char *cp, char **endp, unsigned int base) in simple_strtoll() function 124 EXPORT_SYMBOL(simple_strtoll); 3341 simple_strtoll(str, &next, base); in vsscanf()
|
| /Linux-v5.4/include/linux/ |
| D | kernel.h | 469 extern long long simple_strtoll(const char *,char **,unsigned int);
|
| /Linux-v5.4/fs/ |
| D | libfs.c | 906 val = simple_strtoll(attr->set_buf, NULL, 0); in simple_attr_write()
|