Searched defs:hex_digits (Results 1 - 1 of 1) sorted by relevance
/bind-9.11.3/lib/dns/ | ||
H A D | byaddr.c | 37 static char hex_digits[] = { variable 87 *cp++ = hex_digits[bytes[i] & 0x0f]; 89 *cp++ = hex_digits[(bytes[i] >> 4) & 0x0f]; |
Completed in 10 milliseconds