/third_party/toybox/toys/pending/ |
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/python/Doc/library/ |
D | termios.rst | 47 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/ |
D | termios.h | 145 #define TCSADRAIN 1 macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/ |
D | termios.h | 145 #define TCSADRAIN 1 macro
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
D | termios.h | 145 #define TCSADRAIN 1 macro
|
/third_party/musl/arch/mips/bits/ |
D | termios.h | 147 #define TCSADRAIN 1 macro
|
/third_party/musl/arch/powerpc/bits/ |
D | termios.h | 149 #define TCSADRAIN 1 macro
|
/third_party/musl/arch/mipsn32/bits/ |
D | termios.h | 147 #define TCSADRAIN 1 macro
|
/third_party/musl/arch/generic/bits/ |
D | termios.h | 145 #define TCSADRAIN 1 macro
|
/third_party/musl/arch/mips64/bits/ |
D | termios.h | 147 #define TCSADRAIN 1 macro
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
D | termios.h | 145 #define TCSADRAIN 1 macro
|
/third_party/musl/arch/powerpc64/bits/ |
D | termios.h | 149 #define TCSADRAIN 1 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
D | termios.h | 145 #define TCSADRAIN 1 macro
|
/third_party/musl/libc-test/src/api/ |
D | termios.c | 111 C(TCSADRAIN) in f()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/examples/ |
D | p2p-nfc.py | 373 termios.tcsetattr(fd, termios.TCSADRAIN, prev_tcgetattr) 390 termios.tcsetattr(fd, termios.TCSADRAIN, prev_tcgetattr)
|
D | dpp-nfc.py | 735 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/ |
D | p2p-nfc.py | 373 termios.tcsetattr(fd, termios.TCSADRAIN, prev_tcgetattr) 390 termios.tcsetattr(fd, termios.TCSADRAIN, prev_tcgetattr)
|
/third_party/libuv/src/unix/ |
D | tty.c | 307 if (tcsetattr(fd, TCSADRAIN, &tmp)) in uv_tty_set_mode()
|
/third_party/python/Modules/ |
D | termios.c | 411 {"TCSADRAIN", TCSADRAIN},
|
/third_party/mksh/ |
D | sh.h | 528 #define mksh_tcset(fd,st) tcsetattr((fd), TCSADRAIN, (st))
|
/third_party/NuttX/ |
D | ReleaseNotes | 29603 …* [#3674](https://github.com/apache/incubator-nuttx/pull/#3674) libc/termios: Implement TCSADRAIN …
|