Searched refs:xdigits_l (Results 1 – 2 of 2) sorted by relevance
165 static const char xdigits_l[] = "0123456789abcdef", in inet_cidr_pton_ipv6() local187 if ((pch = strchr((xdigits = xdigits_l), ch)) == NULL) in inet_cidr_pton_ipv6()
277 static const char xdigits_l[] = "0123456789abcdef", in inet_net_pton_ipv6() local305 if ((pch = strchr((xdigits = xdigits_l), ch)) == NULL) in inet_net_pton_ipv6()