/third_party/toybox/toys/pending/ |
H A D | telnet.c | 59 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 D | general.h | 342 #undef TCSADRAIN macro 345 #define TCSADRAIN 0x540f macro
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
H A D | termios.h | 145 #define TCSADRAIN 1 macro
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
H A D | termios.h | 145 #define TCSADRAIN 1 macro
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
H A D | termios.h | 145 #define TCSADRAIN 1 macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/ |
H A D | termios.h | 145 #define TCSADRAIN 1 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
H A D | termios.h | 145 #define TCSADRAIN 1 macro
|
/third_party/musl/arch/generic/bits/ |
H A D | termios.h | 145 #define TCSADRAIN 1 macro
|
/third_party/cups-filters/backend/ |
H A D | serial.c | 585 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 D | termios.h | 147 #define TCSADRAIN 1 macro
|
/third_party/musl/arch/powerpc/bits/ |
H A D | termios.h | 149 #define TCSADRAIN 1 macro
|
/third_party/musl/arch/mips64/bits/ |
H A D | termios.h | 147 #define TCSADRAIN 1 macro
|
/third_party/musl/arch/mipsn32/bits/ |
H A D | termios.h | 147 #define TCSADRAIN 1 macro
|
/third_party/musl/arch/powerpc64/bits/ |
H A D | termios.h | 149 #define TCSADRAIN 1 macro
|
/third_party/musl/libc-test/src/api/ |
H A D | termios.c | 111 C(TCSADRAIN) in f()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/examples/ |
H A D | p2p-nfc.py | 373 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 D | p2p-nfc.py | 373 termios.tcsetattr(fd, termios.TCSADRAIN, prev_tcgetattr) 390 termios.tcsetattr(fd, termios.TCSADRAIN, prev_tcgetattr)
|
H A D | dpp-nfc.py | 735 termios.tcsetattr(fd, termios.TCSADRAIN, prev_tcgetattr) 751 termios.tcsetattr(fd, termios.TCSADRAIN, prev_tcgetattr)
|
/third_party/libuv/src/unix/ |
H A D | tty.c | 330 rc = uv__tcsetattr(fd, TCSADRAIN, &tmp); in uv_tty_set_mode()
|
/third_party/node/deps/uv/src/unix/ |
H A D | tty.c | 325 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 D | mod.rs | 193 pub const TCSADRAIN: ::c_int = 0x540f; consts
|
/third_party/rust/crates/rustix/src/backend/linux_raw/termios/ |
H A D | types.rs | 12 /// `TCSADRAIN`—Make the change after all output has been transmitted. 13 Drain = linux_raw_sys::general::TCSADRAIN,
|
/third_party/python/Modules/ |
H A D | termios.c | 159 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 D | powerpc.rs | 186 pub const TCSADRAIN: ::c_int = 1; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/mips/ |
H A D | mod.rs | 700 pub const TCSADRAIN: ::c_int = 0x540f; consts
|