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

1 2 3

  /external/syslinux/com32/libutil/
ansiline.c 75 tio.c_iflag |= IGNCR;
ansiraw.c 76 tio.c_iflag |= IGNCR;
  /external/syslinux/com32/rosh/
rosh.h 188 tio.c_iflag &= ~IGNCR;
202 tio.c_iflag &= ~IGNCR;
  /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 78 #define IGNCR 0000200
  /bionic/libc/kernel/uapi/asm-mips/asm/
termbits.h 79 #define IGNCR 0000200
  /device/linaro/bootloader/edk2/StdLib/LibC/Uefi/InteractiveIO/
CanonRead.c 97 if((IFlag & IGNCR) != 0) {
  /external/kernel-headers/original/uapi/asm-generic/
termbits.h 70 #define IGNCR 0000200
  /external/kernel-headers/original/uapi/asm-mips/asm/
termbits.h 90 #define IGNCR 0000200 /* Ignore CR. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
termbits.h 69 #define IGNCR 0000200
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
termios.h 70 #define IGNCR 0000200
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
termios.h 70 #define IGNCR 0000200
  /bionic/tests/headers/posix/
termios_h.c 62 MACRO(IGNCR);
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
termios.h 86 #define IGNCR 0x0002 /* ignore CR */
  /external/python/cpython2/Lib/plat-irix5/
IOCTL.py 88 IGNCR = 0000200
  /external/python/cpython2/Lib/plat-irix6/
IOCTL.py 88 IGNCR = 0000200
  /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/python/cpython2/Modules/
termios.c 383 {"IGNCR", IGNCR},
  /external/python/cpython3/Modules/
termios.c 413 {"IGNCR", IGNCR},
  /external/toybox/toys/pending/
stty.c 95 { "inlcr", INLCR }, { "igncr", IGNCR }, { "icrnl", ICRNL }, { "ixon", IXON },
286 set_options(t, "cread", "-ignbrk", "brkint", "-inlcr", "-igncr", "icrnl",
373 "-istrip", "-inlcr", "-igncr", "-icrnl", "-ixon", "-ixoff", "-iuclc",
380 set_options(&new, "icrnl", "ocrnl", "-inlcr", "-igncr", NULL);
  /prebuilts/go/darwin-x86/src/syscall/
ztypes_linux_386.go 618 IGNCR = 0x80
ztypes_linux_amd64.go 636 IGNCR = 0x80
ztypes_linux_arm.go 607 IGNCR = 0x80
  /prebuilts/go/linux-x86/src/syscall/
ztypes_linux_386.go 618 IGNCR = 0x80

Completed in 341 milliseconds

1 2 3