Home
last modified time | relevance | path

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

/dragonfly/lib/libc/inet/
H A Dinet_pton.c131 static const char xdigits_l[] = "0123456789abcdef", in inet_pton6() local
151 if ((pch = strchr((xdigits = xdigits_l), ch)) == NULL) in inet_pton6()
H A Dinet_cidr_pton.c145 static const char xdigits_l[] = "0123456789abcdef", in inet_cidr_pton_ipv6() local
167 if ((pch = strchr((xdigits = xdigits_l), ch)) == NULL) in inet_cidr_pton_ipv6()
H A Dinet_net_pton.c256 static const char xdigits_l[] = "0123456789abcdef", in inet_net_pton_ipv6() local
284 if ((pch = strchr((xdigits = xdigits_l), ch)) == NULL) in inet_net_pton_ipv6()
/dragonfly/contrib/tcpdump/
H A Dstrtoaddr.c155 static const char xdigits_l[] = "0123456789abcdef", in strtoaddr6() local
175 if ((pch = strchr((xdigits = xdigits_l), ch)) == NULL) in strtoaddr6()