Home
last modified time | relevance | path

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

/external/openssh/
Dsftp-server-main.c40 struct passwd *user_pw; in main() local
46 if ((user_pw = getpwuid(getuid())) == NULL) { in main()
52 return (sftp_server_main(argc, argv, user_pw)); in main()
Dauth2-pubkey.c636 match_principals_command(struct passwd *user_pw, const struct sshkey *key) in match_principals_command() argument
665 "u", user_pw->pw_name, (char *)NULL); in match_principals_command()
706 "u", user_pw->pw_name, in match_principals_command()
707 "h", user_pw->pw_dir, in match_principals_command()
968 user_key_command_allowed2(struct passwd *user_pw, Key *key) in user_key_command_allowed2() argument
994 "u", user_pw->pw_name, (char *)NULL); in user_key_command_allowed2()
1026 "u", user_pw->pw_name, in user_key_command_allowed2()
1027 "h", user_pw->pw_dir, in user_key_command_allowed2()
1047 av[1] = xstrdup(user_pw->pw_name); in user_key_command_allowed2()
Dsftp-server.c1500 sftp_server_main(int argc, char **argv, struct passwd *user_pw) in sftp_server_main() argument
1516 pw = pwcopy(user_pw); in sftp_server_main()
1556 cp = tilde_expand_filename(optarg, user_pw->pw_uid); in sftp_server_main()
1557 homedir = percent_expand(cp, "d", user_pw->pw_dir, in sftp_server_main()
1558 "u", user_pw->pw_name, (char *)NULL); in sftp_server_main()
/external/syslinux/gpxe/src/net/tcp/
Dhttp.c427 char user_pw[ user_pw_len + 1 /* NUL */ ]; in http_step() local
446 snprintf ( user_pw, sizeof ( user_pw ), "%s:%s", in http_step()
450 base64_encode ( user_pw, user_pw_base64 ); in http_step()