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

  /src/usr.bin/whois/
whois.c 180 char *buf, *p, *nhost, *nbuf = NULL; local
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/external/bsd/am-utils/dist/amd/
opts.c 899 char *ptr, *nhost; local
903 nhost = ptr + 1;
905 nhost = opt_host;
907 status = innetgr(arg, nhost, NULL, NULL);
908 dlog("netgrp = %s status = %d host = %s", arg, status, nhost);
920 char *ptr, *nhost; local
924 nhost = ptr + 1;
926 nhost = opt_hostd;
928 status = innetgr(arg, nhost, NULL, NULL);
929 dlog("netgrp = %s status = %d hostd = %s", arg, status, nhost);
    [all...]
  /src/sys/fs/nfs/nlm/
nlm_prot_impl.c 1546 struct nlm_host *host, *nhost; local
1693 TAILQ_FOREACH_SAFE(host, &nlm_hosts, nh_link, nhost) {

Completed in 25 milliseconds