/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/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/kernel-headers/original/uapi/asm-mips/asm/ |
D | termbits.h | 219 #define TCIFLUSH 0 /* Discard data received but not yet read. */ macro
|
/external/toybox/lib/ |
D | password.c | 62 tcflush(0, TCIFLUSH); in read_password()
|
/external/python/cpython2/Lib/plat-irix6/ |
D | IOCTL.py | 227 TCIFLUSH = 0 variable
|
/external/python/cpython2/Lib/plat-irix5/ |
D | IOCTL.py | 227 TCIFLUSH = 0 variable
|
/external/python/cpython2/Doc/library/ |
D | termios.rst | 66 which queue: :const:`TCIFLUSH` for the input queue, :const:`TCOFLUSH` for the
|
/external/python/cpython3/Doc/library/ |
D | termios.rst | 66 which queue: :const:`TCIFLUSH` for the input queue, :const:`TCOFLUSH` for the
|
/external/toybox/toys/pending/ |
D | getty.c | 244 tcflush(STDIN_FILENO, TCIFLUSH); // Flush pending speed switches in read_login_name()
|
/external/python/cpython2/Modules/ |
D | termios.c | 368 {"TCIFLUSH", TCIFLUSH},
|
/external/python/cpython3/Modules/ |
D | termios.c | 396 {"TCIFLUSH", TCIFLUSH},
|
/external/chromium-trace/catapult/third_party/pyserial/serial/ |
D | serialposix.py | 529 termios.tcflush(self.fd, TERMIOS.TCIFLUSH)
|
/external/syzkaller/vendor/golang.org/x/sys/unix/ |
D | zerrors_solaris_amd64.go | 1007 TCIFLUSH = 0x0 const
|
D | zerrors_dragonfly_amd64.go | 1171 TCIFLUSH = 0x1 const
|
D | zerrors_openbsd_arm.go | 1224 TCIFLUSH = 0x1 const
|
D | zerrors_openbsd_amd64.go | 1299 TCIFLUSH = 0x1 const
|
D | zerrors_openbsd_386.go | 1221 TCIFLUSH = 0x1 const
|
D | zerrors_darwin_386.go | 1342 TCIFLUSH = 0x1 const
|
D | zerrors_darwin_arm64.go | 1342 TCIFLUSH = 0x1 const
|
D | zerrors_darwin_amd64.go | 1342 TCIFLUSH = 0x1 const
|
D | zerrors_netbsd_arm.go | 1303 TCIFLUSH = 0x1 const
|
D | zerrors_darwin_arm.go | 1342 TCIFLUSH = 0x1 const
|
D | zerrors_freebsd_386.go | 1351 TCIFLUSH = 0x1 const
|