Home
last modified time | relevance | path

Searched refs:nhost (Results 1 – 6 of 6) sorted by relevance

/freebsd-9-stable/usr.bin/whois/
Dwhois.c282 char *buf, *host, *nhost, *p; in whois() local
312 nhost = NULL; in whois()
318 if ((flags & WHOIS_RECURSE) && nhost == NULL) { in whois()
328 s_asprintf(&nhost, "%.*s", in whois()
339 s_asprintf(&nhost, "%.*s", in whois()
347 s_asprintf(&nhost, "%s", in whois()
355 if (nhost != NULL) { in whois()
356 whois(query, nhost, 0); in whois()
357 free(nhost); in whois()
/freebsd-9-stable/contrib/amd/amd/
Dopts.c899 char *ptr, *nhost; in f_netgrp() local
903 nhost = ptr + 1; in f_netgrp()
905 nhost = opt_host; in f_netgrp()
907 status = innetgr(arg, nhost, NULL, NULL); in f_netgrp()
908 dlog("netgrp = %s status = %d host = %s", arg, status, nhost); in f_netgrp()
920 char *ptr, *nhost; in f_netgrpd() local
924 nhost = ptr + 1; in f_netgrpd()
926 nhost = opt_hostd; in f_netgrpd()
928 status = innetgr(arg, nhost, NULL, NULL); in f_netgrpd()
929 dlog("netgrp = %s status = %d hostd = %s", arg, status, nhost); in f_netgrpd()
/freebsd-9-stable/crypto/heimdal/lib/krb5/
Dkrbhst.c911 int nhost = 0; in gethostlist() local
921 nhost++; in gethostlist()
922 if(nhost == 0) { in gethostlist()
926 *hostlist = calloc(nhost + 1, sizeof(**hostlist)); in gethostlist()
933 nhost = 0; in gethostlist()
936 if(((*hostlist)[nhost++] = strdup(host)) == NULL) { in gethostlist()
942 (*hostlist)[nhost++] = NULL; in gethostlist()
/freebsd-9-stable/crypto/heimdal/packages/debian/patches/
D026_posix_max222 int nhost = 0;
/freebsd-9-stable/usr.sbin/bsdconfig/include/
Dmessages.subr179 msg_invalid_nfs_path_specification="Invalid NFS path specification. Must be of the form:\nhost:/fu…
282 …pecification="Please enter the full NFS file specification for the remote\nhost and directory cont…
/freebsd-9-stable/sys/nlm/
Dnlm_prot_impl.c1530 struct nlm_host *host, *nhost; in nlm_server_main() local
1677 TAILQ_FOREACH_SAFE(host, &nlm_hosts, nh_link, nhost) { in nlm_server_main()