Searched refs:prefix_chars (Results 1 – 1 of 1) sorted by relevance
68 size_t prefix_chars; in simple_strntoull() local72 prefix_chars = cp - startp; in simple_strntoull()73 if (prefix_chars < max_chars) { in simple_strntoull()74 rv = _parse_integer_limit(cp, base, &result, max_chars - prefix_chars); in simple_strntoull()