Searched refs:startp (Results 1 – 1 of 1) sorted by relevance
53 static unsigned long long simple_strntoull(const char *startp, size_t max_chars, in simple_strntoull() argument61 cp = _parse_integer_fixup_radix(startp, &base); in simple_strntoull()62 prefix_chars = cp - startp; in simple_strntoull()69 cp = startp + max_chars; in simple_strntoull()