Home
last modified time | relevance | path

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

123

/freebsd-14-stable/libexec/getty/
HDmain.c248 (void)tcsetattr(STDIN_FILENO, TCSANOW, &tmode); in main()
267 (void)tcsetattr(STDIN_FILENO, TCSANOW, &tmode); in main()
273 (void)tcsetattr(STDIN_FILENO, TCSANOW, &tmode); in main()
335 (void)tcsetattr(STDIN_FILENO, TCSANOW, &tmode); in main()
399 if (tcsetattr(STDIN_FILENO, TCSANOW, &tmode) < 0) { in main()
507 if (tcsetattr(STDIN_FILENO, TCSANOW, &tmode) < 0) { in setttymode()
538 if (tcsetattr(STDIN_FILENO, TCSANOW, &tmode) < 0) { in getname()
/freebsd-14-stable/lib/libvgl/
HDkeyboard.c62 tcsetattr(0, TCSANOW | TCSAFLUSH, &term); in VGLKeyboardInit()
83 tcsetattr(0, TCSANOW | TCSAFLUSH, &VGLKeyboardTty); in VGLKeyboardEnd()
/freebsd-14-stable/contrib/ntp/include/
HDntp_tty.h40 #ifndef TCSANOW
41 #define TCSANOW TCSETA macro
/freebsd-14-stable/contrib/wpa/wpa_supplicant/
HDwpa_passphrase.c45 if (ctrl_echo && tcsetattr(STDIN_FILENO, TCSANOW, &term) < 0) { in main()
54 if (ctrl_echo && tcsetattr(STDIN_FILENO, TCSANOW, &term) < 0) { in main()
/freebsd-14-stable/crypto/heimdal/appl/login/
HDread_string.c86 tcsetattr(fileno(tty), TCSANOW, &t_new); in read_string()
109 tcsetattr(fileno(tty), TCSANOW, &t_old); in read_string()
HDstty_default.c99 tcsetattr(0, TCSANOW, &termios); in stty_default()
/freebsd-14-stable/contrib/tcsh/
HDsh.file.c185 (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-14-stable/crypto/heimdal/appl/telnet/telnet/
HDsys_bsd.c51 # 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-14-stable/usr.bin/morse/
HDmorse.c382 tcsetattr(line, TCSANOW, &ntty); in main()
464 tcsetattr(line, TCSANOW, &otty); in main()
666 tcsetattr(line, TCSANOW, &otty); in sighandler()
/freebsd-14-stable/contrib/telnet/telnet/
HDsys_bsd.c76 # 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-14-stable/contrib/llvm-project/lldb/tools/driver/
HDPlatform.h44 #define TCSANOW 0 macro
/freebsd-14-stable/include/
HDtermios.h61 #define TCSANOW 0 /* make change immediate */ macro
/freebsd-14-stable/crypto/openssh/openbsd-compat/
HDbsd-nextstep.c63 case TCSANOW: in tcsetattr()
HDbsd-openpty.c230 tcsetattr(*amaster, TCSANOW, &tio); in openpty()
/freebsd-14-stable/usr.sbin/bhyve/
HDuart_backend.c77 tcsetattr(STDIN_FILENO, TCSANOW, &tio_stdio_orig); in ttyclose()
89 tcsetattr(tf->rfd, TCSANOW, &new); in ttyopen()
/freebsd-14-stable/usr.sbin/watch/
HDwatch.c128 tcsetattr(std_in, TCSANOW, &ntty); in set_tty()
135 tcsetattr(std_in, TCSANOW, &otty); in unset_tty()
/freebsd-14-stable/crypto/heimdal/appl/telnet/telnetd/
HDsys_term.c133 # 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-14-stable/usr.bin/tip/libacu/
HDdn11.c104 tcsetattr(dn, TCSANOW, &cntrl); in dn_dialer()
HDdf.c76 tcsetattr(f, TCSANOW, &cntrl); in df_dialer()
HDv3451.c81 tcsetattr(FD, TCSANOW, &cntrl); in v3451_dialer()
HDventel.c94 tcsetattr(FD, TCSANOW, &cntrl); in ven_dialer()
/freebsd-14-stable/usr.bin/resizewin/
HDresizewin.c154 tcsetattr(fd, TCSANOW, &old); in main()
/freebsd-14-stable/contrib/ntp/libntp/
HDicom.c168 rc = tcsetattr(fd, TCSANOW, &ttyb); in icom_init()
/freebsd-14-stable/contrib/llvm-project/lldb/source/Host/common/
HDTerminal.cpp66 if (::tcsetattr(m_fd, TCSANOW, &data.m_termios) != 0) in SetData()
445 tcsetattr(fd, TCSANOW, &m_data->m_termios); in Restore()
/freebsd-14-stable/sys/contrib/dev/acpica/os_specific/service_layers/
HDosunixxf.c271 if (tcsetattr (STDIN_FILENO, TCSANOW, &LocalTermAttributes)) in OsEnterLineEditMode()
293 if (tcsetattr (STDIN_FILENO, TCSANOW, &OriginalTermAttributes)) in OsExitLineEditMode()

123