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

/macosx-10.10/OpenSSH-189/openssh/
H A Dsftp-server-main.c39 struct passwd *user_pw; local
44 if ((user_pw = getpwuid(getuid())) == NULL) {
50 return (sftp_server_main(argc, argv, user_pw));
H A Dauth2-pubkey.c459 user_key_command_allowed2(struct passwd *user_pw, Key *key) argument
479 "u", user_pw->pw_name, (char *)NULL);
508 options.authorized_keys_command, user_pw->pw_name, pw->pw_name);
557 options.authorized_keys_command, user_pw->pw_name, NULL);
H A Dsftp-server.c1400 sftp_server_main(int argc, char **argv, struct passwd *user_pw) argument
1415 pw = pwcopy(user_pw);
1443 cp = tilde_expand_filename(optarg, user_pw->pw_uid);
1444 homedir = percent_expand(cp, "d", user_pw->pw_dir,
1445 "u", user_pw->pw_name, (char *)NULL);
/macosx-10.10/ipsec-286.1.1/ipsec-tools/racoon/
H A Dlocalconf.h87 vchar_t *user_pw; member in struct:bound_addr

Completed in 160 milliseconds