Searched refs:prefix_chars (Results 1 – 1 of 1) sorted by relevance
82 size_t prefix_chars; in simple_strntoull() local86 prefix_chars = cp - startp; in simple_strntoull()87 if (prefix_chars < max_chars) { in simple_strntoull()88 rv = _parse_integer_limit(cp, base, &result, max_chars - prefix_chars); in simple_strntoull()