Home
last modified time | relevance | path

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

/external/tcpdump/
Dstrtoaddr.c159 static const char xdigits_l[] = "0123456789abcdef", in strtoaddr6() local
179 if ((pch = strchr((xdigits = xdigits_l), ch)) == NULL) in strtoaddr6()
/external/curl/lib/
Dinet_pton.c152 static const char xdigits_l[] = "0123456789abcdef", in inet_pton6() local
172 if((pch = strchr((xdigits = xdigits_l), ch)) == NULL) in inet_pton6()
/external/c-ares/
Dinet_net_pton.c280 static const char xdigits_l[] = "0123456789abcdef", in inet_net_pton_ipv6() local
308 if ((pch = strchr((xdigits = xdigits_l), ch)) == NULL) in inet_net_pton_ipv6()