Searched refs:TIOCSETP (Results 1 - 25 of 29) sorted by relevance

12

/macosx-10.10.1/ruby-106/ruby/sample/
H A Dcbreak.rb6 TIOCSETP = 0x80067409
28 STDIN.ioctl(TIOCSETP, tty)
/macosx-10.10.1/Libc-1044.1.2/include/
H A Dsgtty.h52 #define stty(fd, buf) ioctl(fd, TIOCSETP, buf)
/macosx-10.10.1/libtelnet-13/
H A Dread_password.c109 if (ioctl(0,TIOCSETP,(char *)&tty_state) == -1)
142 if (ioctl(0,TIOCSETP,(char *)&tty_state))
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/include/ac/
H A Dtermios.h44 #define SETATTR( fd, tiop ) ioctl((fd), TIOCSETP, (caddr_t)(tiop))
/macosx-10.10.1/sudo-73/src/
H A Dterm.c94 # define TCSAFLUSH TIOCSETP
229 if (ioctl(fd, TIOCSETP, &term) == 0) {
246 if (ioctl(fd, TIOCSETP, &term) == 0) {
270 if (ioctl(dst, TIOCSETP, &b) != 0 || ioctl(dst, TIOCSETC, &tc) != 0 ||
/macosx-10.10.1/tcl-105/tcl_ext/expect/expect/
H A Dexp_tty_in.h62 # define TCSETS TIOCSETP
H A Dpty_sgttyb.c114 (void) ioctl(fd, TIOCSETP, (char *)&exp_tty_current);
/macosx-10.10.1/xnu-2782.1.97/bsd/sys/
H A Dioctl_compat.h94 * Structure for TIOCGETP and TIOCSETP ioctls.
118 #define TIOCSETP _IOW('t', 9,struct sgttyb)/* set parameters -- stty */ macro
/macosx-10.10.1/Security-57031.1.35/Security/include/security_cryptkit/
H A Dckutilities.c287 ioctl(fileno(fi), TIOCSETP, &ttyb); local
296 ioctl(fileno(fi), TIOCSETP, &ttyb); local
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_cryptkit/lib/
H A Dckutilities.c287 ioctl(fileno(fi), TIOCSETP, &ttyb); local
296 ioctl(fileno(fi), TIOCSETP, &ttyb); local
/macosx-10.10.1/xnu-2782.1.97/bsd/kern/
H A Dtty_compat.c147 * Notes: This function is used for TIOCGETP, TIOCSETP, and TIOCSETN.
167 * TIOCSETP -> TIOSETAF
193 * TIOCSETP or TIOCSETN command.
197 * field in a successful call to TIOCSETP, TIOCSETN, TIOCLBIS,
214 case TIOCSETP:
223 * Same as TIOCSETP, but the output is not drained, and any
246 *com = (*com == TIOCSETP) ? TIOCSETAF : TIOCSETA;
364 case TIOCSETP:
H A Dtty_dev.c1044 case TIOCSETP:
1171 case TIOCSETP:
/macosx-10.10.1/ksh-23/ksh/src/cmd/ksh93/include/
H A Dterminal.h148 # define TCSAFLUSH TIOCSETP
/macosx-10.10.1/tcsh-65/tcsh/
H A Dmi.termios.c389 return ioctl(filedes, TIOCSETP, &sgbuf) < 0 &&
H A Dsh.file.c149 (void) ioctl(SHIN, TIOCSETP, (ioctl_t) & sgtty);
/macosx-10.10.1/CPANInternal-159.1/Term-ReadLine-Perl-1.0303/ReadLine/
H A Dreadline.pm239 # # # # $TERMIOS_VMIN, $TERMIOS_VTIME, $TIOCGETP, $TIOCGWINSZ, $TIOCSETP,
501 $TIOCSETP=2;
508 $TIOCSETP = &TIOCSETP if defined(&TIOCSETP);
515 $TIOCSETP = 0x80067409 if !defined($TIOCSETP);
1726 &ioctl($term_IN,$TIOCSETP,$sgttyb) || die "Can't ioctl TIOCSETP: $!";
1772 &ioctl($term_IN,$TIOCSETP,
[all...]
/macosx-10.10.1/OpenSSL098-52/src/crypto/des/
H A Dread_pwd.c165 #define TTY_set(tty,data) ioctl(tty,TIOCSETP,data)
/macosx-10.10.1/uucp-11/uucp/
H A Dsysdep.h185 (ioctl ((o), TIOCSETP, &(q)->stty) == 0 \
/macosx-10.10.1/OpenSSL098-52/src/crypto/ui/
H A Dui_openssl.c236 # define TTY_set(tty,data) ioctl(tty,TIOCSETP,data)
/macosx-10.10.1/ntp-92/ntpd/
H A Drefclock_leitch.c362 if (ioctl(fd232, TIOCSETP, &ttyb) < 0) {
364 "leitch_start: ioctl(%s, TIOCSETP): %m", leitchdev);
H A Dntp_refclock.c939 if (ioctl(fd, TIOCSETP, (char *)ttyp) < 0) {
941 "refclock_setup TIOCSETP: %m");
/macosx-10.10.1/ruby-106/ruby/ext/io/console/
H A Dconsole.c50 # define setattr(fd, t) (ioctl((fd), TIOCSETP, (t)) == 0)
/macosx-10.10.1/screen-22/screen/
H A Dtty.c604 /* ioctl(fd, TIOCSETP, (char *)&mp->m_ttyb); */
608 ioctl(fd, TIOCSETP, (char *)&mp->m_ttyb);
/macosx-10.10.1/tcl-105/tcl/tcl/unix/
H A DtclUnixChan.c83 # define SETIOSTATE(fd, statePtr) ioctl((fd), TIOCSETP, (statePtr))
/macosx-10.10.1/tcl-105/tcl84/tcl/unix/
H A DtclUnixChan.c115 # define SETIOSTATE(fd, statePtr) ioctl((fd), TIOCSETP, (statePtr))

Completed in 167 milliseconds

12