Searched refs:TCSANOW (Results 1 - 25 of 30) sorted by relevance

12

/external/lldb/source/Host/common/
H A DTerminal.cpp60 return ::tcsetattr (m_fd, TCSANOW, &fd_termios) == 0;
97 return ::tcsetattr (m_fd, TCSANOW, &fd_termios) == 0;
181 tcsetattr (fd, TCSANOW, m_termios_ap.get());
/external/toybox/toys/pending/
H A Dmore.c28 tcsetattr(TT.cin_fd, TCSANOW, &TT.inf);
92 tcsetattr(TT.cin_fd, TCSANOW, &newf);
145 tcsetattr(TT.cin_fd, TCSANOW, &TT.inf);
H A Dgetty.c172 if (tcsetattr(STDIN_FILENO, TCSANOW, &TT.termios) < 0)
186 if (tcsetattr(STDIN_FILENO, TCSANOW, &TT.termios) < 0)
199 if (tcsetattr(STDIN_FILENO, TCSANOW, &TT.termios) < 0)
330 if (tcsetattr(STDIN_FILENO, TCSANOW, &TT.termios) < 0)
H A Dsulogin.c33 tcsetattr(0, TCSANOW, &(TT.crntio));
H A Dtop.c195 tcsetattr(STDIN_FILENO, TCSANOW, &TT.inf);
253 tcsetattr(0, TCSANOW, &newf);
292 tcsetattr(0, TCSANOW, &TT.inf);
H A Dinit.c93 tcsetattr(fd, TCSANOW, &terminal);
/external/lldb/tools/debugserver/source/
H A DTTYState.cpp64 result = tcsetattr (m_fd, TCSANOW, &m_ttystate);
H A DRNBSocket.cpp303 ::tcsetattr (m_fd, TCSANOW, &stdin_termios);
/external/openssh/openbsd-compat/
H A Dbsd-nextstep.c63 case TCSANOW:
H A Dbsd-openpty.c212 tcsetattr(*amaster, TCSANOW, &tio);
/external/selinux/policycoreutils/run_init/
H A Dopen_init_pty.c83 if (tcsetattr(fd, TCSANOW, &buf) < 0) {
85 } /* end of if(tcsetattr(fileno(stdin), TCSANOW, &buf) < 0) */
97 if (tcsetattr(saved_fd, TCSANOW, &saved_termios) < 0) {
268 if (tcsetattr(STDIN_FILENO, TCSANOW, &s_tty_attr)) {
/external/kernel-headers/original/uapi/asm-generic/
H A Dtermbits.h195 #define TCSANOW 0 macro
/external/kernel-headers/original/uapi/asm-mips/asm/
H A Dtermbits.h223 #define TCSANOW TCSETS /* Change immediately. */ macro
/external/toybox/lib/
H A Dinterestingtimes.c80 return tcsetattr(fd, TCSANOW, &termio);
H A Dpassword.c81 tcsetattr(0, TCSANOW, &oldtermio);
/external/e2fsprogs/ext2ed/
H A Dwin.c67 tcsetattr(0,TCSANOW,&termioCurrent);
159 tcsetattr(0,TCSANOW,&termioInit);
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer_process_libcdep.cc140 tcsetattr(fd, TCSANOW, &termflags);
/external/e2fsprogs/e2fsck/
H A Dutil.c200 tcsetattr (0, TCSANOW, &tmp);
216 tcsetattr (0, TCSANOW, &termios);
241 tcsetattr (0, TCSANOW, &termios);
/external/libnfc-nxp/Linux_x86/
H A DphDal4Nfc_uart.c211 TCSANOW Make changes now without waiting for data to complete
215 ret = tcsetattr(gComPortContext.nHandle, TCSANOW, &gComPortContext.nIoConfig);
/external/openssh/
H A Dttymodes.c488 if (tcsetattr(fd, TCSANOW, &tio) == -1)
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dedit.c1132 tcsetattr(STDIN_FILENO, TCSANOW, &newt);
1158 tcsetattr(STDIN_FILENO, TCSANOW, &prevt);
/external/wpa_supplicant_8/src/utils/
H A Dedit.c1132 tcsetattr(STDIN_FILENO, TCSANOW, &newt);
1158 tcsetattr(STDIN_FILENO, TCSANOW, &prevt);
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dedit.c1132 tcsetattr(STDIN_FILENO, TCSANOW, &newt);
1158 tcsetattr(STDIN_FILENO, TCSANOW, &prevt);
/external/libnfc-nci/halimpl/bcm2079x/adaptation/
H A Duserial_linux.c1091 tcsetattr(linux_cb.sock, TCSANOW, &termios);
1311 tcsetattr(linux_cb.sock, TCSANOW, &termios);
1345 tcsetattr(linux_cb.sock, TCSANOW, &termios);
/external/linux-tools-perf/src/tools/perf/
H A Dbuiltin-top.c452 tcsetattr(0, TCSANOW, &tc);
607 tcsetattr(0, TCSANOW, &tc);

Completed in 2765 milliseconds

12