Searched refs:TIOCEXT (Results 1 – 6 of 6) sorted by relevance
/freebsd/usr.bin/mail/ |
H A D | tty.c | 65 # ifdef TIOCEXT in grabh() 91 # ifdef TIOCEXT in grabh() 95 if (ioctl(fileno(stdin), TIOCEXT, &flag) < 0) in grabh() 147 # ifdef TIOCEXT in grabh() 150 if (ioctl(fileno(stdin), TIOCEXT, &flag) < 0) in grabh()
|
/freebsd/bin/stty/ |
H A D | key.c | 189 (void)ioctl(ip->fd, TIOCEXT, &tmp); in f_extproc() 192 (void)ioctl(ip->fd, TIOCEXT, &tmp); in f_extproc()
|
/freebsd/sys/sys/ |
H A D | ttycom.h | 78 #define TIOCEXT _IOW('t', 96, int) /* pty: external processing */ macro
|
/freebsd/crypto/heimdal/appl/telnet/ |
H A D | README.ORIG | 614 TIOCEXT Turn on/off the TS_EXTPROC bit
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_platform_limits_netbsd.cpp | 2339 unsigned IOCTL_TIOCEXT = TIOCEXT;
|
H A D | sanitizer_interceptors_ioctl_netbsd.inc | 1264 _(TIOCEXT, READ, sizeof(int));
|