HomeSort by: relevance | last modified time | path
    Searched defs:ip_whois (Results 1 - 1 of 1) sorted by relevancy

  /src/usr.bin/whois/
whois.c 87 static const char *ip_whois[] = variable in typeref:typename:const char * []
271 for (i = 0; ip_whois[i] != NULL; i++) {
272 if (strstr(buf, ip_whois[i]) != NULL) {
273 nhost = strdup(ip_whois[i]);

Completed in 12 milliseconds