Home
last modified time | relevance | path

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

/freebsd/usr.bin/whois/
H A Dwhois.c437 char *buf, *host, *nhost, *nport, *p; in whois() local
492 nhost = NULL; in whois()
524 s_asprintf(&nhost, "%.*s", in whois()
541 free(nhost); in whois()
542 nhost = NULL; in whois()
575 free(nhost); in whois()
576 nhost = NULL; in whois()
592 if (nhost != NULL) { in whois()
595 printf("# %s\n\n", nhost); in whois()
596 whois(query, nhost, nport, flags); in whois()
[all …]
/freebsd/crypto/heimdal/lib/krb5/
H A Dkrbhst.c1027 int nhost = 0; in gethostlist() local
1037 nhost++; in gethostlist()
1038 if(nhost == 0) { in gethostlist()
1043 *hostlist = calloc(nhost + 1, sizeof(**hostlist)); in gethostlist()
1050 nhost = 0; in gethostlist()
1053 if(((*hostlist)[nhost++] = strdup(host)) == NULL) { in gethostlist()
1059 (*hostlist)[nhost] = NULL; in gethostlist()
/freebsd/usr.sbin/bsdconfig/include/
H A Dmessages.subr182 msg_invalid_nfs_path_specification="Invalid NFS path specification. Must be of the form:\nhost:/fu…
284 …pecification="Please enter the full NFS file specification for the remote\nhost and directory cont…
/freebsd/sys/nlm/
H A Dnlm_prot_impl.c1541 struct nlm_host *host, *nhost; in nlm_server_main() local
1688 TAILQ_FOREACH_SAFE(host, &nlm_hosts, nh_link, nhost) { in nlm_server_main()