Home
last modified time | relevance | path

Searched refs:startp (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() argument
58 cp = _parse_integer_fixup_radix(startp, &base); in simple_strntoull()
59 prefix_chars = cp - startp; in simple_strntoull()
66 cp = startp + max_chars; in simple_strntoull()