Searched refs:xdigits_l (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/contrib/ldns/compat/
H A Dinet_pton.c152 static const char xdigits_l[] = "0123456789abcdef", local
172 if ((pch = strchr((xdigits = xdigits_l), ch)) == NULL)
/freebsd-11-stable/contrib/apr/network_io/unix/
H A Dinet_pton.c161 static const char xdigits_l[] = "0123456789abcdef", local
181 if ((pch = strchr((xdigits = xdigits_l), ch)) == NULL)
/freebsd-11-stable/contrib/unbound/compat/
H A Dinet_pton.c152 static const char xdigits_l[] = "0123456789abcdef", local
172 if ((pch = strchr((xdigits = xdigits_l), ch)) == NULL)
/freebsd-11-stable/sys/libkern/
H A Dinet_pton.c134 static const char xdigits_l[] = "0123456789abcdef", local
156 if ((pch = strchr((xdigits = xdigits_l), ch)) == NULL)
/freebsd-11-stable/contrib/tcpdump/
H A Dstrtoaddr.c159 static const char xdigits_l[] = "0123456789abcdef", local
179 if ((pch = strchr((xdigits = xdigits_l), ch)) == NULL)
/freebsd-11-stable/contrib/ntp/lib/isc/
H A Dinet_pton.c136 static const char xdigits_l[] = "0123456789abcdef", local
156 if ((pch = strchr((xdigits = xdigits_l), ch)) == NULL)
/freebsd-11-stable/lib/libc/inet/
H A Dinet_pton.c134 static const char xdigits_l[] = "0123456789abcdef", local
154 if ((pch = strchr((xdigits = xdigits_l), ch)) == NULL)
H A Dinet_cidr_pton.c155 static const char xdigits_l[] = "0123456789abcdef", local
177 if ((pch = strchr((xdigits = xdigits_l), ch)) == NULL)
H A Dinet_net_pton.c266 static const char xdigits_l[] = "0123456789abcdef", local
294 if ((pch = strchr((xdigits = xdigits_l), ch)) == NULL)

Completed in 144 milliseconds