HomeSort by relevance Sort by last modified time
    Searched refs:INPCK (Results 1 - 25 of 78) sorted by null

1 2 3 4

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
tty.py 21 mode[IFLAG] = mode[IFLAG] & ~(BRKINT | ICRNL | INPCK | ISTRIP | IXON)
  /external/python/cpython2/Lib/
tty.py 21 mode[IFLAG] = mode[IFLAG] & ~(BRKINT | ICRNL | INPCK | ISTRIP | IXON)
  /external/python/cpython3/Lib/
tty.py 21 mode[IFLAG] = mode[IFLAG] & ~(BRKINT | ICRNL | INPCK | ISTRIP | IXON)
  /prebuilts/gdb/darwin-x86/lib/python2.7/
tty.py 21 mode[IFLAG] = mode[IFLAG] & ~(BRKINT | ICRNL | INPCK | ISTRIP | IXON)
  /prebuilts/gdb/linux-x86/lib/python2.7/
tty.py 21 mode[IFLAG] = mode[IFLAG] & ~(BRKINT | ICRNL | INPCK | ISTRIP | IXON)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
tty.py 21 mode[IFLAG] = mode[IFLAG] & ~(BRKINT | ICRNL | INPCK | ISTRIP | IXON)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
tty.py 21 mode[IFLAG] = mode[IFLAG] & ~(BRKINT | ICRNL | INPCK | ISTRIP | IXON)
  /bionic/libc/kernel/uapi/asm-generic/
termbits.h 75 #define INPCK 0000020
  /bionic/libc/kernel/uapi/asm-mips/asm/
termbits.h 76 #define INPCK 0000020
  /external/kernel-headers/original/uapi/asm-generic/
termbits.h 67 #define INPCK 0000020
  /external/kernel-headers/original/uapi/asm-mips/asm/
termbits.h 87 #define INPCK 0000020 /* Enable input parity check. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
termbits.h 66 #define INPCK 0000020
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
termios.h 67 #define INPCK 0000020
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
termios.h 67 #define INPCK 0000020
  /external/ltp/testcases/kernel/syscalls/ioctl/
ioctl02.c 246 BRKINT | IGNPAR | INPCK | ISTRIP | ICRNL | IUCLC | IXON | IXANY |
341 && (BRKINT | IGNPAR | INPCK | ISTRIP | ICRNL | IUCLC | IXON | IXANY
  /bionic/tests/headers/posix/
termios_h.c 65 MACRO(INPCK);
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
termios.h 96 #define INPCK 0x0400 /* enable checking of parity errors */
  /external/python/cpython2/Lib/plat-irix5/
IOCTL.py 85 INPCK = 0000020
  /external/python/cpython2/Lib/plat-irix6/
IOCTL.py 85 INPCK = 0000020
  /external/selinux/policycoreutils/run_init/
open_init_pty.c 73 buf.c_iflag &= ~(BRKINT | ICRNL | INPCK | ISTRIP | IXON);
  /external/python/cpython2/Modules/
termios.c 380 {"INPCK", INPCK},
  /external/python/cpython3/Modules/
termios.c 410 {"INPCK", INPCK},
  /external/nos/test/system-test-harness/src/
util.cc 453 tty_state.c_iflag = tty_state.c_iflag & ~(IXON | ISTRIP | INPCK | PARMRK |
  /external/toybox/toys/pending/
stty.c 94 { "parmrk", PARMRK }, { "inpck", INPCK }, { "istrip", ISTRIP },
372 set_options(&new, "-ignbrk", "-brkint", "-ignpar", "-parmrk", "-inpck",
  /external/libedit/src/
tty.c 174 #ifdef INPCK
175 {"inpck", INPCK, MD_INP},
176 #endif /* INPCK */
    [all...]

Completed in 775 milliseconds

1 2 3 4