Home
last modified time | relevance | path

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

/lib/
Dvsprintf.c61 static noinline unsigned long long simple_strntoull(const char *startp, size_t max_chars, char **en… in simple_strntoull() function
96 return simple_strntoull(cp, INT_MAX, endp, base); in simple_strtoull()
141 return -simple_strntoull(cp + 1, max_chars - 1, endp, base); in simple_strntoll()
143 return simple_strntoull(cp, max_chars, endp, base); in simple_strntoll()
3646 val.u = simple_strntoull(str, in vsscanf()