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

  /src/usr.bin/whois/
whois.c 180 char *buf, *p, *nhost, *nbuf = NULL; local in function:whois
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)
    [all...]
  /src/sys/fs/nfs/nlm/
nlm_prot_impl.c 1546 struct nlm_host *host, *nhost; local in function:nlm_server_main
1693 TAILQ_FOREACH_SAFE(host, &nlm_hosts, nh_link, nhost) {

Completed in 13 milliseconds