Searched refs:target_host (Results 1 - 1 of 1) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/keyserv/
H A Dnewkey.c91 char *pass, *target_host = NULL, local
114 if (username || target_host)
119 if (username || target_host)
121 target_host = optarg;
128 if (optind < argc || (username == 0 && target_host == 0)) {
163 target_host = host_pname;
173 service.h_host = target_host;
197 program_name, target_host);
200 (void) host2netname(name, target_host, (char *)NULL);
205 pass = get_password(uid, target_host, usernam
[all...]

Completed in 42 milliseconds