Searched refs:prefix_chars (Results 1 – 1 of 1) sorted by relevance
60 size_t prefix_chars; in simple_strntoull() local64 prefix_chars = cp - startp; in simple_strntoull()65 if (prefix_chars < max_chars) { in simple_strntoull()66 rv = _parse_integer_limit(cp, base, &result, max_chars - prefix_chars); in simple_strntoull()
Completed in 10 milliseconds