HomeSort by: relevance | last modified time | path
    Searched defs:xdigits_l (Results 1 - 13 of 13) sorted by relevancy

  /src/lib/libc/inet/
inet_cidr_pton.c 160 static const char xdigits_l[] = "0123456789abcdef", local
182 if ((pch = strchr((xdigits = xdigits_l), ch)) == NULL)
inet_net_pton.c 271 static const char xdigits_l[] = "0123456789abcdef", local
299 if ((pch = strchr((xdigits = xdigits_l), ch)) == NULL)
inet_pton.c 225 static const char xdigits_l[] = "0123456789abcdef", local
248 if ((pch = strchr((xdigits = xdigits_l), ch)) == NULL)
  /src/external/bsd/libbind/dist/inet/
inet_cidr_pton.c 155 static const char xdigits_l[] = "0123456789abcdef", local
177 if ((pch = strchr((xdigits = xdigits_l), ch)) == NULL)
inet_net_pton.c 266 static const char xdigits_l[] = "0123456789abcdef", local
294 if ((pch = strchr((xdigits = xdigits_l), ch)) == NULL)
inet_pton.c 142 static const char xdigits_l[] = "0123456789abcdef", local
162 if ((pch = strchr((xdigits = xdigits_l), ch)) == NULL)
  /src/external/bsd/nsd/dist/compat/
inet_pton.c 148 static const char xdigits_l[] = "0123456789abcdef", local
168 if ((pch = strchr((xdigits = xdigits_l), ch)) == NULL)
  /src/external/bsd/nsd/dist/simdzone/src/generic/
ip6.h 100 static const char xdigits_l[] = "0123456789abcdef", local
122 if ((pch = strchr((xdigits = xdigits_l), ch)) == NULL)
  /src/external/bsd/ntp/dist/libntp/lib/isc/
inet_pton.c 138 static const char xdigits_l[] = "0123456789abcdef", local
158 if ((pch = strchr((xdigits = xdigits_l), ch)) == NULL)
  /src/external/bsd/tcpdump/dist/
strtoaddr.c 158 static const char xdigits_l[] = "0123456789abcdef", local
178 if ((pch = strchr((xdigits = xdigits_l), ch)) == NULL)
  /src/external/bsd/unbound/dist/compat/
inet_pton.c 152 static const char xdigits_l[] = "0123456789abcdef", local
172 if ((pch = strchr((xdigits = xdigits_l), ch)) == NULL)
  /src/external/mit/libuv/dist/src/
inet.c 215 static const char xdigits_l[] = "0123456789abcdef", local
235 if ((pch = strchr((xdigits = xdigits_l), ch)) == NULL)
  /src/external/mpl/dhcp/bind/dist/lib/dns/
rdata.c 355 static const char xdigits_l[] = "0123456789abcdef", local
370 pch = strchr((xdigits = xdigits_l), ch);

Completed in 36 milliseconds