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

1 2 3 4

  /external/syslinux/com32/libutil/
ansiline.c 77 if (!tio.c_oflag & OPOST)
79 tio.c_oflag |= OPOST | ONLCR;
ansiraw.c 78 if (!tio.c_oflag & OPOST)
80 tio.c_oflag |= OPOST | ONLCR;
  /bionic/libc/include/sys/
ttydefaults.h 51 #define TTYDEF_OFLAG (OPOST | ONLCR | XTABS)
  /frameworks/wilhelm/tests/sandbox/
getch.c 31 new_termios.c_oflag |= OPOST;
  /system/media/audio_utils/tests/
getch.c 31 new_termios.c_oflag |= OPOST;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
tty.py 22 mode[OFLAG] = mode[OFLAG] & ~(OPOST)
  /external/python/cpython2/Lib/
tty.py 22 mode[OFLAG] = mode[OFLAG] & ~(OPOST)
  /external/python/cpython3/Lib/
tty.py 22 mode[OFLAG] = mode[OFLAG] & ~(OPOST)
  /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)
  /prebuilts/gdb/darwin-x86/lib/python2.7/
tty.py 22 mode[OFLAG] = mode[OFLAG] & ~(OPOST)
  /prebuilts/gdb/linux-x86/lib/python2.7/
tty.py 22 mode[OFLAG] = mode[OFLAG] & ~(OPOST)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
tty.py 22 mode[OFLAG] = mode[OFLAG] & ~(OPOST)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
tty.py 22 mode[OFLAG] = mode[OFLAG] & ~(OPOST)
  /external/strace/
term.c 53 (tios.c_oflag & OPOST) ? "" : "-",
85 (tio.c_oflag & OPOST) ? "" : "-",
  /bionic/tests/
termios_test.cpp 92 EXPECT_EQ(0U, (t.c_oflag & OPOST));
  /external/e2fsprogs/lib/et/
com_err.c 55 (t.c_oflag & OPOST) && (t.c_oflag & ONLCR))
  /bionic/libc/include/bits/
termios_inlines.h 62 s->c_oflag &= ~OPOST;
  /bionic/libc/kernel/uapi/asm-generic/
termbits.h 86 #define OPOST 0000001
  /bionic/libc/kernel/uapi/asm-mips/asm/
termbits.h 87 #define OPOST 0000001
  /device/linaro/bootloader/edk2/StdLib/LibC/Uefi/InteractiveIO/
IIOwrite.c 82 if(OFlag & OPOST) {
  /external/kernel-headers/original/uapi/asm-generic/
termbits.h 80 #define OPOST 0000001
  /external/kernel-headers/original/uapi/asm-mips/asm/
termbits.h 100 #define OPOST 0000001 /* Perform output processing. */
  /external/ltp/testcases/cve/
cve-2014-0196.c 117 t.c_oflag &= ~OPOST;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
termbits.h 79 #define OPOST 0000001

Completed in 266 milliseconds

1 2 3 4