Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/am-utils/dist/amd/
H A Dops_lustre.c82 char *rhost, *ptr, *remhost; in lustre_match() local
100 remhost = NULL; in lustre_match()
129 cp = remhost; in lustre_match()
130 if (remhost) in lustre_match()
131 remhost = strvcat(cp, ":", inet_ntoa(addr), at, NULL); in lustre_match()
133 remhost = strvcat(inet_ntoa(addr), at, NULL); in lustre_match()
136 if (remhost == NULL) { in lustre_match()
144 fo->opt_rhost = remhost; in lustre_match()
/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dsshconnect.h44 char *remhost; member
66 "h", conn_info->remhost, \
H A Dssh.c612 free(cinfo->remhost); in ssh_conn_info_free()
1423 cinfo->remhost = xstrdup(host); in main()
1430 cinfo->remhost, cinfo->portstr, cinfo->remuser, cinfo->jmphost); in main()
/netbsd-src/usr.sbin/rpc.pcnfsd/
H A Dpcnfsd_print.c428 curr->remhost = NULL; in build_pr_list()
443 curr->remhost = strdup(cp); in build_pr_list()
495 curr->remhost = strdup(cp); in build_pr_list()
499 curr->remhost = strdup(""); in build_pr_list()
554 curr->remhost = strdup(""); in build_pr_list()
599 if (curr->remhost) in free_pr_list_item()
600 free(curr->remhost); in free_pr_list_item()
1246 curr->remhost = strdup(""); in list_virtual_printers()
H A Dpcnfsd_test.c325 if(strlen(curr->remhost)) in test_v2_list()
327 curr->remhost, in test_v2_list()
351 if(curr->remhost) in free_pr_list_item()
352 free(curr->remhost); in free_pr_list_item()
H A Dpcnfsd.x348 client remhost; /* empty if local */ member