/external/ltp/testcases/kernel/syscalls/ioctl/ |
D | ioctl01.c | 82 &bfd, TCGETA, &termio, EBADF}, 85 &fd, TCGETA, (struct termio *)-1, EFAULT}, 94 &fd1, TCGETA, &termio, ENOTTY}, 97 &fd, TCGETA, NULL, EFAULT}
|
D | ioctl02.c | 261 rval = ioctl(parentfd, TCGETA, &termio); in run_ptest() 433 SAFE_IOCTL(cleanup, fd, TCGETA, &save_io); in setup()
|
/external/syzkaller/sys/linux/ |
D | tty_386.const | 43 TCGETA = 21509
|
D | tty_arm.const | 43 TCGETA = 21509
|
D | tty_arm64.const | 43 TCGETA = 21509
|
D | tty_amd64.const | 43 TCGETA = 21509
|
D | tty_ppc64le.const | 43 # TCGETA is not set
|
D | tty.txt | 17 ioctl$TCGETA(fd fd_tty, cmd const[TCGETA], arg ptr[out, termio])
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | ioctls.h | 24 #define TCGETA 0x5405 macro
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | ioctls.h | 15 #define TCGETA 0x5401 macro
|
/external/curl/src/ |
D | tool_getpass.c | 203 ioctl(fd, TCGETA, &withecho); in ttyecho()
|
/external/python/cpython2/Modules/ |
D | termios.c | 707 #ifdef TCGETA 708 {"TCGETA", TCGETA},
|
/external/python/cpython3/Modules/ |
D | termios.c | 735 #ifdef TCGETA 736 {"TCGETA", TCGETA},
|
/external/strace/ |
D | term.c | 181 case TCGETA: in term_ioctl()
|
/external/python/cpython2/Lib/plat-irix6/ |
D | IOCTL.py | 176 TCGETA = (TIOC|8) variable
|
/external/python/cpython2/Lib/plat-irix5/ |
D | IOCTL.py | 176 TCGETA = (TIOC|8) variable
|
/external/ltp/testcases/kernel/pty/ |
D | ptem01.c | 101 if (ioctl(slavefd, TCGETA, &termio) != 0) { in test1()
|
/external/libpng/contrib/gregbook/ |
D | rpng-win.c | 103 ioctl(fd, TCGETA, &old_tty); in repl_getch()
|
D | rpng2-win.c | 114 ioctl(fd, TCGETA, &old_tty); in repl_getch()
|
/external/syzkaller/vendor/golang.org/x/sys/unix/ |
D | zerrors_solaris_amd64.go | 1005 TCGETA = 0x5401 const
|
D | zerrors_linux_sparc64.go | 1588 TCGETA = 0x40125401 const
|
D | zerrors_linux_mipsle.go | 1920 TCGETA = 0x5401 const
|
D | zerrors_linux_s390x.go | 1979 TCGETA = 0x5405 const
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_platform_limits_posix.cc | 696 unsigned IOCTL_TCGETA = TCGETA;
|
D | sanitizer_common_interceptors_ioctl.inc | 330 _(TCGETA, WRITE, struct_termio_sz);
|