Home
last modified time | relevance | path

Searched refs:TCSADRAIN (Results 1 – 21 of 21) sorted by relevance

/third_party/toybox/toys/pending/
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/python/Doc/library/
Dtermios.rst47 immediately, :const:`TCSADRAIN` to change after transmitting all queued output,
100 termios.tcsetattr(fd, termios.TCSADRAIN, new)
103 termios.tcsetattr(fd, termios.TCSADRAIN, old)
/third_party/musl/porting/uniproton/kernel/include/bits/
Dtermios.h145 #define TCSADRAIN 1 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/
Dtermios.h145 #define TCSADRAIN 1 macro
/third_party/musl/porting/liteos_a/kernel/include/bits/
Dtermios.h145 #define TCSADRAIN 1 macro
/third_party/musl/arch/mips/bits/
Dtermios.h147 #define TCSADRAIN 1 macro
/third_party/musl/arch/powerpc/bits/
Dtermios.h149 #define TCSADRAIN 1 macro
/third_party/musl/arch/mipsn32/bits/
Dtermios.h147 #define TCSADRAIN 1 macro
/third_party/musl/arch/generic/bits/
Dtermios.h145 #define TCSADRAIN 1 macro
/third_party/musl/arch/mips64/bits/
Dtermios.h147 #define TCSADRAIN 1 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
Dtermios.h145 #define TCSADRAIN 1 macro
/third_party/musl/arch/powerpc64/bits/
Dtermios.h149 #define TCSADRAIN 1 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
Dtermios.h145 #define TCSADRAIN 1 macro
/third_party/musl/libc-test/src/api/
Dtermios.c111 C(TCSADRAIN) in f()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/examples/
Dp2p-nfc.py373 termios.tcsetattr(fd, termios.TCSADRAIN, prev_tcgetattr)
390 termios.tcsetattr(fd, termios.TCSADRAIN, prev_tcgetattr)
Ddpp-nfc.py735 termios.tcsetattr(fd, termios.TCSADRAIN, prev_tcgetattr)
751 termios.tcsetattr(fd, termios.TCSADRAIN, prev_tcgetattr)
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/examples/
Dp2p-nfc.py373 termios.tcsetattr(fd, termios.TCSADRAIN, prev_tcgetattr)
390 termios.tcsetattr(fd, termios.TCSADRAIN, prev_tcgetattr)
/third_party/libuv/src/unix/
Dtty.c307 if (tcsetattr(fd, TCSADRAIN, &tmp)) in uv_tty_set_mode()
/third_party/python/Modules/
Dtermios.c411 {"TCSADRAIN", TCSADRAIN},
/third_party/mksh/
Dsh.h528 #define mksh_tcset(fd,st) tcsetattr((fd), TCSADRAIN, (st))
/third_party/NuttX/
DReleaseNotes29603 …* [#3674](https://github.com/apache/incubator-nuttx/pull/#3674) libc/termios: Implement TCSADRAIN