Searched refs:tcsetattr (Results 1 - 25 of 101) sorted by relevance

12345

/freebsd-13-stable/crypto/openssh/openbsd-compat/
H A Dbsd-nextstep.h50 int tcsetattr(int, int, const struct termios *);
H A Dbsd-nextstep.c53 tcsetattr(int fd, int opt, const struct termios *t) function
/freebsd-13-stable/usr.bin/tip/libacu/
H A Ddf.c78 tcsetattr(f, TCSANOW, &cntrl);
96 tcsetattr(f, TCSAFLUSH, &cntrl);
114 tcsetattr(f, TCSAFLUSH, &cntrl);
/freebsd-13-stable/contrib/llvm-project/lldb/tools/driver/
H A DPlatform.cpp49 int tcsetattr(int fd, int optional_actions, const struct termios *termios_p) { function
H A DPlatform.h46 // tcsetattr arguments
74 extern int tcsetattr(int fd, int optional_actions,
/freebsd-13-stable/contrib/ncurses/include/
H A Dnc_termios.h57 #ifndef tcsetattr
58 #define tcsetattr(fd, cmd, arg) ioctl(fd, cmd, arg) macro
144 #ifndef tcsetattr
145 #define tcsetattr(fd, opt, arg) _nc_mingw_tcsetattr(fd, opt, arg) macro
/freebsd-13-stable/lib/libvgl/
H A Dkeyboard.c64 tcsetattr(0, TCSANOW | TCSAFLUSH, &term);
85 tcsetattr(0, TCSANOW | TCSAFLUSH, &VGLKeyboardTty);
/freebsd-13-stable/contrib/ntp/include/
H A Dntp_tty.h37 #ifndef tcsetattr
38 #define tcsetattr(fd, cmd, arg) ioctl(fd, cmd, arg) macro
/freebsd-13-stable/crypto/openssh/
H A Dsshtty.c61 if (tcsetattr(fileno(stdin), TCSADRAIN, &_saved_tio) == -1) {
63 perror("tcsetattr");
91 if (tcsetattr(fileno(stdin), TCSADRAIN, &tio) == -1) {
93 perror("tcsetattr");
/freebsd-13-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);
109 tcsetattr(fileno(tty), TCSANOW, &t_old);
/freebsd-13-stable/usr.bin/bc/
H A Dtty.c33 while ((ret = tcsetattr(0, TCSADRAIN, t)) == -1 && errno == EINTR)
/freebsd-13-stable/usr.bin/resizewin/
H A Dresizewin.c101 if (tcsetattr(fd, TCSAFLUSH, &new) == -1)
155 tcsetattr(fd, TCSANOW, &old);
/freebsd-13-stable/usr.bin/lock/
H A Dlock.c162 (void)tcsetattr(0, TCSADRAIN|TCSASOFT, &ntty);
182 (void)tcsetattr(0, TCSADRAIN|TCSASOFT, &tty);
206 (void)tcsetattr(0, TCSADRAIN|TCSASOFT, &tty);
299 (void)tcsetattr(0, TCSADRAIN|TCSASOFT, &tty);
309 (void)tcsetattr(0, TCSADRAIN|TCSASOFT, &tty);
/freebsd-13-stable/usr.bin/mail/
H A Dtty.c114 ttyset++, tcsetattr(fileno(stdin), TCSADRAIN, &ttybuf);
122 ttyset++, tcsetattr(fileno(stdin), TCSADRAIN, &ttybuf);
129 ttyset++, tcsetattr(fileno(stdin), TCSADRAIN, &ttybuf);
137 ttyset++, tcsetattr(fileno(stdin), TCSADRAIN, &ttybuf);
150 tcsetattr(fileno(stdin), TCSADRAIN, &ttybuf);
/freebsd-13-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-13-stable/usr.bin/top/
H A Dscreen.c196 tcsetattr(STDOUT_FILENO, TCSADRAIN, &new_settings);
231 tcsetattr(STDOUT_FILENO, TCSADRAIN, &old_settings);
241 tcsetattr(STDOUT_FILENO, TCSADRAIN, &new_settings);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Interpreter/
H A Dembedded_interpreter.py99 termios.tcsetattr(fd, termios.TCSADRAIN, new)
106 termios.tcsetattr(fd, termios.TCSADRAIN, old)
/freebsd-13-stable/contrib/ntp/lib/isc/unix/
H A Dkeyboard.c67 if (tcsetattr(fd, TCSAFLUSH, &current_mode) < 0) {
89 (void)tcsetattr(keyboard->fd, TCSAFLUSH, &keyboard->saved_mode);
/freebsd-13-stable/usr.bin/tip/tip/
H A Dcmds.c169 tcsetattr(0, TCSAFLUSH, &defchars);
203 tcsetattr(0, TCSAFLUSH, &term);
315 tcsetattr(0, TCSAFLUSH, &defchars);
394 tcsetattr(0, TCSAFLUSH, &term);
490 tcsetattr(0, TCSAFLUSH, &defchars);
517 tcsetattr(0, TCSAFLUSH, &term);
543 tcsetattr(0, TCSAFLUSH, &defchars);
571 tcsetattr(0, TCSAFLUSH, &term);
865 tcsetattr(FD, TCSADRAIN, &rmtty);
866 tcsetattr(
[all...]
H A Dhunt.c102 tcsetattr(FD, TCSAFLUSH, &cntrl);
/freebsd-13-stable/include/
H A Dtermios.h60 * Commands passed to tcsetattr() for setting the termios structure.
83 int tcsetattr(int, int, const struct termios *);
/freebsd-13-stable/lib/libutil/
H A Dpty.c80 tcsetattr(slave, TCSAFLUSH, termp);
/freebsd-13-stable/lib/libc/gen/
H A DMakefile.inc310 tcsetattr.3 \
528 MLINKS+=tcsetattr.3 cfgetispeed.3 \
529 tcsetattr.3 cfgetospeed.3 \
530 tcsetattr.3 cfmakeraw.3 \
531 tcsetattr.3 cfmakesane.3 \
532 tcsetattr.3 cfsetispeed.3 \
533 tcsetattr.3 cfsetospeed.3 \
534 tcsetattr.3 cfsetspeed.3 \
535 tcsetattr.3 tcgetattr.3
H A Dreadpassphrase.c100 (void)tcsetattr(input, TCSAFLUSH|TCSASOFT, &term);
150 while (tcsetattr(input, TCSAFLUSH|TCSASOFT, &oterm) == -1 &&

Completed in 305 milliseconds

12345