Home
last modified time | relevance | path

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

/openbsd/src/usr.sbin/pppd/
Dsys-bsd.c409 struct termios tios; in set_up_tty() local
411 if (tcgetattr(fd, &tios) == -1) { in set_up_tty()
417 inittermios = tios; in set_up_tty()
421 tios.c_cflag &= ~(CSIZE | CSTOPB | PARENB | CLOCAL); in set_up_tty()
423 tios.c_cflag |= CRTSCTS; in set_up_tty()
425 tios.c_cflag &= ~CRTSCTS; in set_up_tty()
427 tios.c_cflag |= CS8 | CREAD | HUPCL; in set_up_tty()
429 tios.c_cflag |= CLOCAL; in set_up_tty()
430 tios.c_iflag = IGNBRK | IGNPAR; in set_up_tty()
431 tios.c_oflag = 0; in set_up_tty()
[all …]
/openbsd/src/lib/libedit/
Dtty.c1154 struct termios *tios = &el->el_tty.t_ex; in tty_stty() local
1170 tios = &el->el_tty.t_ed; in tty_stty()
1175 tios = &el->el_tty.t_ex; in tty_stty()
1180 tios = &el->el_tty.t_ts; in tty_stty()
1266 tios->c_cc[c] = v; in tty_stty()
1285 tty_setup_flags(el, tios, z); in tty_stty()
1287 if (tty_setty(el, TCSADRAIN, tios) == -1) { in tty_stty()
1326 tty_setup_flags(EditLine *el, struct termios *tios, int mode) in tty_setup_flags() argument
1330 tcflag_t *f = tty__get_flag(tios, kind); in tty_setup_flags()
/openbsd/src/lib/libcrypto/arc4random/
Dgetentropy_hpux.c280 struct termios tios; in getentropy_fallback() local
358 HX(tcgetattr(0, &tios) == -1, in getentropy_fallback()
359 tios); in getentropy_fallback()
Dgetentropy_aix.c286 struct termios tios; in getentropy_fallback() local
364 HX(tcgetattr(0, &tios) == -1, in getentropy_fallback()
365 tios); in getentropy_fallback()
Dgetentropy_solaris.c306 struct termios tios; in getentropy_fallback() local
384 HX(tcgetattr(0, &tios) == -1, in getentropy_fallback()
385 tios); in getentropy_fallback()
Dgetentropy_osx.c299 struct termios tios; in getentropy_fallback() local
378 HX(tcgetattr(0, &tios) == -1, in getentropy_fallback()
379 tios); in getentropy_fallback()
Dgetentropy_linux.c385 struct termios tios; in getentropy_fallback() local
468 HX(tcgetattr(0, &tios) == -1, in getentropy_fallback()
469 tios); in getentropy_fallback()