Home
last modified time | relevance | path

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

/linux/lib/
H A Dvsprintf.c78 static unsigned long long simple_strntoull(const char *startp, char **endp, unsigned int base, size… in simple_strntoull() function
113 return simple_strntoull(cp, endp, base, INT_MAX); in simple_strtoull()
134 return simple_strntoull(cp, endp, base, max_chars); in simple_strntoul()
165 return -simple_strntoull(cp + 1, endp, base, max_chars - 1); in simple_strntoll()
167 return simple_strntoull(cp, endp, base, max_chars); in simple_strntoll()
3652 val.u = simple_strntoull(str, &next, base, in vsscanf()