Home
last modified time | relevance | path

Searched refs:percent_expand (Results 1 – 9 of 9) sorted by relevance

/external/openssh/
Dmisc.h70 char *percent_expand(const char *, ...) __attribute__((__sentinel__));
Dauth2-pubkey.c467 username = percent_expand(options.authorized_principals_command_user, in match_principals_command()
510 tmp = percent_expand(av[i], in match_principals_command()
905 username = percent_expand(options.authorized_keys_command_user, in user_key_command_allowed2()
939 tmp = percent_expand(av[i], in user_key_command_allowed2()
Dssh.c251 return percent_expand(str, in default_client_percent_expand()
1159 cp = percent_expand(options.hostname, in main()
2044 options.local_command = percent_expand(cp, in ssh_session2()
Dauth.c434 file = percent_expand(filename, "h", pw->pw_dir, in expand_authorized_keys()
Dsshconnect.c95 ret = percent_expand(tmp, in expand_proxy_command()
Dreadconf.c595 host = percent_expand(options->hostname, in match_cfg_line()
679 cmd = percent_expand(arg, in match_cfg_line()
Dmisc.c1061 percent_expand(const char *string, ...) in percent_expand() function
Dsftp-server.c1625 homedir = percent_expand(cp, "d", user_pw->pw_dir, in sftp_server_main()
Dsession.c1401 chroot_path = percent_expand(tmp, "h", pw->pw_dir, in do_setusercontext()