Home
last modified time | relevance | path

Searched refs:TCSANOW (Results 1 – 25 of 44) sorted by relevance

12

/third_party/toybox/toys/pending/
Dmore.c29 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()
Dgetty.c172 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()
Dsulogin.c33 tcsetattr(0, TCSANOW, &(TT.crntio));
/third_party/musl/src/misc/
Dopenpty.c28 if (tio) tcsetattr(s, TCSANOW, tio); in openpty()
/third_party/ltp/testcases/kernel/pty/
Dpty02.c38 TEST(tcsetattr(ptmx, TCSANOW, &io)); in do_test()
/third_party/musl/porting/liteos_a/user/src/misc/
Dopenpty.c30 if (tio) tcsetattr(s, TCSANOW, tio); in openpty()
/third_party/curl/docs/examples/
Drtsp.c52 tcsetattr(STDIN_FILENO, TCSANOW, &newt); in _getch()
54 tcsetattr(STDIN_FILENO, TCSANOW, &oldt); in _getch()
/third_party/boost/boost/asio/detail/impl/
Dreactive_serial_port_service.ipp89 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/
Dreactive_serial_port_service.ipp89 s = ::tcsetattr(fd, TCSANOW, &ios);
123 s = ::tcsetattr(descriptor_service_.native_handle(impl), TCSANOW, &ios);
/third_party/e2fsprogs/ext2ed/
Dwin.c68 tcsetattr(0,TCSANOW,&termioCurrent); in init_windows()
160 tcsetattr(0,TCSANOW,&termioInit); in close_windows()
/third_party/musl/porting/uniproton/kernel/include/bits/
Dtermios.h144 #define TCSANOW 0 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/
Dtermios.h144 #define TCSANOW 0 macro
/third_party/musl/porting/liteos_a/kernel/include/bits/
Dtermios.h144 #define TCSANOW 0 macro
/third_party/musl/arch/mips/bits/
Dtermios.h146 #define TCSANOW 0 macro
/third_party/musl/arch/powerpc/bits/
Dtermios.h148 #define TCSANOW 0 macro
/third_party/musl/arch/mipsn32/bits/
Dtermios.h146 #define TCSANOW 0 macro
/third_party/musl/arch/generic/bits/
Dtermios.h144 #define TCSANOW 0 macro
/third_party/musl/arch/mips64/bits/
Dtermios.h146 #define TCSANOW 0 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
Dtermios.h144 #define TCSANOW 0 macro
/third_party/musl/arch/powerpc64/bits/
Dtermios.h148 #define TCSANOW 0 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
Dtermios.h144 #define TCSANOW 0 macro
/third_party/ltp/testcases/cve/
Dcve-2014-0196.c103 tcsetattr(master_fd, TCSANOW, &t); in run()
/third_party/node/test/pseudo-tty/
Dpty_helper.py61 termios.tcsetattr(child_fd, termios.TCSANOW, mode)
/third_party/mesa3d/src/freedreno/afuc/
Demu-ui.c63 tcsetattr(STDIN_FILENO, TCSANOW, &unbuffered_termios); in readchar()
67 tcsetattr(STDIN_FILENO, TCSANOW, &saved_termios); in readchar()
/third_party/curl/src/
Dtool_getpass.c195 tcsetattr(fd, TCSANOW, &noecho); in ttyecho()

12