Searched refs:simple_strntoull (Results 1 – 1 of 1) sorted by relevance
| /Linux-v6.6/lib/ |
| D | vsprintf.c | 63 static noinline unsigned long long simple_strntoull(const char *startp, size_t max_chars, char **en… in simple_strntoull() function 98 return simple_strntoull(cp, INT_MAX, endp, base); in simple_strtoull() 143 return -simple_strntoull(cp + 1, max_chars - 1, endp, base); in simple_strntoll() 145 return simple_strntoull(cp, max_chars, endp, base); in simple_strntoll() 3655 val.u = simple_strntoull(str, in vsscanf()
|