Home
last modified time | relevance | path

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

/freebsd-12-stable/usr.bin/mail/
Dtty.c53 #ifndef TIOCSTI
70 #ifndef TIOCSTI in grabh()
82 #ifndef TIOCSTI in grabh()
91 #ifndef TIOCSTI in grabh()
112 #ifndef TIOCSTI in grabh()
120 #ifndef TIOCSTI in grabh()
127 #ifndef TIOCSTI in grabh()
135 #ifndef TIOCSTI in grabh()
146 #ifndef TIOCSTI in grabh()
185 #ifndef TIOCSTI in readtty()
[all …]
/freebsd-12-stable/sys/sys/
Dttycom.h120 #define TIOCSTI _IOW('t', 114, char) /* simulate terminal input */ macro
/freebsd-12-stable/contrib/tcsh/
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()
Dtc.vers.c136 #if defined(FILEC) && defined(TIOCSTI) in fix_version()
Dtc.os.h133 # ifndef TIOCSTI
Dsh.decls.h135 #if defined(FILEC) && defined(TIOCSTI)
Dtc.const.c344 #if defined(FILEC) && defined(TIOCSTI)
Dsh.set.c231 #if defined(FILEC) && defined(TIOCSTI) in update_vars()
760 #if defined(FILEC) && defined(TIOCSTI) in unset()
Dsh.lex.c1669 #if defined(FILEC) && defined(TIOCSTI) in bgetc()
1674 #if defined(FILEC) && defined(TIOCSTI) in bgetc()
Ded.chared.c3385 #ifdef TIOCSTI in e_stuff_char()
3396 (void) ioctl(SHIN, TIOCSTI, (ioctl_t) &buf[i]); in e_stuff_char()
DFixes629 20. Fix win32 break because of TIOCSTI (Amol)
630 19. Fix TIOCSTI for hpux 11 (Igor Schein)
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_solaris.cpp180 unsigned IOCTL_TIOCSTI = TIOCSTI;
Dsanitizer_platform_limits_freebsd.cpp245 unsigned IOCTL_TIOCSTI = TIOCSTI;
Dsanitizer_platform_limits_posix.cpp538 unsigned IOCTL_TIOCSTI = TIOCSTI;
Dsanitizer_common_interceptors_ioctl.inc79 _(TIOCSTI, READ, sizeof(char));
Dsanitizer_platform_limits_netbsd.cpp2321 unsigned IOCTL_TIOCSTI = TIOCSTI;
Dsanitizer_interceptors_ioctl_netbsd.inc1247 _(TIOCSTI, READ, sizeof(char));
/freebsd-12-stable/sys/kern/
Dtty.c579 case TIOCSTI: in ttydev_ioctl()
1954 case TIOCSTI: in tty_generic_ioctl()