Home
last modified time | relevance | path

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

12

/external/strace/xlat/
Dtcflsh_options.h17 #if defined(TCIFLUSH) || (defined(HAVE_DECL_TCIFLUSH) && HAVE_DECL_TCIFLUSH)
18 XLAT(TCIFLUSH),
Dtcflsh_options.in1 TCIFLUSH
/external/kernel-headers/original/uapi/asm-generic/
Dtermbits.h191 #define TCIFLUSH 0 macro
/external/toybox/toys/other/
Dlogin.c55 tcflush(0, TCIFLUSH); in login_main()
/external/kernel-headers/original/uapi/asm-mips/asm/
Dtermbits.h219 #define TCIFLUSH 0 /* Discard data received but not yet read. */ macro
/external/toybox/lib/
Dpassword.c62 tcflush(0, TCIFLUSH); in read_password()
/external/python/cpython2/Lib/plat-irix6/
DIOCTL.py227 TCIFLUSH = 0 variable
/external/python/cpython2/Lib/plat-irix5/
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/python/cpython3/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.c368 {"TCIFLUSH", TCIFLUSH},
/external/python/cpython3/Modules/
Dtermios.c396 {"TCIFLUSH", TCIFLUSH},
/external/chromium-trace/catapult/third_party/pyserial/serial/
Dserialposix.py529 termios.tcflush(self.fd, TERMIOS.TCIFLUSH)
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_solaris_amd64.go1007 TCIFLUSH = 0x0 const
Dzerrors_dragonfly_amd64.go1171 TCIFLUSH = 0x1 const
Dzerrors_openbsd_arm.go1224 TCIFLUSH = 0x1 const
Dzerrors_openbsd_amd64.go1299 TCIFLUSH = 0x1 const
Dzerrors_openbsd_386.go1221 TCIFLUSH = 0x1 const
Dzerrors_darwin_386.go1342 TCIFLUSH = 0x1 const
Dzerrors_darwin_arm64.go1342 TCIFLUSH = 0x1 const
Dzerrors_darwin_amd64.go1342 TCIFLUSH = 0x1 const
Dzerrors_netbsd_arm.go1303 TCIFLUSH = 0x1 const
Dzerrors_darwin_arm.go1342 TCIFLUSH = 0x1 const
Dzerrors_freebsd_386.go1351 TCIFLUSH = 0x1 const

12