Home
last modified time | relevance | path

Searched refs:TIOCEXT (Results 1 – 6 of 6) sorted by relevance

/freebsd/usr.bin/mail/
H A Dtty.c65 # 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 Dkey.c189 (void)ioctl(ip->fd, TIOCEXT, &tmp); in f_extproc()
192 (void)ioctl(ip->fd, TIOCEXT, &tmp); in f_extproc()
/freebsd/sys/sys/
H A Dttycom.h78 #define TIOCEXT _IOW('t', 96, int) /* pty: external processing */ macro
/freebsd/crypto/heimdal/appl/telnet/
H A DREADME.ORIG614 TIOCEXT Turn on/off the TS_EXTPROC bit
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_netbsd.cpp2339 unsigned IOCTL_TIOCEXT = TIOCEXT;
H A Dsanitizer_interceptors_ioctl_netbsd.inc1264 _(TIOCEXT, READ, sizeof(int));