Home
last modified time | relevance | path

Searched refs:TCIFLUSH (Results 1 - 25 of 42) sorted by relevance

12

/third_party/musl/porting/liteos_a/kernel/include/bits/
H A Dtermios.h140 #define TCIFLUSH 0 macro
/third_party/musl/porting/uniproton/kernel/include/bits/
H A Dtermios.h140 #define TCIFLUSH 0 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
H A Dtermios.h140 #define TCIFLUSH 0 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/
H A Dtermios.h140 #define TCIFLUSH 0 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
H A Dtermios.h140 #define TCIFLUSH 0 macro
/third_party/ltp/testcases/kernel/pty/
H A Dpty03.c74 if (tcflush(ptmx, TCIFLUSH)) in hangup()
75 tst_brk(TBROK | TERRNO, "tcflush(ptmx, TCIFLUSH)"); in hangup()
H A Dpty04.c219 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 Dtermios.h140 #define TCIFLUSH 0 macro
/third_party/musl/arch/mips/bits/
H A Dtermios.h142 #define TCIFLUSH 0 macro
/third_party/musl/arch/powerpc/bits/
H A Dtermios.h144 #define TCIFLUSH 0 macro
/third_party/musl/arch/mips64/bits/
H A Dtermios.h142 #define TCIFLUSH 0 macro
/third_party/musl/arch/mipsn32/bits/
H A Dtermios.h142 #define TCIFLUSH 0 macro
/third_party/musl/arch/powerpc64/bits/
H A Dtermios.h144 #define TCIFLUSH 0 macro
/third_party/toybox/toys/other/
H A Dlogin.c55 tcflush(0, TCIFLUSH); in login_main()
/third_party/musl/libc-test/src/api/
H A Dtermios.c113 C(TCIFLUSH) in f()
/third_party/toybox/lib/
H A Dpassword.c62 tcflush(0, TCIFLUSH); in read_password()
/third_party/toybox/toys/pending/
H A Dgetty.c244 tcflush(STDIN_FILENO, TCIFLUSH); // Flush pending speed switches in read_login_name()
/third_party/rust/crates/rustix/src/backend/linux_raw/termios/
H A Dtypes.rs26 /// `TCIFLUSH`—Flush data received but not read.
27 IFlush = linux_raw_sys::general::TCIFLUSH,
/third_party/python/Modules/
H A Dtermios.c302 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 Dtypes.rs26 /// `TCIFLUSH`—Flush data received but not read.
27 IFlush = c::TCIFLUSH,
/third_party/rust/crates/libc/src/unix/bsd/
H A Dmod.rs368 pub const TCIFLUSH: ::c_int = 1; consts
/third_party/rust/crates/libc/src/unix/redox/
H A Dmod.rs826 pub const TCIFLUSH: ::c_int = 0; consts
/third_party/rust/crates/nix/src/sys/
H A Dtermios.rs512 TCIFLUSH,
/third_party/rust/crates/libc/src/unix/linux_like/
H A Dmod.rs1099 pub const TCIFLUSH: ::c_int = 0; consts
/third_party/rust/crates/libc/src/unix/haiku/
H A Dmod.rs1406 pub const TCIFLUSH: ::c_int = 0x01; consts

Completed in 27 milliseconds

12