Home
last modified time | relevance | path

Searched refs:TIOCSTI (Results 1 – 18 of 18) sorted by relevance

/freebsd/usr.bin/mail/
H A Dtty.c45 #ifndef TIOCSTI
62 #ifndef TIOCSTI in grabh()
74 #ifndef TIOCSTI in grabh()
83 #ifndef TIOCSTI in grabh()
104 #ifndef TIOCSTI in grabh()
112 #ifndef TIOCSTI in grabh()
119 #ifndef TIOCSTI in grabh()
127 #ifndef TIOCSTI in grabh()
134 #ifdef TIOCSTI in grabh()
140 #ifndef TIOCSTI in grabh()
[all …]
/freebsd/sys/sys/
H A Dttycom.h117 #define TIOCSTI _IOW('t', 114, char) /* simulate terminal input */ macro
/freebsd/contrib/tcsh/
H A Dtc.vers.c136 #if defined(FILEC) && defined(TIOCSTI) in fix_version()
H A Dsh.file.c35 #if defined(FILEC) && defined(TIOCSTI)
251 (void) ioctl(SHOUT, TIOCSTI, (ioctl_t) &buf[i]); in pushback()
265 (void) ioctl(SHOUT, TIOCSTI, (ioctl_t) & c); in pushback()
H A Dtc.os.h133 # ifndef TIOCSTI
H A Dsh.decls.h135 #if defined(FILEC) && defined(TIOCSTI)
H A Dtc.const.c344 #if defined(FILEC) && defined(TIOCSTI)
H A Dsh.set.c231 #if defined(FILEC) && defined(TIOCSTI) in update_vars()
760 #if defined(FILEC) && defined(TIOCSTI) in unset()
H A Dsh.lex.c1669 #if defined(FILEC) && defined(TIOCSTI) in bgetc()
1674 #if defined(FILEC) && defined(TIOCSTI) in bgetc()
H A Ded.chared.c3385 #ifdef TIOCSTI in e_stuff_char()
3396 (void) ioctl(SHIN, TIOCSTI, (ioctl_t) &buf[i]); in e_stuff_char()
H A DFixes629 20. Fix win32 break because of TIOCSTI (Amol)
630 19. Fix TIOCSTI for hpux 11 (Igor Schein)
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_solaris.cpp181 unsigned IOCTL_TIOCSTI = TIOCSTI;
H A Dsanitizer_platform_limits_freebsd.cpp266 unsigned IOCTL_TIOCSTI = TIOCSTI;
H A Dsanitizer_platform_limits_posix.cpp587 unsigned IOCTL_TIOCSTI = TIOCSTI;
H A Dsanitizer_common_interceptors_ioctl.inc79 _(TIOCSTI, READ, sizeof(char));
H A Dsanitizer_platform_limits_netbsd.cpp2322 unsigned IOCTL_TIOCSTI = TIOCSTI;
H A Dsanitizer_interceptors_ioctl_netbsd.inc1247 _(TIOCSTI, READ, sizeof(char));
/freebsd/sys/kern/
H A Dtty.c587 case TIOCSTI: in ttydev_ioctl()
1990 case TIOCSTI: in tty_generic_ioctl()