Searched refs:prefix_chars (Results 1 – 1 of 1) sorted by relevance
65 size_t prefix_chars; in simple_strntoull() local69 prefix_chars = cp - startp; in simple_strntoull()70 if (prefix_chars < max_chars) { in simple_strntoull()71 rv = _parse_integer_limit(cp, base, &result, max_chars - prefix_chars); in simple_strntoull()