Home
last modified time | relevance | path

Searched refs:TCSETA (Results 1 – 25 of 33) sorted by relevance

12

/external/ltp/testcases/kernel/syscalls/ioctl/
Dioctl02.c185 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/
Dtool_getpass.c206 ioctl(fd, TCSETA, &noecho); in ttyecho()
219 ioctl(fd, TCSETA, &withecho); in ttyecho()
/external/syzkaller/sys/linux/
Dtty_386.const47 TCSETA = 21510
Dtty_arm.const47 TCSETA = 21510
Dtty_arm64.const47 TCSETA = 21510
Dtty_amd64.const47 TCSETA = 21510
Dtty_ppc64le.const47 # TCSETA is not set
Dtty.txt18 ioctl$TCSETA(fd fd_tty, cmd const[TCSETA], arg ptr[in, termio])
/external/kernel-headers/original/uapi/asm-generic/
Dioctls.h25 #define TCSETA 0x5406 macro
/external/kernel-headers/original/uapi/asm-mips/asm/
Dioctls.h16 #define TCSETA 0x5402 /* Clashes with SNDCTL_TMR_START sound ioctl */ macro
/external/libpng/contrib/gregbook/
Drpng-win.c106 ioctl(fd, TCSETA, &new_tty); in repl_getch()
108 ioctl(fd, TCSETA, &old_tty); in repl_getch()
Drpng2-win.c117 ioctl(fd, TCSETA, &new_tty); in repl_getch()
119 ioctl(fd, TCSETA, &old_tty); in repl_getch()
/external/python/cpython2/Modules/
Dtermios.c719 #ifdef TCSETA
720 {"TCSETA", TCSETA},
/external/python/cpython3/Modules/
Dtermios.c747 #ifdef TCSETA
748 {"TCSETA", TCSETA},
/external/strace/
Dterm.c185 case TCSETA: in term_ioctl()
/external/python/cpython2/Lib/plat-irix6/
DIOCTL.py177 TCSETA = (TIOC|9) variable
/external/python/cpython2/Lib/plat-irix5/
DIOCTL.py177 TCSETA = (TIOC|9) variable
/external/ltp/testcases/kernel/pty/
Dptem01.c105 if (ioctl(slavefd, TCSETA, &termio) != 0) { in test1()
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_solaris_amd64.go1038 TCSETA = 0x5402 const
Dzerrors_linux_sparc64.go1642 TCSETA = 0x80125402 const
Dzerrors_linux_mipsle.go1979 TCSETA = 0x5402 const
Dzerrors_linux_s390x.go2039 TCSETA = 0x5406 const
Dzerrors_linux_arm.go1985 TCSETA = 0x5406 const
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_posix.cc700 unsigned IOCTL_TCSETA = TCSETA;
Dsanitizer_common_interceptors_ioctl.inc334 _(TCSETA, READ, struct_termio_sz);

12