Searched refs:tilde_expand_filename (Results 1 – 7 of 7) sorted by relevance
/titanic_41/usr/src/cmd/ssh/include/ |
H A D | tildexpand.h | 22 char *tilde_expand_filename(const char *, uid_t);
|
/titanic_41/usr/src/cmd/ssh/libssh/common/ |
H A D | tildexpand.c | 31 tilde_expand_filename(const char *filename, uid_t my_uid) in tilde_expand_filename() function
|
/titanic_41/usr/src/cmd/ssh/ssh/ |
H A D | ssh.c | 738 tilde_expand_filename(options.system_hostfile, original_real_uid); 740 tilde_expand_filename(options.user_hostfile, original_real_uid); 742 tilde_expand_filename(options.system_hostfile2, original_real_uid); 744 tilde_expand_filename(options.user_hostfile2, original_real_uid); 1198 filename = tilde_expand_filename(options.identity_files[i],
|
/titanic_41/usr/src/cmd/ssh/sshd/ |
H A D | auth.c | 464 user_hostfile = tilde_expand_filename(userfile, pw->pw_uid); in check_key_in_hostfiles()
|
H A D | servconf.c | 881 *charptr = tilde_expand_filename(arg, getuid()); in process_server_config_line()
|
H A D | session.c | 1268 tmp = tilde_expand_filename(options.chroot_directory, in chroot_if_needed()
|
/titanic_41/usr/src/cmd/ssh/ssh-keygen/ |
H A D | ssh-keygen.c | 552 cp = tilde_expand_filename(_PATH_SSH_USER_HOSTFILE, pw->pw_uid); in do_known_hosts()
|