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

1 2 3 4

  /bionic/libc/include/sys/
ttydefaults.h 51 #define TTYDEF_OFLAG (OPOST | ONLCR | XTABS)
  /external/syslinux/com32/libutil/
ansiline.c 79 tio.c_oflag |= OPOST | ONLCR;
ansiraw.c 80 tio.c_oflag |= OPOST | ONLCR;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
ttydefaults.h 47 #define TTYDEF_OFLAG (OPOST | ONLCR | XTABS)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
ttydefaults.h 47 #define TTYDEF_OFLAG (OPOST | ONLCR | XTABS)
  /external/e2fsprogs/lib/et/
com_err.c 55 (t.c_oflag & OPOST) && (t.c_oflag & ONLCR))
  /bionic/libc/kernel/uapi/asm-generic/
termbits.h 88 #define ONLCR 0000004
  /bionic/libc/kernel/uapi/asm-mips/asm/
termbits.h 89 #define ONLCR 0000004
  /device/linaro/bootloader/edk2/StdLib/LibC/Uefi/InteractiveIO/
IIOwrite.c 122 if(OFlag & ONLCR) {
IIO.c 412 IIO->Termio.c_oflag = OPOST | ONLCR | ONOCR | ONLRET;
  /external/kernel-headers/original/uapi/asm-generic/
termbits.h 82 #define ONLCR 0000004
  /external/kernel-headers/original/uapi/asm-mips/asm/
termbits.h 102 #define ONLCR 0000004 /* Map NL to CR-NL on output. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
termbits.h 81 #define ONLCR 0000004
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
termios.h 82 #define ONLCR 0000004
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
termios.h 82 #define ONLCR 0000004
  /external/libedit/src/
tty.h 90 # ifndef ONLCR
91 # define ONLCR 0
92 # endif /* ONLCR */
  /external/ltp/testcases/kernel/syscalls/ioctl/
ioctl02.c 250 termio.c_oflag = OPOST | OLCUC | ONLCR | ONOCR;
348 if (!(termio.c_oflag && (OPOST | OLCUC | ONLCR | ONOCR))) {
  /bionic/tests/headers/posix/
termios_h.c 73 MACRO(ONLCR);
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
termios.h 107 #define ONLCR 0x0002 /* map NL to CR-NL (ala CRMOD) */
  /external/toybox/lib/
interestingtimes.c 99 termio.c_oflag = ONLCR|OPOST;
  /external/python/cpython2/Modules/
termios.c 400 #ifdef ONLCR
401 {"ONLCR", ONLCR},
  /external/python/cpython3/Modules/
termios.c 430 #ifdef ONLCR
431 {"ONLCR", ONLCR},
  /external/python/cpython2/Lib/plat-irix5/
IOCTL.py 97 ONLCR = 0000004
  /external/python/cpython2/Lib/plat-irix6/
IOCTL.py 97 ONLCR = 0000004
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_symbolizer_posix_libcdep.cc 152 termflags.c_oflag &= ~ONLCR;

Completed in 647 milliseconds

1 2 3 4