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

1 2 3

  /bionic/tests/
termios_test.cpp 91 EXPECT_EQ(0U, (t.c_iflag & (IGNBRK|BRKINT|PARMRK|ISTRIP|INLCR|IGNCR|ICRNL|IXON)));
  /bionic/libc/include/bits/
termios_inlines.h 61 s->c_iflag &= ~(IGNBRK|BRKINT|PARMRK|ISTRIP|INLCR|IGNCR|ICRNL|IXON);
  /bionic/libc/kernel/uapi/asm-generic/
termbits.h 74 #define PARMRK 0000010
  /bionic/libc/kernel/uapi/asm-mips/asm/
termbits.h 75 #define PARMRK 0000010
  /external/kernel-headers/original/uapi/asm-generic/
termbits.h 66 #define PARMRK 0000010
  /external/kernel-headers/original/uapi/asm-mips/asm/
termbits.h 86 #define PARMRK 0000010 /* Mark parity and framing errors. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
termbits.h 65 #define PARMRK 0000010
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
termios.h 66 #define PARMRK 0000010
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
termios.h 66 #define PARMRK 0000010
  /bionic/tests/headers/posix/
termios_h.c 70 MACRO(PARMRK);
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
termios.h 95 #define PARMRK 0x0200 /* mark parity and framing errors */
  /external/python/cpython2/Lib/plat-irix5/
IOCTL.py 84 PARMRK = 0000010
  /external/python/cpython2/Lib/plat-irix6/
IOCTL.py 84 PARMRK = 0000010
  /external/python/cpython2/Modules/
termios.c 379 {"PARMRK", PARMRK},
  /external/python/cpython3/Modules/
termios.c 409 {"PARMRK", PARMRK},
  /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 171 #ifdef PARMRK
172 {"parmrk", PARMRK, MD_INP},
173 #endif /* PARMRK */
    [all...]
  /prebuilts/go/darwin-x86/src/syscall/
ztypes_linux_386.go 614 PARMRK = 0x8
ztypes_linux_amd64.go 632 PARMRK = 0x8
ztypes_linux_arm.go 603 PARMRK = 0x8
  /prebuilts/go/linux-x86/src/syscall/
ztypes_linux_386.go 614 PARMRK = 0x8
ztypes_linux_amd64.go 632 PARMRK = 0x8
ztypes_linux_arm.go 603 PARMRK = 0x8
  /external/chromium-trace/catapult/third_party/pyserial/serial/
serialposix.py 338 if hasattr(TERMIOS, 'PARMRK'):
339 iflag &= ~TERMIOS.PARMRK

Completed in 1175 milliseconds

1 2 3