Searched refs:prefix_chars (Results 1 – 1 of 1) sorted by relevance
61 size_t prefix_chars; in simple_strntoull() local65 prefix_chars = cp - startp; in simple_strntoull()66 if (prefix_chars < max_chars) { in simple_strntoull()67 rv = _parse_integer_limit(cp, base, &result, max_chars - prefix_chars); in simple_strntoull()