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

/bind-9.11.3/lib/isc/
H A Dinet_pton.c127 static const char xdigits_l[] = "0123456789abcdef", local
147 if ((pch = strchr((xdigits = xdigits_l), ch)) == NULL)
/bind-9.11.3/lib/lwres/
H A Dlwinetpton.c129 static const char xdigits_l[] = "0123456789abcdef", local
149 if ((pch = strchr((xdigits = xdigits_l), ch)) == NULL)
/bind-9.11.3/lib/dns/
H A Drdata.c327 static const char xdigits_l[] = "0123456789abcdef", local
342 pch = strchr((xdigits = xdigits_l), ch);

Completed in 736 milliseconds