/external/strace/xlat/ |
D | tcflsh_options.h | 17 #if defined(TCIFLUSH) || (defined(HAVE_DECL_TCIFLUSH) && HAVE_DECL_TCIFLUSH) 18 XLAT(TCIFLUSH),
|
D | tcflsh_options.in | 1 TCIFLUSH
|
/external/mtools/ |
D | tty.c | 67 # if defined TCIFLUSH && defined HAVE_TCFLUSH 68 # define discard_input(a) tcflush(a,TCIFLUSH)
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | termbits.h | 191 #define TCIFLUSH 0 macro
|
/external/toybox/toys/other/ |
D | login.c | 55 tcflush(0, TCIFLUSH); in login_main()
|
/external/toybox/lib/ |
D | password.c | 62 tcflush(tty, TCIFLUSH); in read_password()
|
/external/python/cpython2/Lib/plat-irix5/ |
D | IOCTL.py | 227 TCIFLUSH = 0 variable
|
/external/python/cpython2/Lib/plat-irix6/ |
D | IOCTL.py | 227 TCIFLUSH = 0 variable
|
/external/toybox/toys/pending/ |
D | getty.c | 160 tcflush(0, TCIFLUSH); // Flush pending speed switches in read_login_name()
|
/external/python/cpython3/Doc/library/ |
D | termios.rst | 66 which queue: :const:`TCIFLUSH` for the input queue, :const:`TCOFLUSH` for the
|
/external/python/cpython2/Doc/library/ |
D | termios.rst | 66 which queue: :const:`TCIFLUSH` for the input queue, :const:`TCOFLUSH` for the
|
/external/python/cpython2/Modules/ |
D | termios.c | 368 {"TCIFLUSH", TCIFLUSH},
|
/external/python/cpython3/Modules/ |
D | termios.c | 411 {"TCIFLUSH", TCIFLUSH},
|
/external/chromium-trace/catapult/third_party/pyserial/serial/ |
D | serialposix.py | 529 termios.tcflush(self.fd, TERMIOS.TCIFLUSH)
|
/external/rust/crates/libc/src/unix/bsd/ |
D | mod.rs | 350 pub const TCIFLUSH: ::c_int = 1; constant
|
/external/rust/crates/nix/src/sys/ |
D | termios.rs | 472 TCIFLUSH,
|
/external/minijail/linux-x86/ |
D | libconstants.gen.c | 5197 #ifdef TCIFLUSH 5198 { "TCIFLUSH", (unsigned long) TCIFLUSH },
|
/external/rust/crates/libc/src/unix/redox/ |
D | mod.rs | 786 pub const TCIFLUSH: ::c_int = 0; constant
|
/external/rust/crates/libc/src/unix/haiku/ |
D | mod.rs | 1204 pub const TCIFLUSH: ::c_int = 0x01; constant
|
/external/rust/crates/libc/src/unix/linux_like/ |
D | mod.rs | 1026 pub const TCIFLUSH: ::c_int = 0; constant
|
/external/rust/crates/libc/src/unix/solarish/ |
D | mod.rs | 1828 pub const TCIFLUSH: ::c_int = 0; constant
|
/external/rust/crates/libc/src/fuchsia/ |
D | mod.rs | 1866 pub const TCIFLUSH: ::c_int = 0; constant
|