Searched refs:tilde_expand_filename (Results 1 – 11 of 11) sorted by relevance
| /openbsd/src/usr.bin/ssh/ |
| D | ssh.c | 191 cp = tilde_expand_filename(paths[i], getuid()); in tilde_expand_paths() 857 p = tilde_expand_filename(optarg, getuid()); in main() 1438 cp = tilde_expand_filename(options.control_path, getuid()); in main() 1446 p = tilde_expand_filename(options.identity_agent, getuid()); in main() 1454 p = tilde_expand_filename(options.revoked_host_keys, getuid()); in main() 1462 p = tilde_expand_filename(options.forward_agent_sock_path, in main() 1505 cp = tilde_expand_filename(options.user_hostfiles[j], getuid()); in main() 2355 cp = tilde_expand_filename(options.identity_files[i], getuid()); in load_public_identity_files() 2403 cp = tilde_expand_filename(options.certificate_files[i], in load_public_identity_files()
|
| D | misc.h | 85 char *tilde_expand_filename(const char *, uid_t);
|
| D | auth.c | 381 user_hostfile = tilde_expand_filename(userfile, pw->pw_uid); in check_key_in_hostfiles()
|
| D | ssh-keygen.c | 1325 cp = tilde_expand_filename(_PATH_SSH_USER_HOSTFILE, pw->pw_uid); in do_known_hosts() 1788 tmp = tilde_expand_filename(ca_key_path, pw->pw_uid); in do_ca_sign() 1856 tmp = tilde_expand_filename(argv[i], pw->pw_uid); in do_ca_sign() 2298 path = tilde_expand_filename(file, pw->pw_uid); in update_krl_from_file() 2464 tmp = tilde_expand_filename(ca_key_path, pw->pw_uid); in do_gen_krl()
|
| D | hostfile.c | 483 dotsshdir = tilde_expand_filename("~/" _PATH_SSH_USER_DIR, getuid()); in hostfile_create_user_ssh_dir()
|
| D | ssh-add.c | 717 path = tilde_expand_filename(hostkey_files[i], getuid()); in parse_dest_constraint_hop()
|
| D | servconf.c | 756 expanded = tilde_expand_filename(path, getuid()); in derelativise_path() 2104 arg2 = tilde_expand_filename(arg, getuid()); in process_server_config_line_depth() 2128 *charptr = tilde_expand_filename(arg, getuid()); in process_server_config_line_depth()
|
| D | session.c | 1122 tmp = tilde_expand_filename(options.chroot_directory, in do_setusercontext()
|
| D | sftp-server.c | 1924 cp = tilde_expand_filename(optarg, user_pw->pw_uid); in sftp_server_main()
|
| D | misc.c | 1215 tilde_expand_filename(const char *filename, uid_t uid) in tilde_expand_filename() function
|
| D | sftp.c | 1669 tmp = tilde_expand_filename(path1, getuid()); in parse_dispatch_command()
|