Home | Sort by: relevance | last modified time | path |
/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]); |