Searched refs:nhost (Results 1 – 4 of 4) sorted by relevance
/freebsd/usr.bin/whois/ |
H A D | whois.c | 437 char *buf, *host, *nhost, *nport, *p; in whois() local 492 nhost = NULL; in whois() 510 if ((flags & WHOIS_RECURSE) && nhost == NULL) { in whois() 524 s_asprintf(&nhost, "%.*s", in whois() 541 free(nhost); in whois() 542 nhost = NULL; in whois() 548 s_asprintf(&nhost, "%s", ANICHOST); in whois() 573 if (try_rir[i].loop != 0 && nhost != NULL && in whois() 574 strcasecmp(try_rir[i].host, nhost) == 0) { in whois() 575 free(nhost); in whois() [all …]
|
/freebsd/crypto/heimdal/lib/krb5/ |
H A D | krbhst.c | 1027 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 D | messages.subr | 182 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 D | nlm_prot_impl.c | 1542 struct nlm_host *host, *nhost; in nlm_server_main() local 1689 TAILQ_FOREACH_SAFE(host, &nlm_hosts, nh_link, nhost) { in nlm_server_main()
|