Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/binutils/gdb/gdbserver/
H A Dterminal.h35 #undef TIOCGETP
36 #define TIOCGETP TCGETA macro
H A Dremote-utils.c112 ioctl (remote_desc, TIOCGETP, &sg); in remote_open()
/openbsd/gnu/usr.bin/binutils/gdb/
H A Dterminal.h63 #undef TIOCGETP
64 #define TIOCGETP TCGETA macro
H A Dser-unix.c131 if (ioctl (scb->fd, TIOCGETP, &state->sgttyb) < 0) in get_tty_state()
/openbsd/gnu/usr.bin/perl/h2pl/
H A 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\');}';
H A Dcbreak.pl17 ioctl(STDIN,&TIOCGETP,$sgttyb)
H A Dcbreak2.pl16 ioctl(STDIN,$TIOCGETP,$sgttyb)
/openbsd/gnu/usr.bin/texinfo/info/
H A Dterminal.c566 # if defined (TIOCGETP) in terminal_initialize_terminal()
570 if (ioctl (fileno (stdout), TIOCGETP, &sg) != -1) in terminal_initialize_terminal()
753 ioctl (tty, TIOCGETP, &ttybuff); in terminal_prep_terminal()
840 ioctl (tty, TIOCGETP, &ttybuff); in terminal_unprep_terminal()
/openbsd/gnu/usr.bin/perl/h2pl/eg/sys/
H A Dioctl.pl25 $TIOCGETP = 0x40067408;
/openbsd/gnu/usr.bin/perl/cpan/Term-ReadKey/
H A DReadKey.xs710 ioctl(handle,TIOCGETP,&buf); in getspeed()
815 ioctl(handle,TIOCGETP,&work.buf); in ReadMode()
/openbsd/gnu/lib/libreadline/
H A Drltty.c232 if (ioctl (tty, TIOCGETP, &(tiop->sgttyb)) < 0)
H A Dconfigure2093 Autoconf TIOCGETP
/openbsd/gnu/usr.bin/binutils/gdb/rdi-share/
H A Dconfigure1496 Autoconf TIOCGETP
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_netbsd.cpp2134 unsigned IOCTL_TIOCGETP = TIOCGETP;
H A Dsanitizer_interceptors_ioctl_netbsd.inc1049 _(TIOCGETP, WRITE, struct_sgttyb_sz);
/openbsd/gnu/usr.bin/texinfo/
H A Dconfigure3173 Autoconf TIOCGETP
H A DChangeLog.463449 and cfgetospeed in preference to TIOCGETP.
3457 * info/terminal.c (TIOCGETP, TIOCGETC, TIOCGLTC) [alpha && linux]: