Searched refs:_is_hex (Results 1 – 1 of 1) sorted by relevance
87 _is_hex (char c) in _is_hex() function146 if (_is_hex (c) && ((digit = _from_hex (c)) < radix)) in parse_num()