Searched refs:TCGETA (Results 1 - 23 of 23) sorted by relevance

/external/ltp/testcases/kernel/syscalls/ioctl/
H A Dioctl01.c82 &bfd, TCGETA, &termio, EBADF},
85 &fd, TCGETA, (struct termio *)-1, EFAULT},
94 &fd1, TCGETA, &termio, ENOTTY},
97 &fd, TCGETA, NULL, EFAULT}
H A Dioctl02.c25 * Testcase to test the TCGETA, and TCSETA ioctl implementations for
33 * starts the testing. It issues a TCGETA ioctl to get all the tty
35 * ioctl. Then the parent issues a TCGETA ioctl again and compares the
36 * received values with what it had set earlier. The test fails if TCGETA
171 tst_resm(TFAIL, "TCGETA/TCSETA tests FAILED with "
174 tst_resm(TPASS, "TCGETA/TCSETA tests SUCCEEDED");
261 rval = ioctl(parentfd, TCGETA, &termio);
263 tst_resm(TFAIL, "ioctl TCGETA failed. Ending test.");
433 SAFE_IOCTL(cleanup, fd, TCGETA, &save_io);
/external/kernel-headers/original/uapi/asm-generic/
H A Dioctls.h24 #define TCGETA 0x5405 macro
/external/kernel-headers/original/uapi/asm-mips/asm/
H A Dioctls.h15 #define TCGETA 0x5401 macro
/external/curl/src/
H A Dtool_getpass.c199 ioctl(fd, TCGETA, &withecho);
/external/strace/
H A Dterm.c180 case TCGETA:
/external/python/cpython2/Modules/
H A Dtermios.c704 #ifdef TCGETA
705 {"TCGETA", TCGETA},
/external/python/cpython3/Modules/
H A Dtermios.c734 #ifdef TCGETA
735 {"TCGETA", TCGETA},
/external/python/cpython2/Lib/plat-irix5/
H A DIOCTL.py176 TCGETA = (TIOC|8) variable
/external/python/cpython2/Lib/plat-irix6/
H A DIOCTL.py176 TCGETA = (TIOC|8) variable
/external/ltp/testcases/kernel/pty/
H A Dptem01.c101 if (ioctl(slavefd, TCGETA, &termio) != 0) {
102 tst_brkm(TFAIL, NULL, "TCGETA");
/external/libpng/contrib/gregbook/
H A Drpng-win.c103 ioctl(fd, TCGETA, &old_tty);
H A Drpng2-win.c114 ioctl(fd, TCGETA, &old_tty);
/external/valgrind/memcheck/tests/solaris/
H A Dscalar_ioctl.c114 GO(SYS_ioctl, "(TCGETA) 3s 1m");
115 SY(SYS_ioctl, x0 - 1, x0 + TCGETA, x0); FAIL;
H A Dscalar_ioctl.stderr.exp162 54: SYS_ioctl (TCGETA) 3s 1m
173 Syscall param ioctl(TCGETA) points to unaddressable byte(s)
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors_ioctl.inc330 _(TCGETA, WRITE, struct_termio_sz);
H A Dsanitizer_platform_limits_posix.cc696 unsigned IOCTL_TCGETA = TCGETA;
/external/valgrind/include/vki/
H A Dvki-solaris.h1316 #define VKI_TCGETA TCGETA
/external/mksh/src/
H A Dsh.h508 #define mksh_tcget(fd,st) ioctl((fd), TCGETA, (st))
/external/stressapptest/
H A Dconfigure5651 Autoconf TCGETA
/external/libedit/
H A Dconfigure13033 Autoconf TCGETA
/external/libevent/
H A Dconfigure4982 Autoconf TCGETA
/external/ImageMagick/
H A Dconfigure24157 Autoconf TCGETA
[all...]

Completed in 527 milliseconds