HomeSort by: relevance | last modified time | path
    Searched defs:nhost (Results 1 - 4 of 4) 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/crypto/external/bsd/heimdal/dist/lib/krb5/
krbhst.c 1080 int nhost = 0; local
1090 nhost++;
1091 if(nhost == 0) {
1096 *hostlist = calloc(nhost + 1, sizeof(**hostlist));
1103 nhost = 0;
1106 if(((*hostlist)[nhost++] = strdup(host)) == NULL) {
1112 (*hostlist)[nhost] = NULL;
  /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 46 milliseconds