Searched refs:TIOCGETP (Results 1 - 25 of 31) sorted by relevance

12

/freebsd-10-stable/contrib/gdb/gdb/gdbserver/
H A Dterminal.h35 #undef TIOCGETP macro
36 #define TIOCGETP TCGETA macro
H A Dremote-utils.c101 ioctl (remote_desc, TIOCGETP, &sg);
/freebsd-10-stable/contrib/gdb/gdb/
H A Dterminal.h63 #undef TIOCGETP macro
64 #define TIOCGETP TCGETA macro
H A Dser-unix.c133 if (ioctl (scb->fd, TIOCGETP, &state->sgttyb) < 0)
/freebsd-10-stable/contrib/telnet/libtelnet/
H A Dread_password.c100 if (ioctl(0,TIOCGETP,(char *)&tty_state) == -1)
/freebsd-10-stable/contrib/texinfo/info/
H A Dterminal.c567 # if defined (TIOCGETP)
571 if (ioctl (fileno (stdout), TIOCGETP, &sg) != -1)
578 # endif /* !TIOCGETP */
765 ioctl (tty, TIOCGETP, &ttybuff);
852 ioctl (tty, TIOCGETP, &ttybuff);
/freebsd-10-stable/sys/sys/
H A Dioctl_compat.h64 * Structure for TIOCGETP and TIOCSETP ioctls.
77 #define TIOCGETP _IOR('t', 8, struct sgttyb) /* get parameters */ macro
/freebsd-10-stable/contrib/top/
H A Dscreen.c219 if (ioctl(STDOUT, TIOCGETP, &old_settings) == -1)
244 if (ioctl(STDOUT, TIOCGETP, &old_settings) != -1)
/freebsd-10-stable/contrib/tcsh/
H A Ded.term.c459 # if defined(VERASE) || defined(TIOCGETP)
462 # if defined(VKILL) || defined(TIOCGETP)
703 # ifdef TIOCGETP
704 RETRY(ioctl(fd, TIOCGETP, (ioctl_t) &td->d_t));
705 # endif /* TIOCGETP */
879 # ifdef TIOCGETP
886 # endif /* TIOCGETP */
1017 # ifdef TIOCGETP
1024 # endif /* TIOCGETP */
H A Dsh.file.c146 (void) ioctl(SHIN, TIOCGETP, (ioctl_t) & sgtty);
199 (void) ioctl(SHIN, TIOCGETP, (ioctl_t) & tty);
262 (void) ioctl(SHOUT, TIOCGETP, (ioctl_t) & tty);
H A Ded.term.h511 # ifdef TIOCGETP
513 # endif /* TIOCGETP */
H A Dmi.termios.c160 if (ioctl(filedes, TIOCGETP, &sgbuf) < 0
H A Dsh.lex.c1449 if (ioctl(SHIN, TIOCGETP, (ioctl_t) & tty) == 0 &&
H A Dconfigure4058 Autoconf TIOCGETP
/freebsd-10-stable/crypto/openssl/crypto/des/
H A Dread_pwd.c167 # define TTY_get(tty,data) ioctl(tty,TIOCGETP,data)
/freebsd-10-stable/sys/kern/
H A Dtty_compat.c202 case TIOCGETP: {
/freebsd-10-stable/contrib/ntp/ntpd/
H A Drefclock_leitch.c333 if (ioctl(fd232, TIOCGETP, &ttyb) < 0) {
335 "leitch_start: ioctl(%s, TIOCGETP): %m", leitchdev);
H A Dntp_refclock.c969 if (ioctl(fd, TIOCGETP, (char *)ttyp) < 0) {
972 "refclock_setup fd %d TIOCGETP: %m",
/freebsd-10-stable/crypto/openssl/crypto/ui/
H A Dui_openssl.c241 # define TTY_get(tty,data) ioctl(tty,TIOCGETP,data)
/freebsd-10-stable/contrib/libreadline/
H A Drltty.c239 if (ioctl (tty, TIOCGETP, &(tiop->sgttyb)) < 0)
/freebsd-10-stable/contrib/telnet/telnet/
H A Dsys_bsd.c236 ioctl(0, TIOCGETP, (char *)&ottyb);
/freebsd-10-stable/contrib/less/
H A Dscreen.c512 #ifdef TIOCGETP
523 ioctl(tty, TIOCGETP, &s);
/freebsd-10-stable/contrib/telnet/telnetd/
H A Dsys_term.c150 (void) ioctl(pty, TIOCGETP, (char *)&termbuf.sg);
/freebsd-10-stable/contrib/ee/
H A Dnew_curse.c860 value = ioctl(0, TIOCGETP, &Terminal);
2796 value = ioctl(0, TIOCGETP, &Saved_tty); /* set characteristics */
/freebsd-10-stable/contrib/libreadline/examples/rlfe/
H A Dconfigure2458 Autoconf TIOCGETP

Completed in 342 milliseconds

12