Home
last modified time | relevance | path

Searched refs:TCGETA (Results 1 – 25 of 36) sorted by relevance

12

/netbsd-src/external/bsd/top/dist/
H A Dscreen.c87 # 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 Dtty.c27 ret = ioctl(fd, TCGETA, ts);
/netbsd-src/external/gpl2/texinfo/dist/info/
H A Dterminal.c714 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 Dscreen.c159 (void)ioctl(2, TCGETA, &s);
/netbsd-src/crypto/external/bsd/openssl.old/lib/libdes/
H A Doread_pwd.c146 #define TTY_get(tty,data) ioctl(tty,TCGETA,data)
/netbsd-src/crypto/external/bsd/openssl/lib/libdes/
H A Doread_pwd.c146 #define TTY_get(tty,data) ioctl(tty,TCGETA,data)
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/sys/
H A Dioctl.d178 enum TCGETA = 0x5405; in version() local
/netbsd-src/games/warp/
H A Dterm.h190 #define tcgetattr(fd, ti) ioctl(fd, TCGETA, ti)
/netbsd-src/usr.bin/resize/
H A Dresize.c452 rc = ioctl(tty, TCGETA, &tioorig); in main()
/netbsd-src/games/larn/
H A Dio.c82 #define gtty(_a,_b) ioctl(_a,TCGETA,_b)
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/ui/
H A Dui_openssl.c118 # define TTY_get(tty,data) ioctl(tty,TCGETA,data)
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/ui/
H A Dui_openssl.c122 # define TTY_get(tty,data) ioctl(tty,TCGETA,data)
/netbsd-src/external/bsd/less/dist/
H A Dscreen.c313 #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 Drltty.c329 # define GETATTR(tty, tiop) (ioctl (tty, TCGETA, tiop))
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_platform_limits_posix.cc688 unsigned IOCTL_TCGETA = TCGETA;
H A Dsanitizer_common_interceptors_ioctl.inc334 _(TCGETA, WRITE, struct_termio_sz);
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_platform_limits_posix.cpp711 unsigned IOCTL_TCGETA = TCGETA;
H A Dsanitizer_common_interceptors_ioctl.inc334 _(TCGETA, WRITE, struct_termio_sz);
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_common_interceptors_ioctl.inc332 _(TCGETA, WRITE, struct_termio_sz);
H A Dsanitizer_platform_limits_posix.cc726 unsigned IOCTL_TCGETA = TCGETA;
/netbsd-src/external/bsd/less/dist/lesstest/lt/
H A Dsubsearch.lt339 #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 Dtcl.m42239 if (ioctl(0, TCGETA, &t) == 0) {
2283 if (ioctl(0, TCGETA, &t) == 0
/netbsd-src/external/gpl3/binutils.old/dist/config/
H A Dtcl.m42239 if (ioctl(0, TCGETA, &t) == 0) {
2283 if (ioctl(0, TCGETA, &t) == 0
/netbsd-src/external/gpl3/gcc/dist/config/
H A Dtcl.m42239 if (ioctl(0, TCGETA, &t) == 0) {
2283 if (ioctl(0, TCGETA, &t) == 0
/netbsd-src/external/gpl3/gcc.old/dist/config/
H A Dtcl.m42239 if (ioctl(0, TCGETA, &t) == 0) {
2283 if (ioctl(0, TCGETA, &t) == 0

12