Home
last modified time | relevance | path

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

/bionic/libc/upstream-openbsd/lib/libc/net/
Dinet_pton.c126 static const char xdigits_l[] = "0123456789abcdef", in inet_pton6() local
146 if ((pch = strchr((xdigits = xdigits_l), ch)) == NULL) in inet_pton6()