Home
last modified time | relevance | path

Searched refs:get_pty (Results 1 – 25 of 66) sorted by relevance

123

/dports/security/sudo/sudo-1.9.8p2/src/
H A Dget_pty.c55 get_pty(int *leader, int *follower, char *name, size_t namesz, uid_t ttyuid) in get_pty() function
60 debug_decl(get_pty, SUDO_DEBUG_PTY); in get_pty()
75 get_pty(int *leader, int *follower, char *name, size_t namesz, uid_t ttyuid) in get_pty() function
79 debug_decl(get_pty, SUDO_DEBUG_PTY); in get_pty()
113 get_pty(int *leader, int *follower, char *name, size_t namesz, uid_t ttyuid) in get_pty() function
117 debug_decl(get_pty, SUDO_DEBUG_PTY); in get_pty()
153 get_pty(int *leader, int *follower, char *name, size_t namesz, uid_t ttyuid) in get_pty() function
159 debug_decl(get_pty, SUDO_DEBUG_PTY); in get_pty()
H A Dsudo.h217 bool get_pty(int *leader, int *follower, char *name, size_t namesz, uid_t uid);
/dports/sysutils/libptytty/libptytty-2.0/src/
H A Dptytty.C72 get_pty (int *fd_tty, char **ttydev) in get_pty() function
107 get_pty (int *fd_tty, char **ttydev) in get_pty() function
126 get_pty (int *fd_tty, char **ttydev) in get_pty() function
147 get_pty (int *fd_tty, char **ttydev) in get_pty() function
330 if ((pty = get_pty (&tty, &name)) < 0) in get()
/dports/devel/py-testinfra/testinfra-3.2.0/testinfra/backend/
H A Dparamiko.py47 self.get_pty = False
64 self.get_pty = value in ('yes', 'force')
107 if self.get_pty:
108 chan.get_pty()
/dports/security/py-paramiko/paramiko-2.7.2/paramiko/
H A Dclient.py473 get_pty=False, argument
509 if get_pty:
510 chan.get_pty()
546 chan.get_pty(term, width, height, width_pixels, height_pixels)
/dports/sysutils/py-plumbum/plumbum-1.7.1/plumbum/machines/
H A Dparamiko_machine.py229 get_pty=False,
273 self._get_pty = get_pty
302 chan.get_pty(term, width, height)
334 si, so, se = self._client.exec_command(cmdline, 1, get_pty=self._get_pty)
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/um/os-Linux/
H A Dtty.c27 int get_pty(void) in get_pty() function
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/um/os-Linux/
H A Dtty.c27 int get_pty(void) in get_pty() function
/dports/multimedia/libv4l/linux-5.13-rc2/arch/um/os-Linux/
H A Dtty.c27 int get_pty(void) in get_pty() function
/dports/shells/zsh/zsh-5.8.1/Src/Modules/
H A Dzpty.c184 get_pty(int master, int *retfd) in get_pty() function
248 get_pty(int master, int *retfd) in get_pty() function
323 if (get_pty(1, &master)) { in newptycmd()
356 if (get_pty(0, &slave)) in newptycmd()
/dports/devel/thonny/thonny-3.3.14/thonny/plugins/micropython/
H A Dssh_connection.py19 cmd_line_str, bufsize=0, timeout=None, get_pty=True
/dports/x11/guake/Guake-3.4.0/guake/
H A Dterminal.py315 if self.get_pty() is not None:
316 libutempter.utempter_remove_record(self.get_pty().get_fd())
511 libutempter.utempter_add_record(self.get_pty().get_fd(), os.uname()[1])
/dports/devel/py-fabric/fabric-2.5.0/fabric/
H A Drunners.py39 self.channel.get_pty(width=rows, height=cols)
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/um/drivers/
H A Dpty.c47 fd = get_pty(); in pts_open()
H A Dslip_user.c132 err = get_pty(); in slip_open()
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/um/drivers/
H A Dpty.c47 fd = get_pty(); in pts_open()
H A Dslip_user.c132 err = get_pty(); in slip_open()
/dports/multimedia/libv4l/linux-5.13-rc2/arch/um/drivers/
H A Dpty.c47 fd = get_pty(); in pts_open()
H A Dslip_user.c132 err = get_pty(); in slip_open()
/dports/devel/py-fabric/fabric-2.5.0/tests/
H A Drunners.py51 chan.get_pty.assert_called_with(width=cols, height=rows)
/dports/x11/xconsole/xconsole-1.0.7/
H A Dxconsole.c191 static int get_pty(int *pty, int *tty, char *ttydev, char *ptydev);
246 if (!input && get_pty (&pty_fd, &tty_fd, ttydev, ptydev) == 0) in OpenConsole()
792 get_pty(int *pty, int *tty, char *ttydev, char *ptydev) in get_pty() function
/dports/devel/pytype/pytype-2021.9.9/pytype/typeshed/stubs/paramiko/paramiko/
H A Dclient.pyi48 get_pty: bool = ...,
/dports/security/py-ssh/ssh-1.8.0/demos/
H A Ddemo.py163 chan.get_pty()
/dports/security/py-paramiko/paramiko-2.7.2/demos/
H A Ddemo.py173 chan.get_pty()
/dports/ftp/hsftp/hsftp-1.15/
H A Dpiper.c89 get_pty(void) function
922 if ((master = get_pty()) < 0) {

123