/netbsd-src/external/bsd/top/dist/ |
H A D | screen.c | 87 # ifdef TCGETA 346 if (ioctl(STDOUT, TCGETA, &old_settings) == -1) in screen_readtermcap() 398 if (ioctl(STDOUT, TCGETA, &old_settings) != -1) in screen_init()
|
/netbsd-src/bin/ksh/ |
H A D | tty.c | 27 ret = ioctl(fd, TCGETA, ts);
|
/netbsd-src/external/gpl2/texinfo/dist/info/ |
H A D | terminal.c | 714 ioctl (tty, TCGETA, &original_termio); in terminal_prep_terminal() 715 ioctl (tty, TCGETA, &ttybuff); in terminal_prep_terminal()
|
/netbsd-src/distrib/utils/more/ |
H A D | screen.c | 159 (void)ioctl(2, TCGETA, &s);
|
/netbsd-src/crypto/external/bsd/openssl.old/lib/libdes/ |
H A D | oread_pwd.c | 146 #define TTY_get(tty,data) ioctl(tty,TCGETA,data)
|
/netbsd-src/crypto/external/bsd/openssl/lib/libdes/ |
H A D | oread_pwd.c | 146 #define TTY_get(tty,data) ioctl(tty,TCGETA,data)
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/sys/ |
H A D | ioctl.d | 178 enum TCGETA = 0x5405; in version() local
|
/netbsd-src/games/warp/ |
H A D | term.h | 190 #define tcgetattr(fd, ti) ioctl(fd, TCGETA, ti)
|
/netbsd-src/usr.bin/resize/ |
H A D | resize.c | 452 rc = ioctl(tty, TCGETA, &tioorig); in main()
|
/netbsd-src/games/larn/ |
H A D | io.c | 82 #define gtty(_a,_b) ioctl(_a,TCGETA,_b)
|
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/ui/ |
H A D | ui_openssl.c | 118 # define TTY_get(tty,data) ioctl(tty,TCGETA,data)
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/ui/ |
H A D | ui_openssl.c | 122 # define TTY_get(tty,data) ioctl(tty,TCGETA,data)
|
/netbsd-src/external/bsd/less/dist/ |
H A D | screen.c | 313 #if (HAVE_TERMIOS_H && HAVE_TERMIOS_FUNCS) || defined(TCGETA) 555 #ifdef TCGETA in raw_mode() 566 ioctl(tty, TCGETA, &s); in raw_mode()
|
/netbsd-src/external/gpl3/gdb/dist/readline/readline/ |
H A D | rltty.c | 329 # define GETATTR(tty, tiop) (ioctl (tty, TCGETA, tiop))
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
H A D | sanitizer_platform_limits_posix.cc | 688 unsigned IOCTL_TCGETA = TCGETA;
|
H A D | sanitizer_common_interceptors_ioctl.inc | 334 _(TCGETA, WRITE, struct_termio_sz);
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_platform_limits_posix.cpp | 711 unsigned IOCTL_TCGETA = TCGETA;
|
H A D | sanitizer_common_interceptors_ioctl.inc | 334 _(TCGETA, WRITE, struct_termio_sz);
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_common_interceptors_ioctl.inc | 332 _(TCGETA, WRITE, struct_termio_sz);
|
H A D | sanitizer_platform_limits_posix.cc | 726 unsigned IOCTL_TCGETA = TCGETA;
|
/netbsd-src/external/bsd/less/dist/lesstest/lt/ |
H A D | subsearch.lt | 339 #if (HAVE_TERMIOS_H && HAVE_TERMIOS_FUNCS) || defined(TCGETA) 581 #ifdef TCGETA 592 ioctl(tty, TCGETA, &s);
|
/netbsd-src/external/gpl3/binutils/dist/config/ |
H A D | tcl.m4 | 2239 if (ioctl(0, TCGETA, &t) == 0) { 2283 if (ioctl(0, TCGETA, &t) == 0
|
/netbsd-src/external/gpl3/binutils.old/dist/config/ |
H A D | tcl.m4 | 2239 if (ioctl(0, TCGETA, &t) == 0) { 2283 if (ioctl(0, TCGETA, &t) == 0
|
/netbsd-src/external/gpl3/gcc/dist/config/ |
H A D | tcl.m4 | 2239 if (ioctl(0, TCGETA, &t) == 0) { 2283 if (ioctl(0, TCGETA, &t) == 0
|
/netbsd-src/external/gpl3/gcc.old/dist/config/ |
H A D | tcl.m4 | 2239 if (ioctl(0, TCGETA, &t) == 0) { 2283 if (ioctl(0, TCGETA, &t) == 0
|