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

/netbsd-current/usr.sbin/inetd/
H A Dparse_v2.c98 static int hex_to_bits(char);
407 if ((hi = hex_to_bits(cp[1])) == -1
408 || (lo = hex_to_bits(cp[2])) == -1) {
459 hex_to_bits(char in) function

Completed in 129 milliseconds