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

/bind-9.6-ESV-R11/lib/isc/
H A Dinet_pton.c135 static const char xdigits_l[] = "0123456789abcdef", local
155 if ((pch = strchr((xdigits = xdigits_l), ch)) == NULL)
/bind-9.6-ESV-R11/lib/lwres/
H A Dlwinetpton.c137 static const char xdigits_l[] = "0123456789abcdef", local
157 if ((pch = strchr((xdigits = xdigits_l), ch)) == NULL)
/bind-9.6-ESV-R11/lib/dns/
H A Drdata.c236 static const char xdigits_l[] = "0123456789abcdef", local
251 pch = strchr((xdigits = xdigits_l), ch);

Completed in 47 milliseconds