Searched refs:TCSAFLUSH (Results 1 – 18 of 18) sorted by relevance
/external/toybox/toys/net/ |
D | microcom.c | 42 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/ |
D | keyboard.py | 120 termios.tcsetattr(fd, termios.TCSAFLUSH, new_attrs) 124 termios.tcsetattr(fd, termios.TCSAFLUSH, old_attrs)
|
/external/openssh/openbsd-compat/ |
D | readpassphrase.c | 39 # define _T_FLUSH (TCSAFLUSH|TCSASOFT) 41 # define _T_FLUSH (TCSAFLUSH)
|
D | bsd-nextstep.c | 67 case TCSAFLUSH: in tcsetattr()
|
/external/syslinux/com32/libutil/ |
D | ansiraw.c | 83 tcsetattr(0, TCSAFLUSH, &tio); in console_ansi_raw()
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | termbits.h | 197 #define TCSAFLUSH 2 macro
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | termbits.h | 225 #define TCSAFLUSH TCSETSF /* Flush pending input before changing. */ macro
|
/external/libvncserver/libvncclient/ |
D | vncviewer.c | 74 if(tcsetattr(fileno(stdin),TCSAFLUSH,&noecho)!=0) return p; in ReadPassword() 87 tcsetattr(fileno(stdin),TCSAFLUSH,&save); in ReadPassword()
|
/external/syslinux/com32/rosh/ |
D | rosh.h | 189 tcsetattr(0, TCSAFLUSH, &tio); in rosh_console_raw()
|
/external/curl/src/ |
D | tool_getpass.c | 214 tcsetattr(fd, TCSAFLUSH, &withecho); in ttyecho()
|
/external/libcups/cups/ |
D | usersys.c | 731 if (tcsetattr(tty, TCSAFLUSH, &noecho)) in _cupsGetPassword() 826 tcsetattr(tty, TCSAFLUSH, &original); in _cupsGetPassword()
|
/external/ltp/tools/top-LTP/ |
D | top.c | 248 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/ |
D | mconf.c | 858 tcsetattr(1, TCSAFLUSH, &ios_org); in conf_cleanup()
|
/external/ppp/pppd/ |
D | sys-linux.c | 996 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)
|
D | sys-solaris.c | 1260 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/ |
D | miniterm.py | 139 termios.tcsetattr(self.fd, termios.TCSAFLUSH, self.old)
|
/external/autotest/client/common_lib/ |
D | pexpect.py | 1494 tty.tcsetattr(self.STDIN_FILENO, tty.TCSAFLUSH, mode)
|
/external/libedit/src/ |
D | tty.c | 601 if (tty_setty(el, TCSAFLUSH, &el->el_tty.t_or) == -1) { in tty_end()
|