HomeSort by relevance Sort by last modified time
    Searched refs:TCGETA (Results 101 - 125 of 132) sorted by null

1 2 3 45 6

  /prebuilts/ndk/r11/platforms/android-23/arch-mips/usr/include/asm/
ioctls.h 22 #define TCGETA 0x5401
  /prebuilts/ndk/r11/platforms/android-23/arch-mips/usr/include/asm-generic/
ioctls.h 27 #define TCGETA 0x5405
  /prebuilts/ndk/r11/platforms/android-23/arch-mips64/usr/include/asm/
ioctls.h 22 #define TCGETA 0x5401
  /prebuilts/ndk/r11/platforms/android-23/arch-mips64/usr/include/asm-generic/
ioctls.h 27 #define TCGETA 0x5405
  /prebuilts/ndk/r11/platforms/android-23/arch-x86/usr/include/asm-generic/
ioctls.h 27 #define TCGETA 0x5405
  /prebuilts/ndk/r11/platforms/android-23/arch-x86_64/usr/include/asm-generic/
ioctls.h 27 #define TCGETA 0x5405
  /prebuilts/ndk/r11/platforms/android-24/arch-arm/usr/include/asm-generic/
ioctls.h 27 #define TCGETA 0x5405
  /prebuilts/ndk/r11/platforms/android-24/arch-arm64/usr/include/asm-generic/
ioctls.h 27 #define TCGETA 0x5405
  /prebuilts/ndk/r11/platforms/android-24/arch-mips/usr/include/asm/
ioctls.h 22 #define TCGETA 0x5401
  /prebuilts/ndk/r11/platforms/android-24/arch-mips/usr/include/asm-generic/
ioctls.h 27 #define TCGETA 0x5405
  /prebuilts/ndk/r11/platforms/android-24/arch-mips64/usr/include/asm/
ioctls.h 22 #define TCGETA 0x5401
  /prebuilts/ndk/r11/platforms/android-24/arch-mips64/usr/include/asm-generic/
ioctls.h 27 #define TCGETA 0x5405
  /prebuilts/ndk/r11/platforms/android-24/arch-x86/usr/include/asm-generic/
ioctls.h 27 #define TCGETA 0x5405
  /prebuilts/ndk/r11/platforms/android-24/arch-x86_64/usr/include/asm-generic/
ioctls.h 27 #define TCGETA 0x5405
  /prebuilts/ndk/r11/platforms/android-9/arch-mips/usr/include/asm/
ioctls.h 22 #define TCGETA 0x5401
  /external/ltp/testcases/kernel/syscalls/ioctl/
ioctl02.c 25 * 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
170 tst_resm(TFAIL, "TCGETA/TCSETA tests FAILED with "
173 tst_resm(TPASS, "TCGETA/TCSETA tests SUCCEEDED");
261 rval = ioctl(parentfd, TCGETA, &termio);
263 tst_resm(TFAIL, "ioctl TCGETA failed. Ending test.");
441 if (ioctl(fd, TCGETA, &save_io) < 0)
442 tst_brkm(TBROK, cleanup, "TCGETA ioctl failed in
    [all...]
  /external/curl/src/
tool_getpass.c 199 ioctl(fd, TCGETA, &withecho);
  /external/strace/
term.c 181 case TCGETA:
  /external/ltp/testcases/kernel/pty/
ptem01.c 103 if (ioctl(slavefd, TCGETA, &termio) != 0) {
104 tst_brkm(TFAIL, NULL, "TCGETA");
  /external/libpng/contrib/gregbook/
rpng-win.c 102 ioctl(fd, TCGETA, &old_tty);
rpng2-win.c 115 ioctl(fd, TCGETA, &old_tty);
    [all...]
  /external/valgrind/memcheck/tests/solaris/
scalar_ioctl.c 72 GO(SYS_ioctl, "(TCGETA) 3s 1m");
73 SY(SYS_ioctl, x0 - 1, x0 + TCGETA, x0); FAIL;
scalar_ioctl.stderr.exp 102 54: SYS_ioctl (TCGETA) 3s 1m
113 Syscall param ioctl(TCGETA) points to unaddressable byte(s)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
term.h 111 #define tcgetattr(fd, arg) ioctl(fd, TCGETA, arg)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
term.h 111 #define tcgetattr(fd, arg) ioctl(fd, TCGETA, arg)
    [all...]

Completed in 1110 milliseconds

1 2 3 45 6