Home
last modified time | relevance | path

Searched refs:TCSADRAIN (Results 1 - 25 of 66) sorted by relevance

123

/third_party/toybox/toys/pending/
H A Dtelnet.c59 if (TT.term_ok) tcsetattr(0, TCSADRAIN, &TT.raw_term); in set_mode()
65 if (TT.term_ok) tcsetattr(0, TCSADRAIN, &TT.def_term); in set_mode()
104 if(toys.signal && TT.term_ok) tcsetattr(0, TCSADRAIN, &TT.raw_term); in handle_esc()
112 if(TT.term_ok) tcsetattr(0, TCSADRAIN, &TT.def_term); in handle_esc()
138 if(TT.term_ok) tcsetattr(0, TCSADRAIN, &TT.def_term); in handle_esc()
140 if(TT.term_ok) tcsetattr(0, TCSADRAIN, &TT.raw_term); in handle_esc()
143 if(TT.term_ok) tcsetattr(0, TCSADRAIN, &TT.def_term); in handle_esc()
149 if (toys.signal && TT.term_ok) tcsetattr(0, TCSADRAIN, &TT.def_term); in handle_esc()
338 if(TT.term_ok) tcsetattr(0, TCSADRAIN, &TT.def_term); in telnet_main()
/third_party/rust/crates/linux-raw-sys/gen/modules/
H A Dgeneral.h342 #undef TCSADRAIN macro
345 #define TCSADRAIN 0x540f macro
/third_party/musl/porting/liteos_a/kernel/include/bits/
H A Dtermios.h145 #define TCSADRAIN 1 macro
/third_party/musl/porting/uniproton/kernel/include/bits/
H A Dtermios.h145 #define TCSADRAIN 1 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
H A Dtermios.h145 #define TCSADRAIN 1 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/
H A Dtermios.h145 #define TCSADRAIN 1 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
H A Dtermios.h145 #define TCSADRAIN 1 macro
/third_party/musl/arch/generic/bits/
H A Dtermios.h145 #define TCSADRAIN 1 macro
/third_party/cups-filters/backend/
H A Dserial.c585 tcsetattr(device_fd, TCSADRAIN, &origopts); in main()
671 tcsetattr(device_fd, TCSADRAIN, &origopts); in main()
698 tcsetattr(device_fd, TCSADRAIN, &origopts); in main()
/third_party/musl/arch/mips/bits/
H A Dtermios.h147 #define TCSADRAIN 1 macro
/third_party/musl/arch/powerpc/bits/
H A Dtermios.h149 #define TCSADRAIN 1 macro
/third_party/musl/arch/mips64/bits/
H A Dtermios.h147 #define TCSADRAIN 1 macro
/third_party/musl/arch/mipsn32/bits/
H A Dtermios.h147 #define TCSADRAIN 1 macro
/third_party/musl/arch/powerpc64/bits/
H A Dtermios.h149 #define TCSADRAIN 1 macro
/third_party/musl/libc-test/src/api/
H A Dtermios.c111 C(TCSADRAIN) in f()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/examples/
H A Dp2p-nfc.py373 termios.tcsetattr(fd, termios.TCSADRAIN, prev_tcgetattr)
390 termios.tcsetattr(fd, termios.TCSADRAIN, prev_tcgetattr)
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/examples/
H A Dp2p-nfc.py373 termios.tcsetattr(fd, termios.TCSADRAIN, prev_tcgetattr)
390 termios.tcsetattr(fd, termios.TCSADRAIN, prev_tcgetattr)
H A Ddpp-nfc.py735 termios.tcsetattr(fd, termios.TCSADRAIN, prev_tcgetattr)
751 termios.tcsetattr(fd, termios.TCSADRAIN, prev_tcgetattr)
/third_party/libuv/src/unix/
H A Dtty.c330 rc = uv__tcsetattr(fd, TCSADRAIN, &tmp); in uv_tty_set_mode()
/third_party/node/deps/uv/src/unix/
H A Dtty.c325 rc = uv__tcsetattr(fd, TCSADRAIN, &tmp); in uv_tty_set_mode()
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/mips/
H A Dmod.rs193 pub const TCSADRAIN: ::c_int = 0x540f; consts
/third_party/rust/crates/rustix/src/backend/linux_raw/termios/
H A Dtypes.rs12 /// `TCSADRAIN`—Make the change after all output has been transmitted.
13 Drain = linux_raw_sys::general::TCSADRAIN,
/third_party/python/Modules/
H A Dtermios.c159 change immediately, termios.TCSADRAIN to change after transmitting all
627 {"TCSADRAIN", TCSADRAIN},
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/
H A Dpowerpc.rs186 pub const TCSADRAIN: ::c_int = 1; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/mips/
H A Dmod.rs700 pub const TCSADRAIN: ::c_int = 0x540f; consts

Completed in 21 milliseconds

123