Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
Dinet_pton.c179 static const char xdigits_l[] = "0123456789abcdef", in inet_pton6() local
199 if ((pch = strchr((xdigits = xdigits_l), ch)) == NULL) in inet_pton6()