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

/macosx-10.10.1/xnu-2782.1.97/bsd/sys/
H A Dioctl_compat.h120 #define TIOCSETC _IOW('t',17,struct tchars)/* set special characters */ macro
/macosx-10.10.1/tcl-105/tcl_ext/expect/expect/
H A Dpty_sgttyb.c115 (void) ioctl(fd, TIOCSETC, (char *)&tc);
/macosx-10.10.1/uucp-11/uucp/
H A Dsysdep.h182 && ioctl ((o), TIOCSETC, &(q)->stchars) == 0 \
186 && ioctl ((o), TIOCSETC, &(q)->stchars) == 0 \
/macosx-10.10.1/xnu-2782.1.97/bsd/kern/
H A Dtty_compat.c169 * TIOCSETC -> TIOCSETA
249 case TIOCSETC:
366 case TIOCSETC:
H A Dtty_dev.c1173 case TIOCSETC:
H A Dtty.c1108 case TIOCSETC:
/macosx-10.10.1/sudo-73/src/
H A Dterm.c270 if (ioctl(dst, TIOCSETP, &b) != 0 || ioctl(dst, TIOCSETC, &tc) != 0 ||
/macosx-10.10.1/tcsh-65/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.c737 RETRY(ioctl(fd, TIOCSETC, (ioctl_t) &td->d_tc));
/macosx-10.10.1/bash-94.1.2/bash-3.2/lib/readline/
H A Drltty.c281 #if defined (TIOCSETC)
284 ioctl (tty, TIOCSETC, &(tiop->tchars));
/macosx-10.10.1/remote_cmds-47/telnet.tproj/
H A Dsys_bsd.c673 ioctl(tin, TIOCSETC, (char *)&tc);
/macosx-10.10.1/zsh-61/zsh/Src/Modules/
H A Dzpty.c138 ioctl(fd, TIOCSETC, &ti->tchars);
/macosx-10.10.1/screen-22/screen/
H A Dtty.c605 ioctl(fd, TIOCSETC, (char *)&mp->m_tchars);
873 if (ioctl(D_userfd, TIOCSETC, (char *)&D_NewMode.m_tchars) != 0)
H A Dtty.c.dist605 ioctl(fd, TIOCSETC, (char *)&mp->m_tchars);
873 if (ioctl(D_userfd, TIOCSETC, (char *)&D_NewMode.m_tchars) != 0)
/macosx-10.10.1/ksh-23/ksh/src/cmd/ksh93/edit/
H A Dedit.c246 ioctl(fd,TIOCSETC,&l_ttychars);
428 if(ioctl(fd,TIOCSETC,&ttychars) == SYSERR)
/macosx-10.10.1/remote_cmds-47/telnetd.tproj/
H A Dsys_term.c220 if (-1 == ioctl(spty, TIOCSETC, (char *)&termbuf.tc))
/macosx-10.10.1/bash-94.1.2/bash-3.2/
H A Djobs.c1988 ioctl (tty, TIOCSETC, &shell_tchars);
/macosx-10.10.1/emacs-93/emacs/src/
H A Dsysdep.c1327 if (ioctl (fd, TIOCSETC, &settings->tchars) < 0
/macosx-10.10.1/zsh-61/zsh/Src/
H A Dutils.c1557 ioctl(SHTTY, TIOCSETC, &ti->tchars);

Completed in 286 milliseconds