HomeSort by relevance Sort by last modified time
    Searched refs:INLCR (Results 1 - 25 of 74) 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 77 #define INLCR 0000100
  /bionic/libc/kernel/uapi/asm-mips/asm/
termbits.h 78 #define INLCR 0000100
  /device/linaro/bootloader/edk2/StdLib/LibC/Uefi/InteractiveIO/
CanonRead.c 105 if((IFlag & INLCR) != 0) {
  /external/kernel-headers/original/uapi/asm-generic/
termbits.h 69 #define INLCR 0000100
  /external/kernel-headers/original/uapi/asm-mips/asm/
termbits.h 89 #define INLCR 0000100 /* Map NL to CR on input. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
termbits.h 68 #define INLCR 0000100
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
termios.h 69 #define INLCR 0000100
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
termios.h 69 #define INLCR 0000100
  /bionic/tests/headers/posix/
termios_h.c 64 MACRO(INLCR);
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
termios.h 85 #define INLCR 0x0001 /* map NL into CR */
  /external/toybox/lib/
interestingtimes.c 95 termio.c_iflag = IXANY|ICRNL|INLCR;
  /external/python/cpython2/Lib/plat-irix5/
IOCTL.py 87 INLCR = 0000100
  /external/python/cpython2/Lib/plat-irix6/
IOCTL.py 87 INLCR = 0000100
  /external/libedit/src/
tty.c 68 {"iflag:", ICRNL, (INLCR | IGNCR)},
76 {"iflag:", (INLCR | ICRNL), IGNCR},
86 {"iflag:", 0, IXON | IXOFF | INLCR | ICRNL},
180 #ifdef INLCR
181 {"inlcr", INLCR, MD_INP},
182 #endif /* INLCR */
    [all...]
  /external/python/cpython2/Modules/
termios.c 382 {"INLCR", INLCR},
  /external/python/cpython3/Modules/
termios.c 412 {"INLCR", INLCR},
  /external/nos/test/system-test-harness/src/
util.cc 454 INLCR | ICRNL | BRKINT | IGNBRK);
  /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 617 INLCR = 0x40
ztypes_linux_amd64.go 635 INLCR = 0x40
ztypes_linux_arm.go 606 INLCR = 0x40
  /prebuilts/go/linux-x86/src/syscall/
ztypes_linux_386.go 617 INLCR = 0x40
ztypes_linux_amd64.go 635 INLCR = 0x40

Completed in 86 milliseconds

1 2 3