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

/freebsd-current/crypto/openssh/
H A Dmisc.h76 char *tilde_expand_filename(const char *, uid_t);
H A Dssh.c207 cp = tilde_expand_filename(paths[i], getuid());
883 p = tilde_expand_filename(optarg, getuid());
1479 cp = tilde_expand_filename(options.control_path, getuid());
1487 p = tilde_expand_filename(options.identity_agent, getuid());
1495 p = tilde_expand_filename(options.revoked_host_keys, getuid());
1503 p = tilde_expand_filename(options.forward_agent_sock_path,
1539 cp = tilde_expand_filename(options.user_hostfiles[j], getuid());
2389 cp = tilde_expand_filename(options.identity_files[i], getuid());
2437 cp = tilde_expand_filename(options.certificate_files[i],
H A Dauth.c434 user_hostfile = tilde_expand_filename(userfile, pw->pw_uid);
H A Dssh-keygen.c1320 cp = tilde_expand_filename(_PATH_SSH_USER_HOSTFILE, pw->pw_uid);
1783 tmp = tilde_expand_filename(ca_key_path, pw->pw_uid);
1851 tmp = tilde_expand_filename(argv[i], pw->pw_uid);
2293 path = tilde_expand_filename(file, pw->pw_uid);
2459 tmp = tilde_expand_filename(ca_key_path, pw->pw_uid);
H A Dhostfile.c485 dotsshdir = tilde_expand_filename("~/" _PATH_SSH_USER_DIR, getuid());
H A Dssh_namespace.h983 #define tilde_expand_filename Fssh_tilde_expand_filename macro
H A Dssh-add.c724 path = tilde_expand_filename(hostkey_files[i], getuid());
H A Dservconf.c766 expanded = tilde_expand_filename(path, getuid());
2078 arg2 = tilde_expand_filename(arg, getuid());
2102 *charptr = tilde_expand_filename(arg, getuid());
H A Dsftp-server.c1956 cp = tilde_expand_filename(optarg, user_pw->pw_uid);
H A Dsftp.c1694 tmp = tilde_expand_filename(path1, getuid());
H A Dmisc.c1232 tilde_expand_filename(const char *filename, uid_t uid) function
H A Dsession.c1408 tmp = tilde_expand_filename(options.chroot_directory,

Completed in 407 milliseconds