Home
last modified time | relevance | path

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

/inet/
A Dether_line.c26 ether_line (const char *line, struct ether_addr *addr, char *hostname) in ether_line() argument
33 ch = _tolower (*line++); in ether_line()
38 ch = _tolower (*line); in ether_line()
41 ++line; in ether_line()
47 ch = *line; in ether_line()
57 ++line; in ether_line()
61 while (isspace (*line)) in ether_line()
62 ++line; in ether_line()
64 if (*line == '#' || *line == '\0') in ether_line()
71 while (*line != '\0' && *line != '#' && !isspace (*line)) in ether_line()
[all …]

Completed in 4 milliseconds