Home
last modified time | relevance | path

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

/netbsd/usr.bin/whois/
H A Dwhois.c87 static const char *ip_whois[] = variable
271 for (i = 0; ip_whois[i] != NULL; i++) { in whois()
272 if (strstr(buf, ip_whois[i]) != NULL) { in whois()
273 nhost = strdup(ip_whois[i]); in whois()