Home
last modified time | relevance | path

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

/external/openssh/
Dsession.c117 void session_set_fds(struct ssh *, Session *, int, int, int, int, int);
539 session_set_fds(ssh, s, pin[1], pout[0], perr[0], in do_exec_no_pty()
550 session_set_fds(ssh, s, inout[1], inout[1], err[1], in do_exec_no_pty()
654 session_set_fds(ssh, s, ptyfd, fdout, -1, 1, 1); in do_exec_pty()
2251 session_set_fds(struct ssh *ssh, Session *s, in session_set_fds() function