/freebsd/libexec/getty/ |
H A D | main.c | 236 (void)tcsetattr(STDIN_FILENO, TCSANOW, &tmode); in main() 255 (void)tcsetattr(STDIN_FILENO, TCSANOW, &tmode); in main() 261 (void)tcsetattr(STDIN_FILENO, TCSANOW, &tmode); in main() 323 (void)tcsetattr(STDIN_FILENO, TCSANOW, &tmode); in main() 387 if (tcsetattr(STDIN_FILENO, TCSANOW, &tmode) < 0) { in main() 495 if (tcsetattr(STDIN_FILENO, TCSANOW, &tmode) < 0) { in setttymode() 526 if (tcsetattr(STDIN_FILENO, TCSANOW, &tmode) < 0) { in getname()
|
/freebsd/lib/libvgl/ |
H A D | keyboard.c | 62 tcsetattr(0, TCSANOW | TCSAFLUSH, &term); in VGLKeyboardInit() 83 tcsetattr(0, TCSANOW | TCSAFLUSH, &VGLKeyboardTty); in VGLKeyboardEnd()
|
/freebsd/contrib/ntp/include/ |
H A D | ntp_tty.h | 40 #ifndef TCSANOW 41 #define TCSANOW TCSETA macro
|
/freebsd/contrib/wpa/wpa_supplicant/ |
H A D | wpa_passphrase.c | 45 if (ctrl_echo && tcsetattr(STDIN_FILENO, TCSANOW, &term) < 0) { in main() 54 if (ctrl_echo && tcsetattr(STDIN_FILENO, TCSANOW, &term) < 0) { in main()
|
/freebsd/crypto/heimdal/appl/login/ |
H A D | read_string.c | 86 tcsetattr(fileno(tty), TCSANOW, &t_new); in read_string() 109 tcsetattr(fileno(tty), TCSANOW, &t_old); in read_string()
|
H A D | stty_default.c | 99 tcsetattr(0, TCSANOW, &termios); in stty_default()
|
/freebsd/contrib/tcsh/ |
H A D | sh.file.c | 185 (void) xtcsetattr(SHOUT, TCSANOW, &tty); in back_to_col_1() 191 (void) xtcsetattr(SHOUT, TCSANOW, &tty_normal); in back_to_col_1() 240 (void) xtcsetattr(SHOUT, TCSANOW, &tty); in pushback() 254 (void) xtcsetattr(SHOUT, TCSANOW, &tty_normal); in pushback() 399 (void) xtcsetattr(SHOUT, TCSANOW, &tty); in retype()
|
/freebsd/crypto/heimdal/appl/telnet/telnet/ |
H A D | sys_bsd.c | 51 # ifndef TCSANOW 53 # define TCSANOW TCSETS macro 58 # define TCSANOW TCSETA macro 62 # define TCSANOW TIOCSETA macro 507 tcsetattr(tin, TCSANOW, &tmp_tc); in TerminalNewMode()
|
/freebsd/usr.bin/morse/ |
H A D | morse.c | 374 tcsetattr(line, TCSANOW, &ntty); in main() 456 tcsetattr(line, TCSANOW, &otty); in main() 658 tcsetattr(line, TCSANOW, &otty); in sighandler()
|
/freebsd/contrib/telnet/telnet/ |
H A D | sys_bsd.c | 76 # ifndef TCSANOW 78 # define TCSANOW TCSETS macro 83 # define TCSANOW TCSETA macro 87 # define TCSANOW TIOCSETA macro 672 tcsetattr(tin, TCSANOW, &tmp_tc); in TerminalNewMode()
|
/freebsd/contrib/llvm-project/lldb/tools/driver/ |
H A D | Platform.h | 44 #define TCSANOW 0 macro
|
/freebsd/include/ |
H A D | termios.h | 59 #define TCSANOW 0 /* make change immediate */ macro
|
/freebsd/crypto/openssh/openbsd-compat/ |
H A D | bsd-nextstep.c | 63 case TCSANOW: in tcsetattr()
|
H A D | bsd-openpty.c | 230 tcsetattr(*amaster, TCSANOW, &tio); in openpty()
|
/freebsd/usr.sbin/watch/ |
H A D | watch.c | 127 tcsetattr(std_in, TCSANOW, &ntty); in set_tty() 134 tcsetattr(std_in, TCSANOW, &otty); in unset_tty()
|
/freebsd/crypto/heimdal/appl/telnet/telnetd/ |
H A D | sys_term.c | 133 # ifndef TCSANOW 135 # define TCSANOW TCSETS macro 140 # define TCSANOW TCSETA macro 144 # define TCSANOW TIOCSETA macro 205 tcsetattr(ttyfd, TCSANOW, &termbuf); in set_termbuf() 208 tcsetattr(ourpty, TCSANOW, &termbuf); in set_termbuf()
|
/freebsd/usr.bin/tip/libacu/ |
H A D | df.c | 68 tcsetattr(f, TCSANOW, &cntrl); in df_dialer()
|
H A D | dn11.c | 96 tcsetattr(dn, TCSANOW, &cntrl); in dn_dialer()
|
H A D | v3451.c | 73 tcsetattr(FD, TCSANOW, &cntrl); in v3451_dialer()
|
H A D | ventel.c | 86 tcsetattr(FD, TCSANOW, &cntrl); in ven_dialer()
|
/freebsd/usr.bin/resizewin/ |
H A D | resizewin.c | 154 tcsetattr(fd, TCSANOW, &old); in main()
|
/freebsd/contrib/llvm-project/lldb/source/Host/common/ |
H A D | Terminal.cpp | 66 if (::tcsetattr(m_fd, TCSANOW, &data.m_termios) != 0) in SetData() 445 tcsetattr(fd, TCSANOW, &m_data->m_termios); in Restore()
|
/freebsd/contrib/ntp/libntp/ |
H A D | icom.c | 168 rc = tcsetattr(fd, TCSANOW, &ttyb); in icom_init()
|
/freebsd/sys/contrib/dev/acpica/os_specific/service_layers/ |
H A D | osunixxf.c | 271 if (tcsetattr (STDIN_FILENO, TCSANOW, &LocalTermAttributes)) in OsEnterLineEditMode() 293 if (tcsetattr (STDIN_FILENO, TCSANOW, &OriginalTermAttributes)) in OsExitLineEditMode()
|
/freebsd/usr.sbin/bhyve/ |
H A D | uart_backend.c | 93 tcsetattr(STDIN_FILENO, TCSANOW, &tio_stdio_orig); in ttyclose() 105 tcsetattr(tf->rfd, TCSANOW, &new); in ttyopen()
|