HomeSort by relevance Sort by last modified time
    Searched refs:IGNBRK (Results 1 - 25 of 73) 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 71 #define IGNBRK 0000001
  /bionic/libc/kernel/uapi/asm-mips/asm/
termbits.h 72 #define IGNBRK 0000001
  /external/kernel-headers/original/uapi/asm-generic/
termbits.h 63 #define IGNBRK 0000001
  /external/kernel-headers/original/uapi/asm-mips/asm/
termbits.h 83 #define IGNBRK 0000001 /* Ignore break condition. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
termbits.h 62 #define IGNBRK 0000001
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
termios.h 63 #define IGNBRK 0000001
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
termios.h 63 #define IGNBRK 0000001
  /bionic/tests/headers/posix/
termios_h.c 61 MACRO(IGNBRK);
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
termios.h 91 #define IGNBRK 0x0020 /* ignore BREAK condition */
  /external/python/cpython2/Lib/plat-irix5/
IOCTL.py 81 IGNBRK = 0000001
  /external/python/cpython2/Lib/plat-irix6/
IOCTL.py 81 IGNBRK = 0000001
  /external/python/cpython2/Modules/
termios.c 376 {"IGNBRK", IGNBRK},
  /external/python/cpython3/Modules/
termios.c 406 {"IGNBRK", IGNBRK},
  /external/nos/test/system-test-harness/src/
util.cc 454 INLCR | ICRNL | BRKINT | IGNBRK);
  /external/toybox/toys/pending/
stty.c 93 { "ignbrk", IGNBRK }, { "brkint", BRKINT }, { "ignpar", IGNPAR },
286 set_options(t, "cread", "-ignbrk", "brkint", "-inlcr", "-igncr", "icrnl",
372 set_options(&new, "-ignbrk", "-brkint", "-ignpar", "-parmrk", "-inpck",
  /external/libedit/src/
tty.c 162 #ifdef IGNBRK
163 {"ignbrk", IGNBRK, MD_INP},
164 #endif /* IGNBRK */
    [all...]
  /prebuilts/go/darwin-x86/src/syscall/
ztypes_linux_386.go 611 IGNBRK = 0x1
ztypes_linux_amd64.go 629 IGNBRK = 0x1
ztypes_linux_arm.go 600 IGNBRK = 0x1
  /prebuilts/go/linux-x86/src/syscall/
ztypes_linux_386.go 611 IGNBRK = 0x1
ztypes_linux_amd64.go 629 IGNBRK = 0x1
ztypes_linux_arm.go 600 IGNBRK = 0x1
  /external/chromium-trace/catapult/third_party/pyserial/serial/
serialposix.py 335 iflag &= ~(TERMIOS.INLCR|TERMIOS.IGNCR|TERMIOS.ICRNL|TERMIOS.IGNBRK)

Completed in 232 milliseconds

1 2 3