Home
last modified time | relevance | path

Searched refs:TCIFLUSH (Results 1 – 25 of 45) sorted by relevance

12

/third_party/ltp/testcases/kernel/pty/
Dpty03.c72 if (tcflush(ptmx, TCIFLUSH)) in hangup()
Dpty04.c220 if (tcflush(ptmx, TCIFLUSH)) in do_pty()
/third_party/musl/arch/generic/bits/
Dtermios.h140 #define TCIFLUSH 0 macro
/third_party/musl/arch/mips/bits/
Dtermios.h142 #define TCIFLUSH 0 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
Dtermios.h140 #define TCIFLUSH 0 macro
/third_party/musl/porting/liteos_a/kernel/include/bits/
Dtermios.h140 #define TCIFLUSH 0 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/
Dtermios.h140 #define TCIFLUSH 0 macro
/third_party/musl/porting/uniproton/kernel/include/bits/
Dtermios.h140 #define TCIFLUSH 0 macro
/third_party/musl/arch/powerpc64/bits/
Dtermios.h144 #define TCIFLUSH 0 macro
/third_party/musl/arch/mips64/bits/
Dtermios.h142 #define TCIFLUSH 0 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
Dtermios.h140 #define TCIFLUSH 0 macro
/third_party/musl/arch/mipsn32/bits/
Dtermios.h142 #define TCIFLUSH 0 macro
/third_party/musl/arch/powerpc/bits/
Dtermios.h144 #define TCIFLUSH 0 macro
/third_party/toybox/toys/other/
Dlogin.c55 tcflush(0, TCIFLUSH); in login_main()
/third_party/musl/libc-test/src/api/
Dtermios.c113 C(TCIFLUSH) in f()
/third_party/toybox/lib/
Dpassword.c62 tcflush(0, TCIFLUSH); in read_password()
/third_party/python/Doc/library/
Dtermios.rst66 which queue: :const:`TCIFLUSH` for the input queue, :const:`TCOFLUSH` for the
/third_party/toybox/toys/pending/
Dgetty.c244 tcflush(STDIN_FILENO, TCIFLUSH); // Flush pending speed switches in read_login_name()
/third_party/rust/crates/rustix/src/backend/linux_raw/termios/
Dtypes.rs27 IFlush = linux_raw_sys::general::TCIFLUSH,
/third_party/python/Modules/
Dtermios.c418 {"TCIFLUSH", TCIFLUSH},
/third_party/rust/crates/libc/libc-test/semver/
Dunix.txt385 TCIFLUSH
/third_party/rust/crates/rustix/src/backend/libc/termios/
Dtypes.rs27 IFlush = c::TCIFLUSH,
/third_party/rust/crates/libc/src/unix/bsd/
Dmod.rs368 pub const TCIFLUSH: ::c_int = 1; constant
/third_party/rust/crates/nix/src/sys/
Dtermios.rs512 TCIFLUSH,
/third_party/rust/crates/libc/src/unix/redox/
Dmod.rs826 pub const TCIFLUSH: ::c_int = 0; constant

12