Searched refs:hex_digits (Results 1 - 1 of 1) sorted by relevance
/bind-9.6-ESV-R11/lib/dns/ | ||
H A D | byaddr.c | 65 static char hex_digits[] = { variable 113 *cp++ = hex_digits[bytes[i] & 0x0f]; 115 *cp++ = hex_digits[(bytes[i] >> 4) & 0x0f]; |
Completed in 9 milliseconds