Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/port/inet/
H A Dinet_pton.c86 int saw_digit, octets, ch; in inet_pton4() local
89 saw_digit = 0; in inet_pton4()
101 if (!saw_digit) { in inet_pton4()
104 saw_digit = 1; in inet_pton4()
106 } else if (ch == '.' && saw_digit) { in inet_pton4()
110 saw_digit = 0; in inet_pton4()