Home
last modified time | relevance | path

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

/external/toybox/toys/net/
Dmicrocom.c42 if (tcsetattr(fd, TCSAFLUSH, &t)) perror_exit("tcsetattr %s", name);
47 tcsetattr(0, TCSAFLUSH, &TT.original_stdin_state); in restore_states()
48 tcsetattr(TT.fd, TCSAFLUSH, &TT.original_fd_state); in restore_states()
/external/chromium-trace/catapult/devil/devil/android/tools/
Dkeyboard.py120 termios.tcsetattr(fd, termios.TCSAFLUSH, new_attrs)
124 termios.tcsetattr(fd, termios.TCSAFLUSH, old_attrs)
/external/openssh/openbsd-compat/
Dreadpassphrase.c39 # define _T_FLUSH (TCSAFLUSH|TCSASOFT)
41 # define _T_FLUSH (TCSAFLUSH)
Dbsd-nextstep.c67 case TCSAFLUSH: in tcsetattr()
/external/syslinux/com32/libutil/
Dansiraw.c83 tcsetattr(0, TCSAFLUSH, &tio); in console_ansi_raw()
/external/kernel-headers/original/uapi/asm-generic/
Dtermbits.h197 #define TCSAFLUSH 2 macro
/external/kernel-headers/original/uapi/asm-mips/asm/
Dtermbits.h225 #define TCSAFLUSH TCSETSF /* Flush pending input before changing. */ macro
/external/libvncserver/libvncclient/
Dvncviewer.c74 if(tcsetattr(fileno(stdin),TCSAFLUSH,&noecho)!=0) return p; in ReadPassword()
87 tcsetattr(fileno(stdin),TCSAFLUSH,&save); in ReadPassword()
/external/syslinux/com32/rosh/
Drosh.h189 tcsetattr(0, TCSAFLUSH, &tio); in rosh_console_raw()
/external/curl/src/
Dtool_getpass.c214 tcsetattr(fd, TCSAFLUSH, &withecho); in ttyecho()
/external/libcups/cups/
Dusersys.c731 if (tcsetattr(tty, TCSAFLUSH, &noecho)) in _cupsGetPassword()
826 tcsetattr(tty, TCSAFLUSH, &original); in _cupsGetPassword()
/external/ltp/tools/top-LTP/
Dtop.c248 tcsetattr(STDIN_FILENO, TCSAFLUSH, &Savedtty); in chin()
250 tcsetattr(STDIN_FILENO, TCSAFLUSH, &Rawtty); in chin()
312 tcsetattr(STDIN_FILENO, TCSAFLUSH, &Savedtty); in bye_bye()
420 tcsetattr(STDIN_FILENO, TCSAFLUSH, &Savedtty); in suspend()
427 tcsetattr(STDIN_FILENO, TCSAFLUSH, &Rawtty); in suspend()
2143 if (-1 == tcsetattr(STDIN_FILENO, TCSAFLUSH, &newtty)) { in whack_terminal()
/external/toybox/kconfig/
Dmconf.c858 tcsetattr(1, TCSAFLUSH, &ios_org); in conf_cleanup()
/external/ppp/pppd/
Dsys-linux.c996 while (tcsetattr(tty_fd, TCSAFLUSH, &tios) < 0 && !ok_error(errno)) in set_up_tty()
1035 if (tcsetattr(tty_fd, TCSAFLUSH, &inittermios) < 0) { in restore_tty()
2674 if (tcsetattr(sfd, TCSAFLUSH, &tios) < 0)
Dsys-solaris.c1260 if (!sync_serial && tcsetattr(fd, TCSAFLUSH, &tios) < 0)
1291 if (!sync_serial && tcsetattr(fd, TCSAFLUSH, &inittermios) < 0)
/external/chromium-trace/catapult/telemetry/third_party/pyserial/serial/tools/
Dminiterm.py139 termios.tcsetattr(self.fd, termios.TCSAFLUSH, self.old)
/external/autotest/client/common_lib/
Dpexpect.py1494 tty.tcsetattr(self.STDIN_FILENO, tty.TCSAFLUSH, mode)
/external/libedit/src/
Dtty.c601 if (tty_setty(el, TCSAFLUSH, &el->el_tty.t_or) == -1) { in tty_end()