Searched refs:TIOCLSET (Results 1 – 15 of 15) sorted by relevance
| /netbsd-src/external/bsd/top/dist/ |
| H A D | screen.c | 388 (void) ioctl(STDOUT, TIOCLSET, &new_lword); in screen_init() 474 (void) ioctl(STDOUT, TIOCLSET, &old_lword); in screen_end() 496 (void) ioctl(STDOUT, TIOCLSET, &new_lword); in screen_reinit()
|
| /netbsd-src/sys/sys/ |
| H A D | ioctl_compat.h | 146 #define TIOCLSET _IOW('t', 125, int) /* set entire local mode word */ macro
|
| /netbsd-src/external/gpl2/texinfo/dist/info/ |
| H A D | terminal.c | 782 ioctl (tty, TIOCLSET, &flags); in terminal_prep_terminal() 866 ioctl (tty, TIOCLSET, &original_lmode); in terminal_unprep_terminal()
|
| /netbsd-src/sys/compat/common/ |
| H A D | tty_43.c | 221 case TIOCLSET: { in compat_43_ttioctl() 231 case TIOCLSET: in compat_43_ttioctl()
|
| /netbsd-src/external/gpl3/gdb/dist/readline/readline/ |
| H A D | rltty.c | 209 #if defined (TIOCLSET) in set_tty_settings() 212 ioctl (tty, TIOCLSET, &(tiop->lflag)); in set_tty_settings()
|
| /netbsd-src/sys/kern/ |
| H A D | tty_pty.c | 1207 case TIOCLSET: in ptyioctl()
|
| H A D | tty.c | 1062 case TIOCLSET: in ttioctl()
|
| /netbsd-src/share/man/tools/ |
| H A D | sp.ignore | 1462 TIOCLSET
|
| H A D | newsp.errs | 2786 TIOCLSET
|
| /netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
| H A D | sanitizer_platform_limits_netbsd.cc | 1978 unsigned IOCTL_TIOCLSET = TIOCLSET;
|
| H A D | sanitizer_interceptors_ioctl_netbsd.inc | 1057 _(TIOCLSET, READ, sizeof(int));
|
| /netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
| H A D | sanitizer_platform_limits_netbsd.cpp | 2141 unsigned IOCTL_TIOCLSET = TIOCLSET;
|
| H A D | sanitizer_interceptors_ioctl_netbsd.inc | 1056 _(TIOCLSET, READ, sizeof(int));
|
| /netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
| H A D | sanitizer_platform_limits_netbsd.cc | 2140 unsigned IOCTL_TIOCLSET = TIOCLSET;
|
| H A D | sanitizer_interceptors_ioctl_netbsd.inc | 1056 _(TIOCLSET, READ, sizeof(int));
|