Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/syscalls/ioctl/
Dioctl02.c184 if (ioctl(parentfd, TCSETA, &save_io) == -1) in main()
252 TEST(ioctl(parentfd, TCSETA, &termio)); in run_ptest()
475 if (ioctl(parentfd, TCSETA, &save_io) == -1) in cleanup()
/external/curl/src/
Dtool_getpass.c202 ioctl(fd, TCSETA, &noecho); in ttyecho()
216 ioctl(fd, TCSETA, &withecho); in ttyecho()
/external/kernel-headers/original/uapi/asm-generic/
Dioctls.h24 #define TCSETA 0x5406 macro
/external/kernel-headers/original/uapi/asm-mips/asm/
Dioctls.h15 #define TCSETA 0x5402 /* Clashes with SNDCTL_TMR_START sound ioctl */ macro
/external/libpng/contrib/gregbook/
Drpng-win.c105 ioctl(fd, TCSETA, &new_tty); in repl_getch()
107 ioctl(fd, TCSETA, &old_tty); in repl_getch()
Drpng2-win.c118 ioctl(fd, TCSETA, &new_tty); in repl_getch()
120 ioctl(fd, TCSETA, &old_tty); in repl_getch()
/external/python/cpython2/Modules/
Dtermios.c716 #ifdef TCSETA
717 {"TCSETA", TCSETA},
/external/strace/
Dterm.c185 case TCSETA: in term_ioctl()
/external/python/cpython2/Lib/plat-irix5/
DIOCTL.py177 TCSETA = (TIOC|9) variable
/external/python/cpython2/Lib/plat-irix6/
DIOCTL.py177 TCSETA = (TIOC|9) variable
/external/ltp/testcases/kernel/pty/
Dptem01.c107 if (ioctl(slavefd, TCSETA, &termio) != 0) { in test1()
/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);