Home
last modified time | relevance | path

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

/freebsd/usr.bin/whois/
H A Dwhois.c272 gethostinfo(const char *host, const char *hport, int exit_on_noname) in gethostinfo() argument
283 if (error && (exit_on_noname || error != EAI_NONAME)) in gethostinfo()