Home
last modified time | relevance | path

Searched refs:tilde_expand_filename (Results 1 – 11 of 11) sorted by relevance

/openbsd/src/usr.bin/ssh/
Dssh.c191 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()
Dmisc.h85 char *tilde_expand_filename(const char *, uid_t);
Dauth.c381 user_hostfile = tilde_expand_filename(userfile, pw->pw_uid); in check_key_in_hostfiles()
Dssh-keygen.c1325 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()
Dhostfile.c483 dotsshdir = tilde_expand_filename("~/" _PATH_SSH_USER_DIR, getuid()); in hostfile_create_user_ssh_dir()
Dssh-add.c717 path = tilde_expand_filename(hostkey_files[i], getuid()); in parse_dest_constraint_hop()
Dservconf.c756 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()
Dsession.c1122 tmp = tilde_expand_filename(options.chroot_directory, in do_setusercontext()
Dsftp-server.c1924 cp = tilde_expand_filename(optarg, user_pw->pw_uid); in sftp_server_main()
Dmisc.c1215 tilde_expand_filename(const char *filename, uid_t uid) in tilde_expand_filename() function
Dsftp.c1669 tmp = tilde_expand_filename(path1, getuid()); in parse_dispatch_command()