Home
last modified time | relevance | path

Searched refs:simple_strntoull (Results 1 – 1 of 1) sorted by relevance

/linux-6.15/lib/
H A Dvsprintf.c64 static unsigned long long simple_strntoull(const char *startp, char **endp, unsigned int base, size… in simple_strntoull() function
99 return simple_strntoull(cp, endp, base, INT_MAX); in simple_strtoull()
120 return simple_strntoull(cp, endp, base, max_chars); in simple_strntoul()
151 return -simple_strntoull(cp + 1, endp, base, max_chars - 1); in simple_strntoll()
153 return simple_strntoull(cp, endp, base, max_chars); in simple_strntoll()
3578 val.u = simple_strntoull(str, &next, base, in vsscanf()