Searched refs:xdigits_l (Results 1 – 8 of 8) sorted by relevance
| /NextBSD/contrib/ntp/lib/isc/ |
| HD | inet_pton.c | 136 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/ |
| HD | inet_pton.c | 134 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/ |
| HD | inet_pton.c | 161 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/ |
| HD | inet_pton.c | 152 static const char xdigits_l[] = "0123456789abcdef", local 172 if ((pch = strchr((xdigits = xdigits_l), ch)) == NULL)
|
| /NextBSD/lib/libc/inet/ |
| HD | inet_pton.c | 135 static const char xdigits_l[] = "0123456789abcdef", in inet_pton6() local 155 if ((pch = strchr((xdigits = xdigits_l), ch)) == NULL) in inet_pton6()
|
| HD | inet_cidr_pton.c | 155 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()
|
| HD | inet_net_pton.c | 266 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/ |
| HD | inet_pton.c | 152 static const char xdigits_l[] = "0123456789abcdef", local 172 if ((pch = strchr((xdigits = xdigits_l), ch)) == NULL)
|