Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dssh.c208 cp = tilde_expand_filename(paths[i], getuid()); in tilde_expand_paths()
891 p = tilde_expand_filename(optarg, getuid()); in main()
1509 cp = tilde_expand_filename(options.control_path, getuid()); in main()
1517 p = tilde_expand_filename(options.identity_agent, getuid()); in main()
1525 p = tilde_expand_filename(options.revoked_host_keys, getuid()); in main()
1533 p = tilde_expand_filename(options.forward_agent_sock_path, in main()
1576 cp = tilde_expand_filename(options.user_hostfiles[j], getuid()); in main()
2448 cp = tilde_expand_filename(options.identity_files[i], getuid()); in load_public_identity_files()
2496 cp = tilde_expand_filename(options.certificate_files[i], in load_public_identity_files()
H A Dmisc.h85 char *tilde_expand_filename(const char *, uid_t);
H A Dssh-keygen.c1348 cp = tilde_expand_filename(_PATH_SSH_USER_HOSTFILE, pw->pw_uid); in do_known_hosts()
1811 tmp = tilde_expand_filename(ca_key_path, pw->pw_uid); in do_ca_sign()
1879 tmp = tilde_expand_filename(argv[i], pw->pw_uid); in do_ca_sign()
2321 path = tilde_expand_filename(file, pw->pw_uid); in update_krl_from_file()
2487 tmp = tilde_expand_filename(ca_key_path, pw->pw_uid); in do_gen_krl()
H A Dauth.c433 user_hostfile = tilde_expand_filename(userfile, pw->pw_uid); in check_key_in_hostfiles()
H A Dhostfile.c485 dotsshdir = tilde_expand_filename("~/" _PATH_SSH_USER_DIR, getuid()); in hostfile_create_user_ssh_dir()
H A Dssh-add.c724 path = tilde_expand_filename(hostkey_files[i], getuid()); in parse_dest_constraint_hop()
H A Dservconf.c823 expanded = tilde_expand_filename(path, getuid()); in derelativise_path()
2206 arg2 = tilde_expand_filename(arg, getuid()); in process_server_config_line_depth()
2230 *charptr = tilde_expand_filename(arg, getuid()); in process_server_config_line_depth()
H A Dssh_namespace.h993 #define tilde_expand_filename Fssh_tilde_expand_filename macro
H A Dsftp-server.c1958 cp = tilde_expand_filename(optarg, user_pw->pw_uid); in sftp_server_main()
H A Dsession.c1397 tmp = tilde_expand_filename(options.chroot_directory, in do_setusercontext()
H A Dsftp.c1696 tmp = tilde_expand_filename(path1, getuid()); in parse_dispatch_command()
H A Dmisc.c1267 tilde_expand_filename(const char *filename, uid_t uid) in tilde_expand_filename() function