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

/freebsd-10.2-release/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-10.2-release/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-10.2-release/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-10.2-release/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-10.2-release/sys/libkern/
H A Dinet_pton.c134 static const char xdigits_l[] = "0123456789abcdef", local
156 if ((pch = strchr((xdigits = xdigits_l), ch)) == NULL)
/freebsd-10.2-release/lib/libc/inet/
H A Dinet_pton.c135 static const char xdigits_l[] = "0123456789abcdef", local
155 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 64 milliseconds