Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/ssh/include/
H A Dtildexpand.h22 char *tilde_expand_filename(const char *, uid_t);
/titanic_41/usr/src/cmd/ssh/libssh/common/
H A Dtildexpand.c31 tilde_expand_filename(const char *filename, uid_t my_uid) in tilde_expand_filename() function
/titanic_41/usr/src/cmd/ssh/ssh/
H A Dssh.c738 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 Dauth.c464 user_hostfile = tilde_expand_filename(userfile, pw->pw_uid); in check_key_in_hostfiles()
H A Dservconf.c881 *charptr = tilde_expand_filename(arg, getuid()); in process_server_config_line()
H A Dsession.c1268 tmp = tilde_expand_filename(options.chroot_directory, in chroot_if_needed()
/titanic_41/usr/src/cmd/ssh/ssh-keygen/
H A Dssh-keygen.c552 cp = tilde_expand_filename(_PATH_SSH_USER_HOSTFILE, pw->pw_uid); in do_known_hosts()