Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/libbind/dist/inet/
H A Dinet_pton.c142 static const char xdigits_l[] = "0123456789abcdef", local
162 if ((pch = strchr((xdigits = xdigits_l), ch)) == NULL)
H A Dinet_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()
H A Dinet_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()
/netbsd-src/external/bsd/nsd/dist/compat/
H A Dinet_pton.c148 static const char xdigits_l[] = "0123456789abcdef", local
168 if ((pch = strchr((xdigits = xdigits_l), ch)) == NULL)
/netbsd-src/external/bsd/unbound/dist/compat/
H A Dinet_pton.c152 static const char xdigits_l[] = "0123456789abcdef", local
172 if ((pch = strchr((xdigits = xdigits_l), ch)) == NULL)
/netbsd-src/lib/libc/inet/
H A Dinet_pton.c225 static const char xdigits_l[] = "0123456789abcdef", in inet_pton6() local
248 if ((pch = strchr((xdigits = xdigits_l), ch)) == NULL) in inet_pton6()
H A Dinet_cidr_pton.c160 static const char xdigits_l[] = "0123456789abcdef", in inet_cidr_pton_ipv6() local
182 if ((pch = strchr((xdigits = xdigits_l), ch)) == NULL) in inet_cidr_pton_ipv6()
H A Dinet_net_pton.c271 static const char xdigits_l[] = "0123456789abcdef", in inet_net_pton_ipv6() local
299 if ((pch = strchr((xdigits = xdigits_l), ch)) == NULL) in inet_net_pton_ipv6()
/netbsd-src/external/mit/libuv/dist/src/
H A Dinet.c220 static const char xdigits_l[] = "0123456789abcdef", in inet_pton6() local
240 if ((pch = strchr((xdigits = xdigits_l), ch)) == NULL) in inet_pton6()
/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/
H A Drdata.c355 static const char xdigits_l[] = "0123456789abcdef", in locator_pton() local
370 pch = strchr((xdigits = xdigits_l), ch); in locator_pton()
/netbsd-src/external/mpl/bind/dist/lib/dns/
H A Drdata.c358 static const char xdigits_l[] = "0123456789abcdef", locator_pton() local