Home
last modified time | relevance | path

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

/external/openssh/
Dsftp-server-main.c39 struct passwd *user_pw; in main() local
44 if ((user_pw = getpwuid(getuid())) == NULL) { in main()
50 return (sftp_server_main(argc, argv, user_pw)); in main()
Dauth2-pubkey.c527 user_key_command_allowed2(struct passwd *user_pw, Key *key) in user_key_command_allowed2() argument
547 "u", user_pw->pw_name, (char *)NULL); in user_key_command_allowed2()
576 options.authorized_keys_command, user_pw->pw_name, pw->pw_name); in user_key_command_allowed2()
625 options.authorized_keys_command, user_pw->pw_name, NULL); in user_key_command_allowed2()
Dsftp-server.c1505 sftp_server_main(int argc, char **argv, struct passwd *user_pw) in sftp_server_main() argument
1520 pw = pwcopy(user_pw); in sftp_server_main()
1560 cp = tilde_expand_filename(optarg, user_pw->pw_uid); in sftp_server_main()
1561 homedir = percent_expand(cp, "d", user_pw->pw_dir, in sftp_server_main()
1562 "u", user_pw->pw_name, (char *)NULL); in sftp_server_main()