/external/ltp/testcases/kernel/syscalls/ioctl/ |
D | ioctl02.c | 185 if (ioctl(parentfd, TCSETA, &save_io) == -1) in main() 252 TEST(ioctl(parentfd, TCSETA, &termio)); in run_ptest() 464 if (ioctl(parentfd, TCSETA, &save_io) == -1) in cleanup()
|
/external/curl/src/ |
D | tool_getpass.c | 206 ioctl(fd, TCSETA, &noecho); in ttyecho() 219 ioctl(fd, TCSETA, &withecho); in ttyecho()
|
/external/syzkaller/sys/linux/ |
D | tty_386.const | 47 TCSETA = 21510
|
D | tty_arm.const | 47 TCSETA = 21510
|
D | tty_arm64.const | 47 TCSETA = 21510
|
D | tty_amd64.const | 47 TCSETA = 21510
|
D | tty_ppc64le.const | 47 # TCSETA is not set
|
D | tty.txt | 18 ioctl$TCSETA(fd fd_tty, cmd const[TCSETA], arg ptr[in, termio])
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | ioctls.h | 25 #define TCSETA 0x5406 macro
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | ioctls.h | 16 #define TCSETA 0x5402 /* Clashes with SNDCTL_TMR_START sound ioctl */ macro
|
/external/libpng/contrib/gregbook/ |
D | rpng-win.c | 106 ioctl(fd, TCSETA, &new_tty); in repl_getch() 108 ioctl(fd, TCSETA, &old_tty); in repl_getch()
|
D | rpng2-win.c | 117 ioctl(fd, TCSETA, &new_tty); in repl_getch() 119 ioctl(fd, TCSETA, &old_tty); in repl_getch()
|
/external/python/cpython2/Modules/ |
D | termios.c | 719 #ifdef TCSETA 720 {"TCSETA", TCSETA},
|
/external/python/cpython3/Modules/ |
D | termios.c | 747 #ifdef TCSETA 748 {"TCSETA", TCSETA},
|
/external/strace/ |
D | term.c | 185 case TCSETA: in term_ioctl()
|
/external/python/cpython2/Lib/plat-irix6/ |
D | IOCTL.py | 177 TCSETA = (TIOC|9) variable
|
/external/python/cpython2/Lib/plat-irix5/ |
D | IOCTL.py | 177 TCSETA = (TIOC|9) variable
|
/external/ltp/testcases/kernel/pty/ |
D | ptem01.c | 105 if (ioctl(slavefd, TCSETA, &termio) != 0) { in test1()
|
/external/syzkaller/vendor/golang.org/x/sys/unix/ |
D | zerrors_solaris_amd64.go | 1038 TCSETA = 0x5402 const
|
D | zerrors_linux_sparc64.go | 1642 TCSETA = 0x80125402 const
|
D | zerrors_linux_mipsle.go | 1979 TCSETA = 0x5402 const
|
D | zerrors_linux_s390x.go | 2039 TCSETA = 0x5406 const
|
D | zerrors_linux_arm.go | 1985 TCSETA = 0x5406 const
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_platform_limits_posix.cc | 700 unsigned IOCTL_TCSETA = TCSETA;
|
D | sanitizer_common_interceptors_ioctl.inc | 334 _(TCSETA, READ, struct_termio_sz);
|