/third_party/ltp/testcases/kernel/pty/ |
D | pty05.c | 43 ioctl(ptmx, TCFLSH, TCIOFLUSH); in thread_run()
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/ |
D | termios.h | 142 #define TCIOFLUSH 2 macro
|
/third_party/musl/arch/generic/bits/ |
D | termios.h | 142 #define TCIOFLUSH 2 macro
|
/third_party/musl/arch/mipsn32/bits/ |
D | termios.h | 144 #define TCIOFLUSH 2 macro
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
D | termios.h | 142 #define TCIOFLUSH 2 macro
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
D | termios.h | 142 #define TCIOFLUSH 2 macro
|
/third_party/musl/arch/powerpc64/bits/ |
D | termios.h | 146 #define TCIOFLUSH 2 macro
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
D | termios.h | 142 #define TCIOFLUSH 2 macro
|
/third_party/musl/arch/mips/bits/ |
D | termios.h | 144 #define TCIOFLUSH 2 macro
|
/third_party/musl/arch/powerpc/bits/ |
D | termios.h | 146 #define TCIOFLUSH 2 macro
|
/third_party/musl/arch/mips64/bits/ |
D | termios.h | 144 #define TCIOFLUSH 2 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
D | termios.h | 142 #define TCIOFLUSH 2 macro
|
/third_party/musl/libc-test/src/api/ |
D | termios.c | 114 C(TCIOFLUSH) in f()
|
/third_party/libwebsockets/minimal-examples/raw/minimal-raw-serial/ |
D | minimal-raw-file.c | 71 tcflush(vhd->filefd, TCIOFLUSH); in callback_raw_test()
|
/third_party/jerryscript/jerry-ext/debugger/ |
D | debugger-serial.c | 222 if (tcflush (fd, TCIOFLUSH) != 0) in jerryx_debugger_serial_configure_attributes()
|
/third_party/python/Doc/library/ |
D | termios.rst | 67 output queue, or :const:`TCIOFLUSH` for both queues.
|
/third_party/toybox/toys/pending/ |
D | getty.c | 151 tcflush(STDIN_FILENO, TCIOFLUSH); in termios_init()
|
/third_party/rust/crates/rustix/src/backend/linux_raw/termios/ |
D | types.rs | 33 IOFlush = linux_raw_sys::general::TCIOFLUSH,
|
/third_party/rust/crates/libc/libc-test/semver/ |
D | unix.txt | 387 TCIOFLUSH
|
/third_party/python/Modules/ |
D | termios.c | 420 {"TCIOFLUSH", TCIOFLUSH},
|
/third_party/rust/crates/rustix/src/backend/libc/termios/ |
D | types.rs | 33 IOFlush = c::TCIOFLUSH,
|
/third_party/rust/crates/libc/src/unix/bsd/ |
D | mod.rs | 370 pub const TCIOFLUSH: ::c_int = 3; constant
|
/third_party/rust/crates/nix/src/sys/ |
D | termios.rs | 516 TCIOFLUSH,
|
/third_party/rust/crates/libc/src/unix/redox/ |
D | mod.rs | 828 pub const TCIOFLUSH: ::c_int = 2; constant
|
/third_party/mksh/ |
D | misc.c | 2410 if (tcflush(fd, TCIOFLUSH)) in chvt()
|