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

12345

/freebsd-11-stable/contrib/ncurses/include/
H A Dnc_termios.h54 #ifndef tcsetattr
55 #define tcsetattr(fd, cmd, arg) ioctl(fd, cmd, arg) macro
137 /* tcsetattr uses these */
149 #ifndef tcsetattr
150 #define tcsetattr(fd, cmd, arg) _nc_mingw_ioctl(fd, cmd, arg) macro
/freebsd-11-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-11-stable/usr.bin/tip/libacu/
H A Ddf.c76 tcsetattr(f, TCSANOW, &cntrl);
94 tcsetattr(f, TCSAFLUSH, &cntrl);
112 tcsetattr(f, TCSAFLUSH, &cntrl);
/freebsd-11-stable/contrib/llvm-project/lldb/tools/driver/
H A DPlatform.cpp49 int tcsetattr(int fd, int optional_actions, const struct termios *termios_p) { function
/freebsd-11-stable/contrib/ntp/include/
H A Dntp_tty.h37 #ifndef tcsetattr
38 #define tcsetattr(fd, cmd, arg) ioctl(fd, cmd, arg) macro
/freebsd-11-stable/contrib/libreadline/examples/
H A Dexcallback.c115 if( tcsetattr(STDIN_FILENO, TCSANOW, &term) < 0 ) {
116 perror("tcsetattr");
147 if( tcsetattr(STDIN_FILENO, TCSANOW, &term) < 0 ) {
148 perror("tcsetattr");
H A Drlptytest.c253 if(tcsetattr(fd, TCSAFLUSH, &buf) < 0)
281 if(tcsetattr(fd, TCSAFLUSH, &buf) < 0)
299 if(tcsetattr(fd, TCSAFLUSH, &save_termios) < 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/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-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);
109 tcsetattr(fileno(tty), TCSANOW, &t_old);
/freebsd-11-stable/usr.bin/bc/
H A Dtty.c33 while ((ret = tcsetattr(0, TCSADRAIN, t)) == -1 && errno == EINTR)
/freebsd-11-stable/usr.bin/resizewin/
H A Dresizewin.c101 if (tcsetattr(fd, TCSAFLUSH, &new) == -1)
155 tcsetattr(fd, TCSANOW, &old);
/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/usr.bin/lock/
H A Dlock.c152 (void)tcsetattr(0, TCSADRAIN|TCSASOFT, &ntty);
168 (void)tcsetattr(0, TCSADRAIN|TCSASOFT, &tty);
193 (void)tcsetattr(0, TCSADRAIN|TCSASOFT, &tty);
276 (void)tcsetattr(0, TCSADRAIN|TCSASOFT, &tty);
286 (void)tcsetattr(0, TCSADRAIN|TCSASOFT, &tty);
/freebsd-11-stable/usr.bin/mail/
H A Dtty.c112 ttyset++, tcsetattr(fileno(stdin), TCSADRAIN, &ttybuf);
120 ttyset++, tcsetattr(fileno(stdin), TCSADRAIN, &ttybuf);
127 ttyset++, tcsetattr(fileno(stdin), TCSADRAIN, &ttybuf);
135 ttyset++, tcsetattr(fileno(stdin), TCSADRAIN, &ttybuf);
148 tcsetattr(fileno(stdin), TCSADRAIN, &ttybuf);
/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/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-11-stable/contrib/llvm-project/lldb/source/Interpreter/
H A Dembedded_interpreter.py94 termios.tcsetattr(fd, termios.TCSADRAIN, new)
101 termios.tcsetattr(fd, termios.TCSADRAIN, old)
/freebsd-11-stable/lib/libc/gen/
H A DMakefile.inc282 tcsetattr.3 \
499 MLINKS+=tcsetattr.3 cfgetispeed.3 \
500 tcsetattr.3 cfgetospeed.3 \
501 tcsetattr.3 cfmakeraw.3 \
502 tcsetattr.3 cfmakesane.3 \
503 tcsetattr.3 cfsetispeed.3 \
504 tcsetattr.3 cfsetospeed.3 \
505 tcsetattr.3 cfsetspeed.3 \
506 tcsetattr.3 tcgetattr.3
/freebsd-11-stable/usr.bin/tip/tip/
H A Dcmds.c167 tcsetattr(0, TCSAFLUSH, &defchars);
201 tcsetattr(0, TCSAFLUSH, &term);
313 tcsetattr(0, TCSAFLUSH, &defchars);
392 tcsetattr(0, TCSAFLUSH, &term);
488 tcsetattr(0, TCSAFLUSH, &defchars);
515 tcsetattr(0, TCSAFLUSH, &term);
541 tcsetattr(0, TCSAFLUSH, &defchars);
569 tcsetattr(0, TCSAFLUSH, &term);
863 tcsetattr(FD, TCSADRAIN, &rmtty);
864 tcsetattr(
[all...]
H A Dhunt.c100 tcsetattr(FD, TCSAFLUSH, &cntrl);
/freebsd-11-stable/lib/libutil/
H A Dpty.c83 tcsetattr(slave, TCSAFLUSH, termp);
/freebsd-11-stable/include/
H A Dtermios.h55 * Commands passed to tcsetattr() for setting the termios structure.
78 int tcsetattr(int, int, const struct termios *);

Completed in 296 milliseconds

12345