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

/macosx-10.10/apr-32/apr/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)
/macosx-10.10/bind9-45.101/bind9/lib/isc/
H A Dinet_pton.c135 static const char xdigits_l[] = "0123456789abcdef", local
155 if ((pch = strchr((xdigits = xdigits_l), ch)) == NULL)
/macosx-10.10/bind9-45.101/bind9/lib/lwres/
H A Dlwinetpton.c137 static const char xdigits_l[] = "0123456789abcdef", local
157 if ((pch = strchr((xdigits = xdigits_l), ch)) == NULL)
/macosx-10.10/curl-83.1.2/curl/lib/
H A Dinet_pton.c152 static const char xdigits_l[] = "0123456789abcdef", local
172 if((pch = strchr((xdigits = xdigits_l), ch)) == NULL)
/macosx-10.10/ntp-92/lib/isc/
H A Dinet_pton.c135 static const char xdigits_l[] = "0123456789abcdef", local
155 if ((pch = strchr((xdigits = xdigits_l), ch)) == NULL)
/macosx-10.10/rsync-45/rsync/lib/
H A Dinet_pton.c133 static const char xdigits_l[] = "0123456789abcdef", local
153 if ((pch = strchr((xdigits = xdigits_l), ch)) == NULL)
/macosx-10.10/xnu-2782.1.97/libkern/net/
H A Dinet_pton.c129 static const char xdigits_l[] = "0123456789abcdef", local
151 if ((pch = strchr((xdigits = xdigits_l), ch)) == NULL)
/macosx-10.10/Libc-1044.1.2/net/
H A Dinet_pton.c209 static const char xdigits_l[] = "0123456789abcdef", local
229 if ((pch = strchr((xdigits = xdigits_l), ch)) == NULL)
/macosx-10.10/lukemftp-14/tnftp/libnetbsd/
H A Dinet_pton.c210 static const char xdigits_l[] = "0123456789abcdef", local
230 if ((pch = strchr((xdigits = xdigits_l), ch)) == NULL)
/macosx-10.10/Libc-1044.1.2/net/FreeBSD/
H A Dinet_net_pton.c270 static const char xdigits_l[] = "0123456789abcdef", local
298 if ((pch = strchr((xdigits = xdigits_l), ch)) == NULL)

Completed in 117 milliseconds