Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/libntp/lib/isc/
H A Dinet_pton.c136 static const char xdigits_l[] = "0123456789abcdef", in inet_pton6() local
156 if ((pch = strchr((xdigits = xdigits_l), ch)) == NULL) in inet_pton6()
/freebsd/sys/libkern/
H A Dinet_pton.c124 static const char xdigits_l[] = "0123456789abcdef", in inet_pton6() local
146 if ((pch = strchr((xdigits = xdigits_l), ch)) == NULL) in inet_pton6()
/freebsd/lib/libc/inet/
H A Dinet_pton.c130 static const char xdigits_l[] = "0123456789abcdef", in inet_pton6() local
150 if ((pch = strchr((xdigits = xdigits_l), ch)) == NULL) in inet_pton6()
H A Dinet_cidr_pton.c150 static const char xdigits_l[] = "0123456789abcdef", in inet_cidr_pton_ipv6() local
172 if ((pch = strchr((xdigits = xdigits_l), ch)) == NULL) in inet_cidr_pton_ipv6()
H A Dinet_net_pton.c262 static const char xdigits_l[] = "0123456789abcdef", in inet_net_pton_ipv6() local
290 if ((pch = strchr((xdigits = xdigits_l), ch)) == NULL) in inet_net_pton_ipv6()
/freebsd/contrib/tcpdump/
H A Dstrtoaddr.c153 static const char xdigits_l[] = "0123456789abcdef", in strtoaddr6() local
173 if ((pch = strchr((xdigits = xdigits_l), ch)) == NULL) in strtoaddr6()
/freebsd/contrib/unbound/compat/
H A Dinet_pton.c152 static const char xdigits_l[] = "0123456789abcdef", local
172 if ((pch = strchr((xdigits = xdigits_l), ch)) == NULL)
/freebsd/contrib/ldns/compat/
H A Dinet_pton.c152 static const char xdigits_l[] = "0123456789abcdef", local
172 if ((pch = strchr((xdigits = xdigits_l), ch)) == NULL)