OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
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 310 milliseconds