Home
last modified time | relevance | path

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

/NextBSD/contrib/ntp/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()
/NextBSD/sys/libkern/
HDinet_pton.c134 static const char xdigits_l[] = "0123456789abcdef", in inet_pton6() local
156 if ((pch = strchr((xdigits = xdigits_l), ch)) == NULL) in inet_pton6()
/NextBSD/contrib/apr/network_io/unix/
HDinet_pton.c161 static const char xdigits_l[] = "0123456789abcdef", in inet_pton6() local
181 if ((pch = strchr((xdigits = xdigits_l), ch)) == NULL) in inet_pton6()
/NextBSD/contrib/ldns/compat/
HDinet_pton.c152 static const char xdigits_l[] = "0123456789abcdef", local
172 if ((pch = strchr((xdigits = xdigits_l), ch)) == NULL)
/NextBSD/lib/libc/inet/
HDinet_pton.c135 static const char xdigits_l[] = "0123456789abcdef", in inet_pton6() local
155 if ((pch = strchr((xdigits = xdigits_l), ch)) == NULL) in inet_pton6()
HDinet_cidr_pton.c155 static const char xdigits_l[] = "0123456789abcdef", in inet_cidr_pton_ipv6() local
177 if ((pch = strchr((xdigits = xdigits_l), ch)) == NULL) in inet_cidr_pton_ipv6()
HDinet_net_pton.c266 static const char xdigits_l[] = "0123456789abcdef", in inet_net_pton_ipv6() local
294 if ((pch = strchr((xdigits = xdigits_l), ch)) == NULL) in inet_net_pton_ipv6()
/NextBSD/contrib/unbound/compat/
HDinet_pton.c152 static const char xdigits_l[] = "0123456789abcdef", local
172 if ((pch = strchr((xdigits = xdigits_l), ch)) == NULL)