Home
last modified time | relevance | path

Searched refs:c_oflag (Results 1 – 8 of 8) sorted by relevance

/aosp12/bionic/libc/kernel/uapi/asm-generic/
H A Dtermbits.h28 tcflag_t c_oflag; member
36 tcflag_t c_oflag; member
46 tcflag_t c_oflag; member
H A Dtermios.h32 unsigned short c_oflag; member
/aosp12/system/media/audio_utils/tests/
H A Dgetch.c31 new_termios.c_oflag |= OPOST; in set_conio_terminal_mode()
/aosp12/frameworks/wilhelm/tests/sandbox/
H A Dgetch.c31 new_termios.c_oflag |= OPOST; in set_conio_terminal_mode()
/aosp12/bionic/tests/
H A Dtermios_test.cpp92 EXPECT_EQ(0U, (t.c_oflag & OPOST)); in TEST()
/aosp12/bionic/libc/include/bits/
H A Dtermios_inlines.h62 s->c_oflag &= ~OPOST; in cfmakeraw()
/aosp12/bionic/tests/headers/posix/
H A Dtermios_h.c40 STRUCT_MEMBER(struct termios, tcflag_t, c_oflag); in termios_h()
/aosp12/frameworks/base/core/jni/
H A Dandroid_hardware_SerialPort.cpp150 tio.c_oflag &= ~OPOST; in android_hardware_SerialPort_open()