Searched refs:tiop (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/crypto/openssh/
H A Dttymodes.c275 * or tiop in a portable manner, and appends the modes to a packet
279 ssh_tty_make_modes(struct ssh *ssh, int fd, struct termios *tiop) argument
288 if (tiop == NULL) {
298 tio = *tiop;
H A Dclientloop.c2195 const char *term, struct termios *tiop, int in_fd, struct sshbuf *cmd,
2224 if (tiop == NULL)
2225 tiop = get_saved_tio();
2226 ssh_tty_make_modes(ssh, -1, tiop);
2194 client_session2_setup(struct ssh *ssh, int id, int want_tty, int want_subsystem, const char *term, struct termios *tiop, int in_fd, struct sshbuf *cmd, char **env) argument

Completed in 64 milliseconds