Home
last modified time | relevance | path

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

/linux-4.19.296/lib/
Dvsprintf.c50 static unsigned long long simple_strntoull(const char *startp, size_t max_chars, in simple_strntoull() function
85 return simple_strntoull(cp, INT_MAX, endp, base); in simple_strtoull()
130 return -simple_strntoull(cp + 1, max_chars - 1, endp, base); in simple_strntoll()
132 return simple_strntoull(cp, max_chars, endp, base); in simple_strntoll()
3152 val.u = simple_strntoull(str, in vsscanf()