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

/netbsd-current/external/bsd/libbind/dist/nameser/
H A Dns_name.c53 static const char digitvalue[256] = { variable
1086 value += digitvalue[(int)c];
/netbsd-current/lib/libc/nameser/
H A Dns_name.c59 static const char digitvalue[256] = { variable
1104 value += digitvalue[(int)c];
/netbsd-current/external/mpl/dhcp/bind/dist/lib/dns/
H A Dname.c52 static char digitvalue[256] = { variable
1231 value += digitvalue[c & 0xff];
/netbsd-current/external/mpl/bind/dist/lib/dns/
H A Dname.c52 static char digitvalue[256] = { variable
1231 value += digitvalue[c & 0xff];

Completed in 108 milliseconds