Home | History | Annotate | Download | only in whois

Lines Matching refs:nhost

180 	char *buf, *p, *nhost, *nbuf = NULL;
239 nhost = NULL;
255 if (nhost != NULL || !(flags & WHOIS_RECURSE))
263 if ((nhost = malloc(len + 1)) == NULL)
265 (void)memcpy(nhost, p, len);
266 nhost[len] = '\0';
273 nhost = strdup(ip_whois[i]);
274 if (nhost == NULL)
284 if (nhost != NULL) {
285 error = whois(query, nhost, port, 0);
286 free(nhost);