/third_party/ltp/testcases/kernel/pty/ |
D | pty03.c | 72 if (tcflush(ptmx, TCIFLUSH)) in hangup()
|
D | pty04.c | 220 if (tcflush(ptmx, TCIFLUSH)) in do_pty()
|
/third_party/musl/arch/generic/bits/ |
D | termios.h | 140 #define TCIFLUSH 0 macro
|
/third_party/musl/arch/mips/bits/ |
D | termios.h | 142 #define TCIFLUSH 0 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
D | termios.h | 140 #define TCIFLUSH 0 macro
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
D | termios.h | 140 #define TCIFLUSH 0 macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/ |
D | termios.h | 140 #define TCIFLUSH 0 macro
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
D | termios.h | 140 #define TCIFLUSH 0 macro
|
/third_party/musl/arch/powerpc64/bits/ |
D | termios.h | 144 #define TCIFLUSH 0 macro
|
/third_party/musl/arch/mips64/bits/ |
D | termios.h | 142 #define TCIFLUSH 0 macro
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
D | termios.h | 140 #define TCIFLUSH 0 macro
|
/third_party/musl/arch/mipsn32/bits/ |
D | termios.h | 142 #define TCIFLUSH 0 macro
|
/third_party/musl/arch/powerpc/bits/ |
D | termios.h | 144 #define TCIFLUSH 0 macro
|
/third_party/toybox/toys/other/ |
D | login.c | 55 tcflush(0, TCIFLUSH); in login_main()
|
/third_party/musl/libc-test/src/api/ |
D | termios.c | 113 C(TCIFLUSH) in f()
|
/third_party/toybox/lib/ |
D | password.c | 62 tcflush(0, TCIFLUSH); in read_password()
|
/third_party/python/Doc/library/ |
D | termios.rst | 66 which queue: :const:`TCIFLUSH` for the input queue, :const:`TCOFLUSH` for the
|
/third_party/toybox/toys/pending/ |
D | getty.c | 244 tcflush(STDIN_FILENO, TCIFLUSH); // Flush pending speed switches in read_login_name()
|
/third_party/rust/crates/rustix/src/backend/linux_raw/termios/ |
D | types.rs | 27 IFlush = linux_raw_sys::general::TCIFLUSH,
|
/third_party/python/Modules/ |
D | termios.c | 418 {"TCIFLUSH", TCIFLUSH},
|
/third_party/rust/crates/libc/libc-test/semver/ |
D | unix.txt | 385 TCIFLUSH
|
/third_party/rust/crates/rustix/src/backend/libc/termios/ |
D | types.rs | 27 IFlush = c::TCIFLUSH,
|
/third_party/rust/crates/libc/src/unix/bsd/ |
D | mod.rs | 368 pub const TCIFLUSH: ::c_int = 1; constant
|
/third_party/rust/crates/nix/src/sys/ |
D | termios.rs | 512 TCIFLUSH,
|
/third_party/rust/crates/libc/src/unix/redox/ |
D | mod.rs | 826 pub const TCIFLUSH: ::c_int = 0; constant
|