Home
last modified time | relevance | path

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

/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/porting/uniproton/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/liteos_a/kernel/include/bits/
Dtermios.h140 #define TCIFLUSH 0 macro
/third_party/musl/arch/mips/bits/
Dtermios.h142 #define TCIFLUSH 0 macro
/third_party/musl/arch/powerpc/bits/
Dtermios.h144 #define TCIFLUSH 0 macro
/third_party/musl/arch/mipsn32/bits/
Dtermios.h142 #define TCIFLUSH 0 macro
/third_party/musl/arch/generic/bits/
Dtermios.h140 #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/powerpc64/bits/
Dtermios.h144 #define TCIFLUSH 0 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
Dtermios.h140 #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/python/Modules/
Dtermios.c418 {"TCIFLUSH", TCIFLUSH},