Home
last modified time | relevance | path

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

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