Home
last modified time | relevance | path

Searched refs:TCIFLUSH (Results 1 – 12 of 12) sorted by relevance

/external/strace/xlat/
Dtcflsh_options.h11 #if defined(TCIFLUSH) || (defined(HAVE_DECL_TCIFLUSH) && HAVE_DECL_TCIFLUSH)
12 XLAT(TCIFLUSH),
Dtcflsh_options.in1 TCIFLUSH
/external/kernel-headers/original/uapi/asm-generic/
Dtermbits.h190 #define TCIFLUSH 0 macro
/external/kernel-headers/original/uapi/asm-mips/asm/
Dtermbits.h218 #define TCIFLUSH 0 /* Discard data received but not yet read. */ macro
/external/toybox/toys/other/
Dlogin.c66 tcflush(0, TCIFLUSH); in login_main()
/external/toybox/lib/
Dpassword.c63 tcflush(0, TCIFLUSH); in read_password()
/external/python/cpython2/Lib/plat-irix5/
DIOCTL.py227 TCIFLUSH = 0 variable
/external/python/cpython2/Lib/plat-irix6/
DIOCTL.py227 TCIFLUSH = 0 variable
/external/python/cpython2/Doc/library/
Dtermios.rst66 which queue: :const:`TCIFLUSH` for the input queue, :const:`TCOFLUSH` for the
/external/toybox/toys/pending/
Dgetty.c244 tcflush(STDIN_FILENO, TCIFLUSH); // Flush pending speed switches in read_login_name()
/external/python/cpython2/Modules/
Dtermios.c365 {"TCIFLUSH", TCIFLUSH},
/external/chromium-trace/catapult/third_party/pyserial/serial/
Dserialposix.py529 termios.tcflush(self.fd, TERMIOS.TCIFLUSH)