Searched refs:session_set_fds (Results 1 – 1 of 1) sorted by relevance
/openbsd/usr.bin/ssh/ |
H A D | session.c | 104 void session_set_fds(struct ssh *, Session *, int, int, int, int, int); 509 session_set_fds(ssh, s, pin[1], pout[0], perr[0], in do_exec_no_pty() 520 session_set_fds(ssh, s, inout[1], inout[1], err[1], in do_exec_no_pty() 618 session_set_fds(ssh, s, ptyfd, fdout, -1, 1, 1); in do_exec_pty() 1913 session_set_fds(struct ssh *ssh, Session *s, in session_set_fds() function
|