Searched refs:TIOCSETC (Results 1 - 12 of 12) sorted by relevance

/freebsd-10-stable/sys/sys/
H A Dioctl_compat.h80 #define TIOCSETC _IOW('t',17, struct tchars) /* set special characters */ macro
/freebsd-10-stable/contrib/texinfo/info/
H A Dterminal.c806 ioctl (tty, TIOCSETC, &temp);
857 ioctl (tty, TIOCSETC, &original_tchars);
/freebsd-10-stable/sys/kern/
H A Dtty_compat.c130 case TIOCSETC: {
189 case TIOCSETC:
H A Dtty.c543 case TIOCSETC:
/freebsd-10-stable/contrib/tcsh/
H A Dmi.termios.c390 ioctl(filedes, TIOCSETC, (struct sgttyb *) &tcbuf) < 0 ?
H A Dsh.file.c141 (void) ioctl(SHIN, TIOCSETC, (ioctl_t) & tchars);
154 (void) ioctl(SHIN, TIOCSETC, (ioctl_t) & tchars);
H A Ded.term.c738 RETRY(ioctl(fd, TIOCSETC, (ioctl_t) &td->d_tc));
/freebsd-10-stable/contrib/libreadline/
H A Drltty.c281 #if defined (TIOCSETC)
284 ioctl (tty, TIOCSETC, &(tiop->tchars));
/freebsd-10-stable/contrib/gdb/gdb/tui/
H A Dtui.c515 ioctl (FILEDES, TIOCSETC, &tbuf);
/freebsd-10-stable/contrib/telnet/telnet/
H A Dsys_bsd.c674 ioctl(tin, TIOCSETC, (char *)&tc);
/freebsd-10-stable/contrib/gdb/gdb/
H A Dser-unix.c165 if (ioctl (scb->fd, TIOCSETC, &state->tc) < 0)
/freebsd-10-stable/contrib/telnet/telnetd/
H A Dsys_term.c185 (void) ioctl(pty, TIOCSETC, (char *)&termbuf.tc);

Completed in 123 milliseconds