Lines Matching refs:username
92 *username = NULL, *pk_service = NULL; in main() local
114 if (username || target_host) in main()
116 username = optarg; in main()
119 if (username || target_host) in main()
128 if (optind < argc || (username == 0 && target_host == 0)) { in main()
141 if (username) { in main()
142 pw = getpwnam(username); in main()
145 program_name, username); in main()
153 program_name, username); in main()
160 program_name, username); in main()
168 program_name, username); in main()
205 pass = get_password(uid, target_host, username); in main()
328 get_password(uid, target_host, username) in get_password() argument
331 char *username;
341 if ((username != 0) ||