Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/libkern/
HDinet_pton.c128 static const char xdigits_l[] = "0123456789abcdef", in inet_pton6() local
150 if ((pch = strchr((xdigits = xdigits_l), ch)) == NULL) in inet_pton6()
/freebsd-14-stable/contrib/tcpdump/
HDstrtoaddr.c153 static const char xdigits_l[] = "0123456789abcdef", in strtoaddr6() local
173 if ((pch = strchr((xdigits = xdigits_l), ch)) == NULL) in strtoaddr6()
/freebsd-14-stable/contrib/ntp/libntp/lib/isc/
HDinet_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-14-stable/contrib/unbound/compat/
HDinet_pton.c152 static const char xdigits_l[] = "0123456789abcdef", local
172 if ((pch = strchr((xdigits = xdigits_l), ch)) == NULL)
/freebsd-14-stable/contrib/ldns/compat/
HDinet_pton.c152 static const char xdigits_l[] = "0123456789abcdef", local
172 if ((pch = strchr((xdigits = xdigits_l), ch)) == NULL)
/freebsd-14-stable/lib/libc/inet/
HDinet_pton.c133 static const char xdigits_l[] = "0123456789abcdef", in inet_pton6() local
153 if ((pch = strchr((xdigits = xdigits_l), ch)) == NULL) in inet_pton6()
HDinet_cidr_pton.c153 static const char xdigits_l[] = "0123456789abcdef", in inet_cidr_pton_ipv6() local
175 if ((pch = strchr((xdigits = xdigits_l), ch)) == NULL) in inet_cidr_pton_ipv6()
HDinet_net_pton.c265 static const char xdigits_l[] = "0123456789abcdef", in inet_net_pton_ipv6() local
293 if ((pch = strchr((xdigits = xdigits_l), ch)) == NULL) in inet_net_pton_ipv6()