Home
last modified time | relevance | path

Searched refs:TIOCSETP (Results 1 – 12 of 12) sorted by relevance

/openbsd/src/gnu/usr.bin/binutils/gdb/gdbserver/
Dterminal.h39 #undef TIOCSETP
40 #define TIOCSETP TCSETAF macro
Dremote-utils.c114 ioctl (remote_desc, TIOCSETP, &sg); in remote_open()
/openbsd/src/gnu/usr.bin/binutils/gdb/
Dterminal.h67 #undef TIOCSETP
68 #define TIOCSETP TCSETAF macro
Dser-unix.c311 return (ioctl (scb->fd, TIOCSETP, &state.sgttyb)); in hardwire_drain_output()
DChangeLog-1990107 * remote-nindy.c (): Use TIOCSETN rather than TIOCSETP
DChangeLog-19934054 * ser-unix.c: Use TIOCSETN not TIOCSETP so it is true.
/openbsd/src/gnu/usr.bin/perl/h2pl/
Dcbreak.pl29 ioctl(STDIN,&TIOCSETP,$sgttyb)
Dcbreak2.pl28 ioctl(STDIN,$TIOCSETP,$sgttyb)
/openbsd/src/gnu/usr.bin/perl/h2pl/eg/sys/
Dioctl.pl26 $TIOCSETP = 0x80067409;
/openbsd/src/gnu/usr.bin/perl/cpan/Term-ReadKey/
DReadKey.xs1379 ioctl(handle,TIOCSETP,&work.buf); in ReadMode()
/openbsd/src/gnu/llvm/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_netbsd.cpp2135 unsigned IOCTL_TIOCSETP = TIOCSETP;
Dsanitizer_interceptors_ioctl_netbsd.inc1050 _(TIOCSETP, READ, struct_sgttyb_sz);