Searched refs:TIOCLGET (Results 1 – 13 of 13) sorted by relevance
| /netbsd-src/external/gpl2/texinfo/dist/info/ |
| H A D | terminal.c | 776 # if defined (TIOCLGET) && defined (LPASS8) in terminal_prep_terminal() 779 ioctl (tty, TIOCLGET, &flags); in terminal_prep_terminal() 865 # if defined (TIOCLGET) && defined (LPASS8) in terminal_unprep_terminal()
|
| /netbsd-src/external/gpl3/gdb/dist/readline/readline/ |
| H A D | rltty.c | 181 #if defined (TIOCLGET) in get_tty_settings() 182 if (ioctl (tty, TIOCLGET, &(tiop->lflag)) == 0) in get_tty_settings() 271 #if defined (TIOCLGET) in prepare_terminal_settings()
|
| /netbsd-src/sys/sys/ |
| H A D | ioctl_compat.h | 147 #define TIOCLGET _IOR('t', 124, int) /* get local modes */ macro
|
| /netbsd-src/external/bsd/top/dist/ |
| H A D | screen.c | 384 (void) ioctl(STDOUT, TIOCLGET, &old_lword); in screen_init()
|
| /netbsd-src/sys/compat/common/ |
| H A D | tty_43.c | 245 case TIOCLGET: in compat_43_ttioctl()
|
| /netbsd-src/share/man/tools/ |
| H A D | sp.ignore | 1461 TIOCLGET
|
| H A D | newsp.errs | 2785 TIOCLGET
|
| /netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
| H A D | sanitizer_platform_limits_netbsd.cc | 1979 unsigned IOCTL_TIOCLGET = TIOCLGET;
|
| H A D | sanitizer_interceptors_ioctl_netbsd.inc | 1058 _(TIOCLGET, WRITE, sizeof(int));
|
| /netbsd-src/external/gpl3/gcc/dist/libsanitizer/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));
|
| /netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
| H A D | sanitizer_platform_limits_netbsd.cc | 2141 unsigned IOCTL_TIOCLGET = TIOCLGET;
|
| H A D | sanitizer_interceptors_ioctl_netbsd.inc | 1057 _(TIOCLGET, WRITE, sizeof(int));
|