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

  /bionic/libc/include/
termios.h 105 s->c_oflag &= ~OPOST;
  /bionic/libc/kernel/arch-arm/asm/
termbits.h 63 #define OPOST 0000001
  /external/dropbear/
termcodes.c 146 {OPOST, TERMCODE_OUTPUT}, /* output flags */
cli-chansession.c 135 tio.c_oflag &= ~OPOST;
sshpty.c 224 tio.c_oflag |= (OPOST | ONLCR);
  /external/kernel-headers/original/asm-arm/
termbits.h 55 #define OPOST 0000001
  /ndk/build/platforms/android-3/arch-arm/usr/include/asm/
termbits.h 63 #define OPOST 0000001
  /ndk/build/platforms/android-3/arch-arm/usr/include/
termios.h 105 s->c_oflag &= ~OPOST;
  /ndk/build/platforms/android-4/arch-arm/usr/include/asm/
termbits.h 63 #define OPOST 0000001
  /ndk/build/platforms/android-4/arch-arm/usr/include/
termios.h 105 s->c_oflag &= ~OPOST;
  /ndk/build/platforms/android-5/arch-arm/usr/include/asm/
termbits.h 63 #define OPOST 0000001
  /ndk/build/platforms/android-5/arch-arm/usr/include/
termios.h 105 s->c_oflag &= ~OPOST;
  /ndk/build/platforms/android-5/arch-x86/usr/include/
termios.h 105 s->c_oflag &= ~OPOST;
  /ndk/build/platforms/android-8/arch-arm/usr/include/asm/
termbits.h 63 #define OPOST 0000001
  /ndk/build/platforms/android-8/arch-arm/usr/include/
termios.h 105 s->c_oflag &= ~OPOST;
  /ndk/build/platforms/android-8/arch-x86/usr/include/
termios.h 105 s->c_oflag &= ~OPOST;
  /bionic/libc/kernel/arch-x86/asm/
termbits.h 87 #define OPOST 0000001
  /external/kernel-headers/original/asm-x86/
termbits.h 79 #define OPOST 0000001
  /ndk/build/platforms/android-5/arch-x86/usr/include/asm/
termbits.h 87 #define OPOST 0000001
  /ndk/build/platforms/android-8/arch-x86/usr/include/asm/
termbits.h 87 #define OPOST 0000001
  /external/strace/
term.c 230 (tios.c_oflag & OPOST) ? "" : "-",
266 (tio.c_oflag & OPOST) ? "" : "-",
  /system/bluetooth/brcm_patchram_plus/
brcm_patchram_plus.c 333 termios.c_oflag &= ~OPOST;
  /external/kernel-headers/original/linux/
tty.h 118 #define O_OPOST(tty) _O_FLAG((tty),OPOST)
  /external/qemu/
qemu-char-android.c 752 tty.c_oflag |= OPOST;
840 termios_p->c_oflag &= ~OPOST;
1063 tty.c_oflag |= OPOST;
    [all...]
qemu-char.c 720 tty.c_oflag |= OPOST;
808 termios_p->c_oflag &= ~OPOST;
1030 tty.c_oflag |= OPOST;
    [all...]

Completed in 258 milliseconds