Searched refs:xdigits_l (Results 1 - 2 of 2) sorted by last modified time

/haiku/src/system/libnetwork/netresolv/inet/
H A Dinet_net_pton.c277 static const char xdigits_l[] = "0123456789abcdef", local
305 if ((pch = strchr((xdigits = xdigits_l), ch)) == NULL)
H A Dinet_cidr_pton.c165 static const char xdigits_l[] = "0123456789abcdef", local
187 if ((pch = strchr((xdigits = xdigits_l), ch)) == NULL)

Completed in 40 milliseconds