Searched refs:TIOCGETP (Results 1 – 20 of 20) sorted by relevance
| /mirbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | terminal.h | 63 #undef TIOCGETP 64 #define TIOCGETP TCGETA macro
|
| D | ser-unix.c | 123 if (ioctl (scb->fd, TIOCGETP, &state->sgttyb) < 0) in get_tty_state()
|
| /mirbsd/src/gnu/usr.bin/perl/h2pl/ |
| D | README | 8 &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\');}';
|
| D | cbreak2.pl | 16 ioctl(STDIN,$TIOCGETP,$sgttyb)
|
| D | cbreak.pl | 17 ioctl(STDIN,&TIOCGETP,$sgttyb)
|
| /mirbsd/src/gnu/usr.bin/texinfo/info/ |
| D | terminal.c | 567 # 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/ |
| D | gtty.c | 50 return (ioctl(fd, TIOCGETP, tty));
|
| /mirbsd/src/sys/sys/ |
| D | ioctl_compat.h | 88 #define TIOCGETP _IOR('t', 8,struct sgttyb)/* get parameters -- gtty */ macro
|
| /mirbsd/src/usr.bin/window/ |
| D | wwtty.c | 55 if (ioctl(d, TIOCGETP, (char *)&t->ww_sgttyb) < 0)
|
| /mirbsd/src/gnu/usr.bin/perl/h2pl/eg/sys/ |
| D | ioctl.pl | 25 $TIOCGETP = 0x40067408;
|
| /mirbsd/src/usr.bin/sudo/ |
| D | tgetpass.c | 110 # define term_getattr(f, t) ioctl(f, TIOCGETP, t)
|
| /mirbsd/src/share/doc/psd/21.ipc/ |
| D | spell.ok | 103 TIOCGETP
|
| /mirbsd/src/lib/libdes/ |
| D | read_pwd.c | 116 #define TTY_get(tty,data) ioctl(tty,TIOCGETP,data)
|
| /mirbsd/src/lib/libssl/src/crypto/des/ |
| D | read_pwd.c | 164 #define TTY_get(tty,data) ioctl(tty,TIOCGETP,data)
|
| /mirbsd/src/sys/kern/ |
| D | tty_tb.c | 383 case TIOCGETP:
|
| /mirbsd/src/lib/libssl/src/crypto/ui/ |
| D | ui_openssl.c | 222 # define TTY_get(tty,data) ioctl(tty,TIOCGETP,data)
|
| /mirbsd/src/usr.bin/less/ |
| D | screen.c | 55 #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/ |
| D | tty_43.c | 99 case TIOCGETP: {
|
| /mirbsd/src/usr.bin/telnet/ |
| D | sys_bsd.c | 212 ioctl(0, TIOCGETP, (char *)&ottyb); in TerminalSaveState()
|
| /mirbsd/src/gnu/usr.bin/texinfo/ |
| D | configure | 3843 Autoconf TIOCGETP
|