Home
last modified time | relevance | path

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

/bionic/libc/upstream-openbsd/lib/libc/net/
Dinet_pton.c76 int saw_digit, octets, ch; in inet_pton4() local
79 saw_digit = 0; in inet_pton4()
90 if (! saw_digit) { in inet_pton4()
93 saw_digit = 1; in inet_pton4()
96 } else if (ch == '.' && saw_digit) { in inet_pton4()
100 saw_digit = 0; in inet_pton4()