Searched refs:xdigits_l (Results 1 – 2 of 2) sorted by relevance
153 static const char xdigits_l[] = "0123456789abcdef", in inet_pton6() local173 pch = strchr((xdigits = xdigits_l), ch); in inet_pton6()
159 static const char xdigits_l[] = "0123456789abcdef", in strtoaddr6() local179 if ((pch = strchr((xdigits = xdigits_l), ch)) == NULL) in strtoaddr6()