Searched refs:xdigits_l (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/ntp/libntp/lib/isc/ |
H A D | 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()
|
/freebsd/sys/libkern/ |
H A D | inet_pton.c | 124 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 D | inet_pton.c | 130 static const char xdigits_l[] = "0123456789abcdef", in inet_pton6() local 150 if ((pch = strchr((xdigits = xdigits_l), ch)) == NULL) in inet_pton6()
|
H A D | inet_cidr_pton.c | 150 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 D | inet_net_pton.c | 262 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 D | strtoaddr.c | 153 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 D | inet_pton.c | 152 static const char xdigits_l[] = "0123456789abcdef", local 172 if ((pch = strchr((xdigits = xdigits_l), ch)) == NULL)
|
/freebsd/contrib/ldns/compat/ |
H A D | inet_pton.c | 152 static const char xdigits_l[] = "0123456789abcdef", local 172 if ((pch = strchr((xdigits = xdigits_l), ch)) == NULL)
|