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

/freebsd-9.3-release/contrib/bind9/lib/isc/
H A Dinet_pton.c136 static const char xdigits_l[] = "0123456789abcdef", local
156 if ((pch = strchr((xdigits = xdigits_l), ch)) == NULL)
/freebsd-9.3-release/contrib/bind9/lib/lwres/
H A Dlwinetpton.c138 static const char xdigits_l[] = "0123456789abcdef", local
158 if ((pch = strchr((xdigits = xdigits_l), ch)) == NULL)
/freebsd-9.3-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-9.3-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-9.3-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)
/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Drdata.c238 static const char xdigits_l[] = "0123456789abcdef", local
253 pch = strchr((xdigits = xdigits_l), ch);

Completed in 87 milliseconds