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

123

/freebsd-10-stable/contrib/libreadline/examples/
H A Dexcallback.c115 if( tcsetattr(STDIN_FILENO, TCSANOW, &term) < 0 ) {
147 if( tcsetattr(STDIN_FILENO, TCSANOW, &term) < 0 ) {
/freebsd-10-stable/lib/libvgl/
H A Dkeyboard.c62 tcsetattr(0, TCSANOW | TCSAFLUSH, &term);
83 tcsetattr(0, TCSANOW | TCSAFLUSH, &VGLKeyboardTty);
/freebsd-10-stable/usr.sbin/bhyve/
H A Dconsport.c52 tcsetattr(STDIN_FILENO, TCSANOW, &tio_orig);
61 tcsetattr(STDIN_FILENO, TCSANOW, &tio_new);
/freebsd-10-stable/contrib/ntp/include/
H A Dntp_tty.h40 #ifndef TCSANOW
41 #define TCSANOW TCSETA macro
/freebsd-10-stable/crypto/heimdal/appl/login/
H A Dstty_default.c99 tcsetattr(0, TCSANOW, &termios);
H A Dread_string.c86 tcsetattr(fileno(tty), TCSANOW, &t_new); local
109 tcsetattr(fileno(tty), TCSANOW, &t_old); local
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Host/common/
H A DTerminal.cpp59 return ::tcsetattr (m_fd, TCSANOW, &fd_termios) == 0;
96 return ::tcsetattr (m_fd, TCSANOW, &fd_termios) == 0;
192 tcsetattr (fd, TCSANOW, m_termios_ap.get());
/freebsd-10-stable/contrib/llvm/tools/lldb/tools/driver/
H A DPlatform.h52 #define TCSANOW 0 macro
/freebsd-10-stable/crypto/openssh/openbsd-compat/
H A Dbsd-nextstep.c63 case TCSANOW:
H A Dbsd-openpty.c210 tcsetattr(*amaster, TCSANOW, &tio);
/freebsd-10-stable/include/
H A Dtermios.h57 #define TCSANOW 0 /* make change immediate */ macro
/freebsd-10-stable/usr.bin/tip/libacu/
H A Ddf.c76 tcsetattr(f, TCSANOW, &cntrl);
H A Ddn11.c104 tcsetattr(dn, TCSANOW, &cntrl);
H A Dv3451.c81 tcsetattr(FD, TCSANOW, &cntrl);
/freebsd-10-stable/games/morse/
H A Dmorse.c381 tcsetattr(line, TCSANOW, &ntty);
443 tcsetattr(line, TCSANOW, &otty);
585 tcsetattr(line, TCSANOW, &otty);
/freebsd-10-stable/libexec/getty/
H A Dmain.c248 (void)tcsetattr(STDIN_FILENO, TCSANOW, &tmode);
266 (void)tcsetattr(STDIN_FILENO, TCSANOW, &tmode);
272 (void)tcsetattr(STDIN_FILENO, TCSANOW, &tmode);
332 (void)tcsetattr(STDIN_FILENO, TCSANOW, &tmode);
396 if (tcsetattr(STDIN_FILENO, TCSANOW, &tmode) < 0) {
502 if (tcsetattr(STDIN_FILENO, TCSANOW, &tmode) < 0) {
533 if (tcsetattr(STDIN_FILENO, TCSANOW, &tmode) < 0) {
/freebsd-10-stable/usr.bin/rlogin/
H A Drlogin.c554 (void)tcsetattr(0, TCSANOW, &tty);
559 (void)tcsetattr(0, TCSANOW, &tty);
646 (void)tcsetattr(0, TCSANOW, &deftty);
662 (void)tcsetattr(0, TCSANOW, &tty);
/freebsd-10-stable/contrib/ntp/libntp/
H A Dicom.c168 rc = tcsetattr(fd, TCSANOW, &ttyb);
/freebsd-10-stable/usr.sbin/bluetooth/hcseriald/
H A Dhcseriald.c190 if (tcsetattr(fd, TCSANOW, &t) < 0) {
204 if (tcsetattr(fd, TCSANOW, &t) < 0) {
/freebsd-10-stable/contrib/telnet/telnet/
H A Dsys_bsd.c82 # ifndef TCSANOW
84 # define TCSANOW TCSETS macro
89 # define TCSANOW TCSETA macro
93 # define TCSANOW TIOCSETA macro
105 # endif /* TCSANOW */
678 tcsetattr(tin, TCSANOW, &tmp_tc);
/freebsd-10-stable/crypto/heimdal/appl/telnet/telnet/
H A Dsys_bsd.c51 # ifndef TCSANOW
53 # define TCSANOW TCSETS macro
58 # define TCSANOW TCSETA macro
62 # define TCSANOW TIOCSETA macro
74 # endif /* TCSANOW */
507 tcsetattr(tin, TCSANOW, &tmp_tc);
/freebsd-10-stable/contrib/tcsh/
H A Dsh.file.c188 (void) xtcsetattr(SHOUT, TCSANOW, &tty);
194 (void) xtcsetattr(SHOUT, TCSANOW, &tty_normal);
243 (void) xtcsetattr(SHOUT, TCSANOW, &tty);
257 (void) xtcsetattr(SHOUT, TCSANOW, &tty_normal);
402 (void) xtcsetattr(SHOUT, TCSANOW, &tty);
/freebsd-10-stable/contrib/libreadline/examples/rlfe/
H A Drlfe.c163 tcsetattr(STDIN_FILENO, TCSANOW, &orig_term);
550 tcsetattr(STDIN_FILENO, TCSANOW, &t);
701 tcsetattr(STDIN_FILENO, TCSANOW, &orig_term);
/freebsd-10-stable/contrib/apr/passwd/
H A Dapr_getpass.c209 tcsetattr(STDIN_FILENO, TCSANOW, &attr);
/freebsd-10-stable/lib/libc/gen/
H A Dtermios.c69 case TCSANOW:

Completed in 146 milliseconds

123