Searched refs:TCIFLUSH (Results 1 - 11 of 11) sorted by relevance

/external/strace/xlat/
H A Dtcflsh_options.h11 #if defined(TCIFLUSH) || (defined(HAVE_DECL_TCIFLUSH) && HAVE_DECL_TCIFLUSH)
12 XLAT(TCIFLUSH),
/external/kernel-headers/original/uapi/asm-generic/
H A Dtermbits.h191 #define TCIFLUSH 0 macro
/external/kernel-headers/original/uapi/asm-mips/asm/
H A Dtermbits.h219 #define TCIFLUSH 0 /* Discard data received but not yet read. */ macro
/external/toybox/toys/other/
H A Dlogin.c66 tcflush(0, TCIFLUSH);
/external/python/cpython2/Lib/plat-irix5/
H A DIOCTL.py227 TCIFLUSH = 0 variable
/external/python/cpython2/Lib/plat-irix6/
H A DIOCTL.py227 TCIFLUSH = 0 variable
/external/toybox/lib/
H A Dpassword.c63 tcflush(0, TCIFLUSH);
/external/toybox/toys/pending/
H A Dgetty.c244 tcflush(STDIN_FILENO, TCIFLUSH); // Flush pending speed switches
/external/python/cpython2/Modules/
H A Dtermios.c254 The queue selector specifies which queue: termios.TCIFLUSH for the input\n\
365 {"TCIFLUSH", TCIFLUSH},
/external/python/cpython3/Modules/
H A Dtermios.c247 The queue selector specifies which queue: termios.TCIFLUSH for the input\n\
395 {"TCIFLUSH", TCIFLUSH},
/external/chromium-trace/catapult/third_party/pyserial/serial/
H A Dserialposix.py529 termios.tcflush(self.fd, TERMIOS.TCIFLUSH)

Completed in 717 milliseconds