Home
last modified time | relevance | path

Searched refs:hex_to_bits (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/usr.sbin/inetd/
H A Dparse_v2.c98 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