HomeSort by relevance Sort by last modified time
    Searched refs:xdigits_l (Results 1 - 3 of 3) sorted by null

  /bionic/libc/upstream-openbsd/lib/libc/net/
inet_pton.c 126 static const char xdigits_l[] = "0123456789abcdef", local
146 if ((pch = strchr((xdigits = xdigits_l), ch)) == NULL)
  /external/curl/lib/
inet_pton.c 152 static const char xdigits_l[] = "0123456789abcdef", local
172 if((pch = strchr((xdigits = xdigits_l), ch)) == NULL)
  /external/c-ares/
inet_net_pton.c 280 static const char xdigits_l[] = "0123456789abcdef", local
308 if ((pch = strchr((xdigits = xdigits_l), ch)) == NULL)

Completed in 363 milliseconds