/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/libwebsockets/minimal-examples/raw/minimal-raw-serial/ |
D | minimal-raw-file.c | 71 tcflush(vhd->filefd, TCIOFLUSH); in callback_raw_test()
|
/external/python/cpython2/Lib/plat-irix5/ |
D | IOCTL.py | 229 TCIOFLUSH = 2 variable
|
/external/python/cpython2/Lib/plat-irix6/ |
D | IOCTL.py | 229 TCIOFLUSH = 2 variable
|
/external/toybox/toys/pending/ |
D | getty.c | 88 tcflush(0, TCIOFLUSH); in termios_init()
|
/external/python/cpython3/Doc/library/ |
D | termios.rst | 67 output queue, or :const:`TCIOFLUSH` for both queues.
|
/external/python/cpython2/Doc/library/ |
D | termios.rst | 67 output queue, or :const:`TCIOFLUSH` for both queues.
|
/external/python/cpython2/Modules/ |
D | termios.c | 370 {"TCIOFLUSH", TCIOFLUSH},
|
/external/python/cpython3/Modules/ |
D | termios.c | 413 {"TCIOFLUSH", TCIOFLUSH},
|
/external/ppp/pppd/ |
D | tty.c | 763 tcflush(real_ttyfd, TCIOFLUSH); in connect_tty()
|
D | sys-linux.c | 561 if (tcflush(tty_fd, TCIOFLUSH) < 0) in tty_disestablish_ppp()
|
/external/rust/crates/libc/src/unix/bsd/ |
D | mod.rs | 352 pub const TCIOFLUSH: ::c_int = 3; constant
|
/external/rust/crates/nix/src/sys/ |
D | termios.rs | 476 TCIOFLUSH,
|
/external/minijail/linux-x86/ |
D | libconstants.gen.c | 5203 #ifdef TCIOFLUSH 5204 { "TCIOFLUSH", (unsigned long) TCIOFLUSH },
|
/external/rust/crates/libc/src/unix/redox/ |
D | mod.rs | 788 pub const TCIOFLUSH: ::c_int = 2; constant
|
/external/rust/crates/libc/src/unix/haiku/ |
D | mod.rs | 1206 pub const TCIOFLUSH: ::c_int = 0x03; constant
|
/external/rust/crates/libc/src/unix/linux_like/ |
D | mod.rs | 1028 pub const TCIOFLUSH: ::c_int = 2; constant
|
/external/mksh/src/ |
D | misc.c | 2404 if (tcflush(fd, TCIOFLUSH)) in chvt()
|
/external/rust/crates/libc/src/unix/solarish/ |
D | mod.rs | 1830 pub const TCIOFLUSH: ::c_int = 2; constant
|
/external/rust/crates/libc/src/fuchsia/ |
D | mod.rs | 1868 pub const TCIOFLUSH: ::c_int = 2; constant
|