Home
last modified time | relevance | path

Searched refs:TIOCGETP (Results 1 – 20 of 20) sorted by relevance

/mirbsd/src/gnu/usr.bin/binutils/gdb/
Dterminal.h63 #undef TIOCGETP
64 #define TIOCGETP TCGETA macro
Dser-unix.c123 if (ioctl (scb->fd, TIOCGETP, &state->sgttyb) < 0) in get_tty_state()
/mirbsd/src/gnu/usr.bin/perl/h2pl/
DREADME8 &TIOCGETP, then you'll get a fatal run-time error on the system lacking that
10 you a 0 $TIOCGETP and God only knows what may then happen. Still, I like the
41 eval 'sub TIOCGETP {&_IOR("t", 8,\'struct sgttyb\');}';
Dcbreak2.pl16 ioctl(STDIN,$TIOCGETP,$sgttyb)
Dcbreak.pl17 ioctl(STDIN,&TIOCGETP,$sgttyb)
/mirbsd/src/gnu/usr.bin/texinfo/info/
Dterminal.c567 # if defined (TIOCGETP) in terminal_initialize_terminal()
571 if (ioctl (fileno (stdout), TIOCGETP, &sg) != -1) in terminal_initialize_terminal()
764 ioctl (tty, TIOCGETP, &ttybuff); in terminal_prep_terminal()
851 ioctl (tty, TIOCGETP, &ttybuff); in terminal_unprep_terminal()
/mirbsd/src/lib/libcompat/4.1/
Dgtty.c50 return (ioctl(fd, TIOCGETP, tty));
/mirbsd/src/sys/sys/
Dioctl_compat.h88 #define TIOCGETP _IOR('t', 8,struct sgttyb)/* get parameters -- gtty */ macro
/mirbsd/src/usr.bin/window/
Dwwtty.c55 if (ioctl(d, TIOCGETP, (char *)&t->ww_sgttyb) < 0)
/mirbsd/src/gnu/usr.bin/perl/h2pl/eg/sys/
Dioctl.pl25 $TIOCGETP = 0x40067408;
/mirbsd/src/usr.bin/sudo/
Dtgetpass.c110 # define term_getattr(f, t) ioctl(f, TIOCGETP, t)
/mirbsd/src/share/doc/psd/21.ipc/
Dspell.ok103 TIOCGETP
/mirbsd/src/lib/libdes/
Dread_pwd.c116 #define TTY_get(tty,data) ioctl(tty,TIOCGETP,data)
/mirbsd/src/lib/libssl/src/crypto/des/
Dread_pwd.c164 #define TTY_get(tty,data) ioctl(tty,TIOCGETP,data)
/mirbsd/src/sys/kern/
Dtty_tb.c383 case TIOCGETP:
/mirbsd/src/lib/libssl/src/crypto/ui/
Dui_openssl.c222 # define TTY_get(tty,data) ioctl(tty,TIOCGETP,data)
/mirbsd/src/usr.bin/less/
Dscreen.c55 #if HAVE_SYS_IOCTL_H && (defined(TIOCGWINSZ) || defined(TCGETA) || defined(TIOCGETP) || defined(WIO…
496 #ifdef TIOCGETP
507 ioctl(tty, TIOCGETP, &s);
/mirbsd/src/sys/compat/common/
Dtty_43.c99 case TIOCGETP: {
/mirbsd/src/usr.bin/telnet/
Dsys_bsd.c212 ioctl(0, TIOCGETP, (char *)&ottyb); in TerminalSaveState()
/mirbsd/src/gnu/usr.bin/texinfo/
Dconfigure3843 Autoconf TIOCGETP