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

  /development/ndk/platforms/android-3/arch-arm/include/asm/
termbits.h 54 #define IGNCR 0000200
  /development/ndk/platforms/android-3/include/
termios.h 104 s->c_iflag &= ~(IGNBRK|BRKINT|PARMRK|ISTRIP|INLCR|IGNCR|ICRNL|IXON);
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/include/sys/
termios.h 15 #define IGNCR 0000200
  /bionic/libc/bionic/
termios.cpp 45 s->c_iflag &= ~(IGNBRK|BRKINT|PARMRK|ISTRIP|INLCR|IGNCR|ICRNL|IXON);
  /bionic/libc/kernel/uapi/asm-generic/
termbits.h 92 #define IGNCR 0000200
  /bionic/libc/kernel/uapi/asm-mips/asm/
termbits.h 94 #define IGNCR 0000200
  /development/ndk/platforms/android-9/arch-mips/include/asm/
termbits.h 94 #define IGNCR 0000200
  /development/ndk/platforms/android-9/arch-x86/include/asm/
termbits.h 92 #define IGNCR 0000200
  /development/ndk/platforms/android-L/arch-mips/include/asm/
termbits.h 94 #define IGNCR 0000200
  /development/ndk/platforms/android-L/arch-mips64/include/asm/
termbits.h 94 #define IGNCR 0000200
  /development/ndk/platforms/android-L/include/asm-generic/
termbits.h 92 #define IGNCR 0000200
  /external/kernel-headers/original/uapi/asm-generic/
termbits.h 69 #define IGNCR 0000200
  /external/kernel-headers/original/uapi/asm-mips/asm/
termbits.h 89 #define IGNCR 0000200 /* Ignore CR. */
  /external/chromium_org/device/serial/
serial_io_handler_posix.cc 317 ~(IGNBRK | BRKINT | PARMRK | ISTRIP | INLCR | IGNCR | ICRNL | IXON);
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/devfs/
tty_node.cc 205 if (termios_.c_iflag & IGNCR)
  /external/libedit/src/
tty.c 68 {"iflag:", ICRNL, (INLCR | IGNCR)},
76 {"iflag:", (INLCR | ICRNL), IGNCR},
183 #ifdef IGNCR
184 {"igncr", IGNCR, MD_INP},
185 #endif /* IGNCR */
    [all...]
  /external/chromium_org/tools/telemetry/third_party/pyserial/serial/
serialposix.py 335 iflag &= ~(TERMIOS.INLCR|TERMIOS.IGNCR|TERMIOS.ICRNL|TERMIOS.IGNBRK)

Completed in 196 milliseconds