HomeSort by relevance Sort by last modified time
    Searched refs:xdigits_l (Results 1 - 4 of 4) 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)
  /device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
inet_pton.c 179 static const char xdigits_l[] = "0123456789abcdef", local
199 if ((pch = strchr((xdigits = xdigits_l), ch)) == NULL)
  /external/curl/lib/
inet_pton.c 153 static const char xdigits_l[] = "0123456789abcdef", local
173 pch = strchr((xdigits = xdigits_l), ch);
  /external/tcpdump/
strtoaddr.c 159 static const char xdigits_l[] = "0123456789abcdef", local
179 if ((pch = strchr((xdigits = xdigits_l), ch)) == NULL)

Completed in 99 milliseconds