Home | Sort by: relevance | last modified time | path |
/src/lib/libc/inet/ | |
inet_pton.c | 225 static const char xdigits_l[] = "0123456789abcdef", local in function:inet_pton6 248 if ((pch = strchr((xdigits = xdigits_l), ch)) == NULL) |
inet_cidr_pton.c | 160 static const char xdigits_l[] = "0123456789abcdef", local in function:inet_cidr_pton_ipv6 182 if ((pch = strchr((xdigits = xdigits_l), ch)) == NULL) |
inet_net_pton.c | 271 static const char xdigits_l[] = "0123456789abcdef", local in function:inet_net_pton_ipv6 299 if ((pch = strchr((xdigits = xdigits_l), ch)) == NULL) |