Searched refs:TIOCLGET (Results 1 – 9 of 9) sorted by relevance
| /freebsd/contrib/tcsh/ |
| H A D | sh.print.c | 247 #ifdef TIOCLGET in flush() 248 if (didfds == 0 && ioctl(unit, TIOCLGET, (ioctl_t) & lmode) == 0 && in flush()
|
| H A D | ed.term.c | 709 # ifdef TIOCLGET in tty_getty() 710 RETRY(ioctl(fd, TIOCLGET, (ioctl_t) &td->d_lb)); in tty_getty() 740 # ifdef TIOCLGET in tty_setty()
|
| H A D | ed.term.h | 519 # ifdef TIOCLGET
|
| /freebsd/sys/sys/ |
| H A D | ioctl_compat.h | 131 #define TIOCLGET _IOR('t', 124, int) /* get local modes */ macro
|
| /freebsd/contrib/telnet/telnet/ |
| H A D | sys_bsd.c | 151 ioctl(0, TIOCLGET, (char *)&flush); in TerminalAutoFlush() 233 ioctl(0, TIOCLGET, (char *)&olmode); in TerminalSaveState()
|
| /freebsd/sys/kern/ |
| H A D | tty_compat.c | 238 case TIOCLGET: in tty_ioctl_compat()
|
| /freebsd/crypto/heimdal/appl/telnet/telnet/ |
| H A D | sys_bsd.c | 114 ioctl(0, TIOCLGET, (char *)&flush); in TerminalAutoFlush()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_platform_limits_netbsd.cpp | 2142 unsigned IOCTL_TIOCLGET = TIOCLGET;
|
| H A D | sanitizer_interceptors_ioctl_netbsd.inc | 1057 _(TIOCLGET, WRITE, sizeof(int));
|