Searched refs:hex_to_bits (Results 1 – 1 of 1) sorted by relevance
98 static int hex_to_bits(char);407 if ((hi = hex_to_bits(cp[1])) == -1 in parse_quotes()408 || (lo = hex_to_bits(cp[2])) == -1) { in parse_quotes()459 hex_to_bits(char in) in hex_to_bits() function