Home
last modified time | relevance | path

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

/linux-6.12.1/lib/
Dvsprintf.c135 static long long simple_strntoll(const char *cp, char **endp, unsigned int base, size_t max_chars) in simple_strntoll() function
159 return simple_strntoll(cp, endp, base, INT_MAX); in simple_strtoll()
3636 val.s = simple_strntoll(str, &next, base, in vsscanf()