/freebsd/contrib/tcsh/ |
H A D | ed.term.c | 456 # if defined(VERASE) || defined(TIOCGETP) 459 # if defined(VKILL) || defined(TIOCGETP) 700 # ifdef TIOCGETP in tty_getty() 701 RETRY(ioctl(fd, TIOCGETP, (ioctl_t) &td->d_t)); in tty_getty() 876 # ifdef TIOCGETP in tty_getchar() 1014 # ifdef TIOCGETP in tty_setchar()
|
H A D | sh.file.c | 143 (void) ioctl(SHIN, TIOCGETP, (ioctl_t) & sgtty); in setup_tty() 196 (void) ioctl(SHIN, TIOCGETP, (ioctl_t) & tty); in back_to_col_1() 259 (void) ioctl(SHOUT, TIOCGETP, (ioctl_t) & tty); in pushback()
|
H A D | ed.term.h | 510 # ifdef TIOCGETP
|
H A D | mi.termios.c | 158 if (ioctl(filedes, TIOCGETP, &sgbuf) < 0
|
H A D | sh.lex.c | 1462 if (ioctl(SHIN, TIOCGETP, (ioctl_t) & tty) == 0 && in readc()
|
/freebsd/contrib/telnet/libtelnet/ |
H A D | read_password.c | 92 if (ioctl(0,TIOCGETP,(char *)&tty_state) == -1)
|
/freebsd/sys/sys/ |
H A D | ioctl_compat.h | 76 #define TIOCGETP _IOR('t', 8, struct sgttyb) /* get parameters */ macro
|
/freebsd/share/doc/psd/21.ipc/ |
H A D | spell.ok | 103 TIOCGETP
|
/freebsd/contrib/ntp/ntpd/ |
H A D | refclock_leitch.c | 333 if (ioctl(fd232, TIOCGETP, &ttyb) < 0) { in leitch_start()
|
H A D | ntp_refclock.c | 1193 if (ioctl(fd, TIOCGETP, (char *)ttyp) < 0) { in refclock_setup() 1196 "refclock_setup fd %d TIOCGETP: %m", in refclock_setup()
|
/freebsd/sys/kern/ |
H A D | tty_compat.c | 198 case TIOCGETP: { in tty_ioctl_compat()
|
/freebsd/crypto/openssl/crypto/ui/ |
H A D | ui_openssl.c | 126 # define TTY_get(tty,data) ioctl(tty,TIOCGETP,data)
|
/freebsd/contrib/telnet/telnet/ |
H A D | sys_bsd.c | 230 ioctl(0, TIOCGETP, (char *)&ottyb); in TerminalSaveState()
|
/freebsd/contrib/less/ |
H A D | screen.c | 595 #ifdef TIOCGETP in raw_mode() 606 ioctl(tty, TIOCGETP, &s); in raw_mode()
|
/freebsd/contrib/ee/ |
H A D | new_curse.c | 860 value = ioctl(0, TIOCGETP, &Terminal); in initscr() 2796 value = ioctl(0, TIOCGETP, &Saved_tty); /* set characteristics */ in savetty()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_platform_limits_netbsd.cpp | 2134 unsigned IOCTL_TIOCGETP = TIOCGETP;
|
H A D | sanitizer_interceptors_ioctl_netbsd.inc | 1049 _(TIOCGETP, WRITE, struct_sgttyb_sz);
|
/freebsd/contrib/sqlite3/tea/tclconfig/ |
H A D | tcl.m4 | 2122 if (ioctl(0, TIOCGETP, &t) == 0) { 2168 if (ioctl(0, TIOCGETP, &t) == 0
|
/freebsd/contrib/libevent/ |
H A D | configure | 5031 Autoconf TIOCGETP
|
/freebsd/contrib/ntp/sntp/libevent/ |
H A D | configure | 5657 Autoconf TIOCGETP
|
/freebsd/contrib/ncurses/ |
H A D | configure | 3073 int Autoconf = TIOCGETP;
|
/freebsd/contrib/ntp/sntp/ |
H A D | configure |
|
/freebsd/contrib/ntp/ |
H A D | configure |
|