/external/strace/xlat/ |
D | tcflsh_options.h | 23 #if defined(TCIOFLUSH) || (defined(HAVE_DECL_TCIOFLUSH) && HAVE_DECL_TCIOFLUSH) 24 XLAT(TCIOFLUSH),
|
D | tcflsh_options.in | 3 TCIOFLUSH
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | termbits.h | 193 #define TCIOFLUSH 2 macro
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | termbits.h | 221 #define TCIOFLUSH 2 /* Discard all pending data. */ macro
|
/external/python/cpython2/Lib/plat-irix6/ |
D | IOCTL.py | 229 TCIOFLUSH = 2 variable
|
/external/python/cpython2/Lib/plat-irix5/ |
D | IOCTL.py | 229 TCIOFLUSH = 2 variable
|
/external/u-boot/tools/ |
D | kwboot.c | 296 rc = tcflush(tty, TCIOFLUSH); in kwboot_bootmsg() 327 rc = tcflush(tty, TCIOFLUSH); in kwboot_debugmsg()
|
/external/python/cpython2/Doc/library/ |
D | termios.rst | 67 output queue, or :const:`TCIOFLUSH` for both queues.
|
/external/python/cpython3/Doc/library/ |
D | termios.rst | 67 output queue, or :const:`TCIOFLUSH` for both queues.
|
/external/toybox/toys/pending/ |
D | getty.c | 151 tcflush(STDIN_FILENO, TCIOFLUSH); in termios_init()
|
/external/python/cpython2/Modules/ |
D | termios.c | 370 {"TCIOFLUSH", TCIOFLUSH},
|
/external/python/cpython3/Modules/ |
D | termios.c | 398 {"TCIOFLUSH", TCIOFLUSH},
|
/external/ppp/pppd/ |
D | tty.c | 763 tcflush(real_ttyfd, TCIOFLUSH); in connect_tty()
|
/external/syzkaller/vendor/golang.org/x/sys/unix/ |
D | zerrors_solaris_amd64.go | 1009 TCIOFLUSH = 0x2 const
|
D | zerrors_dragonfly_amd64.go | 1173 TCIOFLUSH = 0x3 const
|
D | zerrors_openbsd_arm.go | 1225 TCIOFLUSH = 0x3 const
|
D | zerrors_openbsd_amd64.go | 1301 TCIOFLUSH = 0x3 const
|
D | zerrors_openbsd_386.go | 1222 TCIOFLUSH = 0x3 const
|
D | zerrors_darwin_386.go | 1344 TCIOFLUSH = 0x3 const
|
D | zerrors_darwin_arm64.go | 1344 TCIOFLUSH = 0x3 const
|
D | zerrors_darwin_amd64.go | 1344 TCIOFLUSH = 0x3 const
|
D | zerrors_netbsd_arm.go | 1304 TCIOFLUSH = 0x3 const
|
D | zerrors_darwin_arm.go | 1344 TCIOFLUSH = 0x3 const
|
D | zerrors_freebsd_386.go | 1353 TCIOFLUSH = 0x3 const
|
D | zerrors_freebsd_arm.go | 1362 TCIOFLUSH = 0x3 const
|