Home
last modified time | relevance | path

Searched defs:ptyfd (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/cmd/ssh/sshd/
H A Dsshpty.c51 pty_allocate(int *ptyfd, int *ttyfd, char *namebuf, int namebuflen) in pty_allocate()
356 pty_change_window_size(int ptyfd, int row, int col, in pty_change_window_size()
H A Dsession.c565 int fdout, ptyfd, ttyfd, ptymaster, pipe_fds[2]; in do_exec_pty() local
/titanic_41/usr/src/cmd/ssh/include/
H A Dsession.h47 int ptyfd, ttyfd, ptymaster; member