Home
last modified time | relevance | path

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

123

/external/python/cpython3/Doc/library/
Dtty.rst23 .. function:: setraw(fd, when=termios.TCSAFLUSH)
26 defaults to :const:`termios.TCSAFLUSH`, and is passed to
30 .. function:: setcbreak(fd, when=termios.TCSAFLUSH)
33 defaults to :const:`termios.TCSAFLUSH`, and is passed to
Dtermios.rst48 or :const:`TCSAFLUSH` to change after transmitting all queued output and
/external/toybox/toys/net/
Dmicrocom.c32 if (TT.stok) tcsetattr(0, TCSAFLUSH, &TT.old_stdin);
33 tcsetattr(TT.fd, TCSAFLUSH, &TT.old_fd);
52 if (tcsetattr(TT.fd, TCSAFLUSH, &tio)) perror_exit("set speed"); in microcom_main()
/external/python/cpython3/Lib/
Dtty.py18 def setraw(fd, when=TCSAFLUSH):
30 def setcbreak(fd, when=TCSAFLUSH):
Dpty.py169 tty.tcsetattr(STDIN_FILENO, tty.TCSAFLUSH, mode)
Dgetpass.py72 tcsetattr_flags = termios.TCSAFLUSH
/external/python/cpython2/Lib/
Dtty.py18 def setraw(fd, when=TCSAFLUSH):
30 def setcbreak(fd, when=TCSAFLUSH):
Dgetpass.py66 tcsetattr_flags = termios.TCSAFLUSH
Dpty.py178 tty.tcsetattr(STDIN_FILENO, tty.TCSAFLUSH, mode)
/external/python/cpython2/Doc/library/
Dtty.rst23 defaults to :const:`termios.TCSAFLUSH`, and is passed to
30 defaults to :const:`termios.TCSAFLUSH`, and is passed to
Dtermios.rst48 or :const:`TCSAFLUSH` to change after transmitting all queued output and
/external/chromium-trace/catapult/devil/devil/android/tools/
Dkeyboard.py113 termios.tcsetattr(fd, termios.TCSAFLUSH, new_attrs)
117 termios.tcsetattr(fd, termios.TCSAFLUSH, old_attrs)
/external/openssh/openbsd-compat/
Dreadpassphrase.c102 (void)tcsetattr(input, TCSAFLUSH|TCSASOFT, &term); in readpassphrase()
155 while (tcsetattr(input, TCSAFLUSH|TCSASOFT, &oterm) == -1 && in readpassphrase()
Dbsd-nextstep.c67 case TCSAFLUSH: in tcsetattr()
/external/kernel-headers/original/uapi/asm-generic/
Dtermbits.h198 #define TCSAFLUSH 2 macro
/external/iperf3/src/
Diperf_auth.c362 if (tcsetattr (fileno (stream), TCSAFLUSH, &new) != 0) in iperf_getpass()
370 (void) tcsetattr (fileno (stream), TCSAFLUSH, &old); in iperf_getpass()
/external/rust/crates/libc/src/unix/solarish/
Dcompat.rs99 if !termp.is_null() && ::tcsetattr(fds, TCSAFLUSH, termp) != 0 { in openpty()
/external/curl/src/
Dtool_getpass.c211 tcsetattr(fd, TCSAFLUSH, &withecho); in ttyecho()
/external/libkmsxx/py/tests/
Drottest.py171 termios.tcsetattr(fd, termios.TCSAFLUSH, oldterm)
/external/python/cpython2/Lib/plat-irix5/
DIOCTL.py226 TCSAFLUSH = 2 variable
/external/python/cpython2/Lib/plat-irix6/
DIOCTL.py226 TCSAFLUSH = 2 variable
/external/toybox/lib/
Dtty.c123 return tcsetattr(fd, TCSAFLUSH, &termio); in set_terminal()
/external/rust/crates/libc/src/unix/linux_like/linux/uclibc/mips/
Dmod.rs211 pub const TCSAFLUSH: ::c_int = 0x5410; constant
/external/libcups/cups/
Dusersys.c831 if (tcsetattr(tty, TCSAFLUSH, &noecho)) in _cupsGetPassword()
926 tcsetattr(tty, TCSAFLUSH, &original); in _cupsGetPassword()
/external/bc/src/
Dhistory.c471 err = tcsetattr(STDIN_FILENO, TCSAFLUSH, &raw); in bc_history_enableRaw()
490 if (BC_ERR(tcsetattr(STDIN_FILENO, TCSAFLUSH, &h->orig_termios) != -1)) in bc_history_disableRaw()

123