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

/freebsd-11-stable/crypto/openssh/
H A Dsftp-server-main.c40 struct passwd *user_pw; local
46 if ((user_pw = getpwuid(getuid())) == NULL) {
52 return (sftp_server_main(argc, argv, user_pw));
H A Dauth2-pubkey.c636 match_principals_command(struct passwd *user_pw, const struct sshkey *key) argument
665 "u", user_pw->pw_name, (char *)NULL);
706 "u", user_pw->pw_name,
707 "h", user_pw->pw_dir,
968 user_key_command_allowed2(struct passwd *user_pw, Key *key) argument
994 "u", user_pw->pw_name, (char *)NULL);
1026 "u", user_pw->pw_name,
1027 "h", user_pw->pw_dir,
1047 av[1] = xstrdup(user_pw->pw_name);
H A Dsftp-server.c1500 sftp_server_main(int argc, char **argv, struct passwd *user_pw) argument
1516 pw = pwcopy(user_pw);
1556 cp = tilde_expand_filename(optarg, user_pw->pw_uid);
1557 homedir = percent_expand(cp, "d", user_pw->pw_dir,
1558 "u", user_pw->pw_name, (char *)NULL);

Completed in 73 milliseconds