HomeSort by: relevance | last modified time | path
    Searched refs:tilde_expand_filename (Results 1 - 12 of 12) sorted by relevancy

  /src/crypto/external/bsd/openssh/dist/
namespace.h 81 #define tilde_expand_filename ssh_tilde_expand_filename macro
misc.h 90 char *tilde_expand_filename(const char *, uid_t);
ssh.c 189 cp = tilde_expand_filename(paths[i], getuid());
846 p = tilde_expand_filename(optarg, getuid());
1474 cp = tilde_expand_filename(options.control_path, getuid());
1482 p = tilde_expand_filename(options.identity_agent, getuid());
1490 p = tilde_expand_filename(options.revoked_host_keys[j],
1499 p = tilde_expand_filename(options.forward_agent_sock_path,
1542 cp = tilde_expand_filename(options.user_hostfiles[j], getuid());
2483 cp = tilde_expand_filename(options.identity_files[i], getuid());
2530 cp = tilde_expand_filename(options.certificate_files[i],
auth.c 514 user_hostfile = tilde_expand_filename(userfile, pw->pw_uid);
ssh-keygen.c 1248 cp = tilde_expand_filename(_PATH_SSH_USER_HOSTFILE, pw->pw_uid);
1713 tmp = tilde_expand_filename(ca_key_path, pw->pw_uid);
1783 tmp = tilde_expand_filename(argv[i], pw->pw_uid);
2224 path = tilde_expand_filename(file, pw->pw_uid);
2393 tmp = tilde_expand_filename(ca_key_path, pw->pw_uid);
hostfile.c 515 dotsshdir = tilde_expand_filename("~/" _PATH_SSH_USER_DIR, getuid());
ssh-add.c 728 path = tilde_expand_filename(hostkey_files[i], getuid());
servconf.c 954 expanded = tilde_expand_filename(path, getuid());
2386 arg2 = tilde_expand_filename(arg, getuid());
2410 *charptr = tilde_expand_filename(arg, getuid());
misc.c 1301 tilde_expand_filename(const char *filename, uid_t uid) function
sftp-server.c 1930 cp = tilde_expand_filename(optarg, user_pw->pw_uid);
sftp.c 1723 tmp = tilde_expand_filename(path1, getuid());
session.c 1209 tmp = tilde_expand_filename(options.chroot_directory,

Completed in 73 milliseconds