/third_party/toybox/toys/pending/ |
D | more.c | 29 tcsetattr(TT.cin_fd, TCSANOW, &TT.inf); 109 tcsetattr(TT.cin_fd, TCSANOW, &newf); in more_main() 168 tcsetattr(TT.cin_fd, TCSANOW, &TT.inf); in more_main()
|
D | getty.c | 172 if (tcsetattr(STDIN_FILENO, TCSANOW, &TT.termios) < 0) in termios_init() 186 if (tcsetattr(STDIN_FILENO, TCSANOW, &TT.termios) < 0) in sense_baud() 199 if (tcsetattr(STDIN_FILENO, TCSANOW, &TT.termios) < 0) in sense_baud() 328 if (tcsetattr(STDIN_FILENO, TCSANOW, &TT.termios) < 0) in getty_main()
|
D | sulogin.c | 33 tcsetattr(0, TCSANOW, &(TT.crntio));
|
/third_party/musl/src/misc/ |
D | openpty.c | 28 if (tio) tcsetattr(s, TCSANOW, tio); in openpty()
|
/third_party/ltp/testcases/kernel/pty/ |
D | pty02.c | 38 TEST(tcsetattr(ptmx, TCSANOW, &io)); in do_test()
|
/third_party/musl/porting/liteos_a/user/src/misc/ |
D | openpty.c | 30 if (tio) tcsetattr(s, TCSANOW, tio); in openpty()
|
/third_party/curl/docs/examples/ |
D | rtsp.c | 52 tcsetattr(STDIN_FILENO, TCSANOW, &newt); in _getch() 54 tcsetattr(STDIN_FILENO, TCSANOW, &oldt); in _getch()
|
/third_party/boost/boost/asio/detail/impl/ |
D | reactive_serial_port_service.ipp | 89 s = ::tcsetattr(fd, TCSANOW, &ios); 123 s = ::tcsetattr(descriptor_service_.native_handle(impl), TCSANOW, &ios);
|
/third_party/boost/libs/asio/include/boost/asio/detail/impl/ |
D | reactive_serial_port_service.ipp | 89 s = ::tcsetattr(fd, TCSANOW, &ios); 123 s = ::tcsetattr(descriptor_service_.native_handle(impl), TCSANOW, &ios);
|
/third_party/e2fsprogs/ext2ed/ |
D | win.c | 68 tcsetattr(0,TCSANOW,&termioCurrent); in init_windows() 160 tcsetattr(0,TCSANOW,&termioInit); in close_windows()
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
D | termios.h | 144 #define TCSANOW 0 macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/ |
D | termios.h | 144 #define TCSANOW 0 macro
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
D | termios.h | 144 #define TCSANOW 0 macro
|
/third_party/musl/arch/mips/bits/ |
D | termios.h | 146 #define TCSANOW 0 macro
|
/third_party/musl/arch/powerpc/bits/ |
D | termios.h | 148 #define TCSANOW 0 macro
|
/third_party/musl/arch/mipsn32/bits/ |
D | termios.h | 146 #define TCSANOW 0 macro
|
/third_party/musl/arch/generic/bits/ |
D | termios.h | 144 #define TCSANOW 0 macro
|
/third_party/musl/arch/mips64/bits/ |
D | termios.h | 146 #define TCSANOW 0 macro
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
D | termios.h | 144 #define TCSANOW 0 macro
|
/third_party/musl/arch/powerpc64/bits/ |
D | termios.h | 148 #define TCSANOW 0 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
D | termios.h | 144 #define TCSANOW 0 macro
|
/third_party/ltp/testcases/cve/ |
D | cve-2014-0196.c | 103 tcsetattr(master_fd, TCSANOW, &t); in run()
|
/third_party/node/test/pseudo-tty/ |
D | pty_helper.py | 61 termios.tcsetattr(child_fd, termios.TCSANOW, mode)
|
/third_party/mesa3d/src/freedreno/afuc/ |
D | emu-ui.c | 63 tcsetattr(STDIN_FILENO, TCSANOW, &unbuffered_termios); in readchar() 67 tcsetattr(STDIN_FILENO, TCSANOW, &saved_termios); in readchar()
|
/third_party/curl/src/ |
D | tool_getpass.c | 195 tcsetattr(fd, TCSANOW, &noecho); in ttyecho()
|