/third_party/musl/porting/liteos_a/kernel/include/bits/ |
H A D | termios.h | 140 #define TCIFLUSH 0 macro
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
H A D | termios.h | 140 #define TCIFLUSH 0 macro
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
H A D | termios.h | 140 #define TCIFLUSH 0 macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/ |
H A D | termios.h | 140 #define TCIFLUSH 0 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
H A D | termios.h | 140 #define TCIFLUSH 0 macro
|
/third_party/ltp/testcases/kernel/pty/ |
H A D | pty03.c | 74 if (tcflush(ptmx, TCIFLUSH)) in hangup() 75 tst_brk(TBROK | TERRNO, "tcflush(ptmx, TCIFLUSH)"); in hangup()
|
H A D | pty04.c | 219 if (tcflush(ptmx, TCIFLUSH)) in do_pty() 220 tst_brk(TBROK | TERRNO, "tcflush(ptmx, TCIFLUSH)"); in do_pty()
|
/third_party/musl/arch/generic/bits/ |
H A D | termios.h | 140 #define TCIFLUSH 0 macro
|
/third_party/musl/arch/mips/bits/ |
H A D | termios.h | 142 #define TCIFLUSH 0 macro
|
/third_party/musl/arch/powerpc/bits/ |
H A D | termios.h | 144 #define TCIFLUSH 0 macro
|
/third_party/musl/arch/mips64/bits/ |
H A D | termios.h | 142 #define TCIFLUSH 0 macro
|
/third_party/musl/arch/mipsn32/bits/ |
H A D | termios.h | 142 #define TCIFLUSH 0 macro
|
/third_party/musl/arch/powerpc64/bits/ |
H A D | termios.h | 144 #define TCIFLUSH 0 macro
|
/third_party/toybox/toys/other/ |
H A D | login.c | 55 tcflush(0, TCIFLUSH); in login_main()
|
/third_party/musl/libc-test/src/api/ |
H A D | termios.c | 113 C(TCIFLUSH) in f()
|
/third_party/toybox/lib/ |
H A D | password.c | 62 tcflush(0, TCIFLUSH); in read_password()
|
/third_party/toybox/toys/pending/ |
H A 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/ |
H A D | types.rs | 26 /// `TCIFLUSH`—Flush data received but not read. 27 IFlush = linux_raw_sys::general::TCIFLUSH,
|
/third_party/python/Modules/ |
H A D | termios.c | 302 The queue selector specifies which queue: termios.TCIFLUSH for the input 634 {"TCIFLUSH", TCIFLUSH},
|
/third_party/rust/crates/rustix/src/backend/libc/termios/ |
H A D | types.rs | 26 /// `TCIFLUSH`—Flush data received but not read. 27 IFlush = c::TCIFLUSH,
|
/third_party/rust/crates/libc/src/unix/bsd/ |
H A D | mod.rs | 368 pub const TCIFLUSH: ::c_int = 1; consts
|
/third_party/rust/crates/libc/src/unix/redox/ |
H A D | mod.rs | 826 pub const TCIFLUSH: ::c_int = 0; consts
|
/third_party/rust/crates/nix/src/sys/ |
H A D | termios.rs | 512 TCIFLUSH,
|
/third_party/rust/crates/libc/src/unix/linux_like/ |
H A D | mod.rs | 1099 pub const TCIFLUSH: ::c_int = 0; consts
|
/third_party/rust/crates/libc/src/unix/haiku/ |
H A D | mod.rs | 1406 pub const TCIFLUSH: ::c_int = 0x01; consts
|