Home
last modified time | relevance | path

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

/openbsd/src/usr.bin/dig/lib/dns/
Drdata.c1374 static const char atob_digits[86] = variable
1452 tr.base[0] = atob_digits[(tmpword / in byte_btoa()
1455 tr.base[1] = atob_digits[tmpword / (85 * 85 * 85)]; in byte_btoa()
1457 tr.base[2] = atob_digits[tmpword / (85 * 85)]; in byte_btoa()
1459 tr.base[3] = atob_digits[tmpword / 85]; in byte_btoa()
1461 tr.base[4] = atob_digits[tmpword]; in byte_btoa()