Searched refs:xdigits_l (Results 1 – 8 of 8) sorted by relevance
| /freebsd-14-stable/sys/libkern/ |
| HD | inet_pton.c | 128 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/ |
| HD | strtoaddr.c | 153 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/ |
| 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()
|
| /freebsd-14-stable/contrib/unbound/compat/ |
| HD | inet_pton.c | 152 static const char xdigits_l[] = "0123456789abcdef", local 172 if ((pch = strchr((xdigits = xdigits_l), ch)) == NULL)
|
| /freebsd-14-stable/contrib/ldns/compat/ |
| HD | inet_pton.c | 152 static const char xdigits_l[] = "0123456789abcdef", local 172 if ((pch = strchr((xdigits = xdigits_l), ch)) == NULL)
|
| /freebsd-14-stable/lib/libc/inet/ |
| HD | inet_pton.c | 133 static const char xdigits_l[] = "0123456789abcdef", in inet_pton6() local 153 if ((pch = strchr((xdigits = xdigits_l), ch)) == NULL) in inet_pton6()
|
| HD | inet_cidr_pton.c | 153 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()
|
| HD | inet_net_pton.c | 265 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()
|