HomeSort by relevance Sort by last modified time
    Searched refs:TCSETA (Results 1 - 21 of 21) sorted by null

  /external/curl/src/
tool_getpass.c 202 ioctl(fd, TCSETA, &noecho);
215 ioctl(fd, TCSETA, &withecho);
  /external/ltp/testcases/kernel/syscalls/ioctl/
ioctl02.c 25 * Testcase to test the TCGETA, and TCSETA ioctl implementations for
34 * parameters. It then changes them to known values by issuing a TCSETA
37 * or TCSETA fails, or if the received values don't match those that were
171 tst_resm(TFAIL, "TCGETA/TCSETA tests FAILED with "
174 tst_resm(TPASS, "TCGETA/TCSETA tests SUCCEEDED");
185 if (ioctl(parentfd, TCSETA, &save_io) == -1)
221 * the TCSETA ioctl call with the TEST macro.
252 TEST(ioctl(parentfd, TCSETA, &termio));
255 tst_resm(TFAIL, "ioctl TCSETA failed : "
464 if (ioctl(parentfd, TCSETA, &save_io) == -1
    [all...]
  /bionic/libc/kernel/uapi/asm-generic/
ioctls.h 27 #define TCSETA 0x5406
  /bionic/libc/kernel/uapi/asm-mips/asm/
ioctls.h 23 #define TCSETA 0x5402
  /external/kernel-headers/original/uapi/asm-generic/
ioctls.h 25 #define TCSETA 0x5406
  /external/kernel-headers/original/uapi/asm-mips/asm/
ioctls.h 16 #define TCSETA 0x5402 /* Clashes with SNDCTL_TMR_START sound ioctl */
  /hardware/qcom/msm8998/kernel-headers/asm-generic/
ioctls.h 29 #define TCSETA 0x5406
  /hardware/qcom/msm8998/original-kernel-headers/asm-generic/
ioctls.h 24 #define TCSETA 0x5406
  /hardware/qcom/msm8x09/kernel-headers/asm-generic/
ioctls.h 27 #define TCSETA 0x5406
  /hardware/qcom/msm8x09/original-kernel-headers/asm-generic/
ioctls.h 24 #define TCSETA 0x5406
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
ioctls.h 24 #define TCSETA 0x5406
  /external/strace/
term.c 183 case TCSETA:
  /external/libpng/contrib/gregbook/
rpng-win.c 106 ioctl(fd, TCSETA, &new_tty);
108 ioctl(fd, TCSETA, &old_tty);
rpng2-win.c 117 ioctl(fd, TCSETA, &new_tty);
119 ioctl(fd, TCSETA, &old_tty);
    [all...]
  /external/python/cpython2/Modules/
termios.c 716 #ifdef TCSETA
717 {"TCSETA", TCSETA},
  /external/python/cpython3/Modules/
termios.c 746 #ifdef TCSETA
747 {"TCSETA", TCSETA},
  /external/python/cpython2/Lib/plat-irix5/
IOCTL.py 177 TCSETA = (TIOC|9)
  /external/python/cpython2/Lib/plat-irix6/
IOCTL.py 177 TCSETA = (TIOC|9)
  /external/ltp/testcases/kernel/pty/
ptem01.c 105 if (ioctl(slavefd, TCSETA, &termio) != 0) {
106 tst_brkm(TFAIL, NULL, "TCSETA");
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
term.h 99 #define TCSANOW TCSETA
    [all...]
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_platform_limits_posix.cc 700 unsigned IOCTL_TCSETA = TCSETA;
    [all...]

Completed in 184 milliseconds