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

123

/freebsd-11-stable/contrib/ntp/include/
H A Dntp_tty.h40 #ifndef TCSANOW
41 #define TCSANOW TCSETA macro
/freebsd-11-stable/contrib/libreadline/examples/
H A Dexcallback.c115 if( tcsetattr(STDIN_FILENO, TCSANOW, &term) < 0 ) {
147 if( tcsetattr(STDIN_FILENO, TCSANOW, &term) < 0 ) {
/freebsd-11-stable/lib/libvgl/
H A Dkeyboard.c62 tcsetattr(0, TCSANOW | TCSAFLUSH, &term);
83 tcsetattr(0, TCSANOW | TCSAFLUSH, &VGLKeyboardTty);
/freebsd-11-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-11-stable/usr.sbin/bhyve/
H A Dconsport.c60 tcsetattr(STDIN_FILENO, TCSANOW, &tio_orig);
69 tcsetattr(STDIN_FILENO, TCSANOW, &tio_new);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/common/
H A DTerminal.cpp47 return ::tcsetattr(m_fd, TCSANOW, &fd_termios) == 0;
76 return ::tcsetattr(m_fd, TCSANOW, &fd_termios) == 0;
149 tcsetattr(fd, TCSANOW, m_termios_up.get());
/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Dbsd-nextstep.c63 case TCSANOW:
/freebsd-11-stable/include/
H A Dtermios.h57 #define TCSANOW 0 /* make change immediate */ macro
/freebsd-11-stable/contrib/llvm-project/lldb/tools/driver/
H A DPlatform.h47 #define TCSANOW 0 macro
/freebsd-11-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-11-stable/usr.bin/resizewin/
H A Dresizewin.c155 tcsetattr(fd, TCSANOW, &old);
/freebsd-11-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);
334 (void)tcsetattr(STDIN_FILENO, TCSANOW, &tmode);
398 if (tcsetattr(STDIN_FILENO, TCSANOW, &tmode) < 0) {
504 if (tcsetattr(STDIN_FILENO, TCSANOW, &tmode) < 0) {
535 if (tcsetattr(STDIN_FILENO, TCSANOW, &tmode) < 0) {
/freebsd-11-stable/usr.bin/morse/
H A Dmorse.c384 tcsetattr(line, TCSANOW, &ntty);
466 tcsetattr(line, TCSANOW, &otty);
668 tcsetattr(line, TCSANOW, &otty);
/freebsd-11-stable/contrib/ntp/libntp/
H A Dicom.c168 rc = tcsetattr(fd, TCSANOW, &ttyb);
/freebsd-11-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-11-stable/usr.sbin/bluetooth/hcseriald/
H A Dhcseriald.c192 if (tcsetattr(fd, TCSANOW, &t) < 0) {
206 if (tcsetattr(fd, TCSANOW, &t) < 0) {
/freebsd-11-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-11-stable/contrib/telnet/telnet/
H A Dsys_bsd.c78 # ifndef TCSANOW
80 # define TCSANOW TCSETS macro
85 # define TCSANOW TCSETA macro
89 # define TCSANOW TIOCSETA macro
101 # endif /* TCSANOW */
674 tcsetattr(tin, TCSANOW, &tmp_tc);
/freebsd-11-stable/contrib/tcsh/
H A Dsh.file.c185 (void) xtcsetattr(SHOUT, TCSANOW, &tty);
191 (void) xtcsetattr(SHOUT, TCSANOW, &tty_normal);
240 (void) xtcsetattr(SHOUT, TCSANOW, &tty);
254 (void) xtcsetattr(SHOUT, TCSANOW, &tty_normal);
399 (void) xtcsetattr(SHOUT, TCSANOW, &tty);
/freebsd-11-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-11-stable/contrib/apr/passwd/
H A Dapr_getpass.c209 tcsetattr(STDIN_FILENO, TCSANOW, &attr);
/freebsd-11-stable/lib/libc/gen/
H A Dtermios.c69 case TCSANOW:

Completed in 147 milliseconds

123