/third_party/rust/crates/rustix/examples/ |
H A D | stdio.rs | 151 if (term.c_oflag & OPOST) != 0 { in show() 162 if (term.c_oflag & OLCUC) != 0 { in show() 166 if (term.c_oflag & ONLCR) != 0 { in show() 170 if (term.c_oflag & OCRNL) != 0 { in show() 174 if (term.c_oflag & ONOCR) != 0 { in show() 178 if (term.c_oflag & ONLRET) != 0 { in show() 189 if (term.c_oflag & OFILL) != 0 { in show() 200 if (term.c_oflag & OFDEL) != 0 { in show() 214 if (term.c_oflag & NLDLY) != 0 { in show() 228 if (term.c_oflag in show() [all...] |
/third_party/toybox/toys/pending/ |
H A D | stty.c | 233 !set_flag(&new->c_oflag, oflags, ARRAY_LEN(oflags), option, on) && in set_option() 347 else if (sscanf(arg, "%x:%x:%x:%x:%n", &new.c_iflag, &new.c_oflag, in do_stty() 405 xprintf("%x:%x:%x:%x:", old.c_iflag, old.c_oflag, old.c_cflag, old.c_lflag); in do_stty() 444 show_flags(old.c_oflag, sane.c_oflag, oflags, ARRAY_LEN(oflags)); in do_stty()
|
/third_party/ltp/testcases/kernel/syscalls/ioctl/ |
H A D | ioctl02.c | 249 termio.c_oflag = OPOST | OLCUC | ONLCR | ONOCR; in run_ptest() 347 if (!(termio.c_oflag && (OPOST | OLCUC | ONLCR | ONOCR))) { in chk_tty_parms() 349 termio.c_oflag); in chk_tty_parms()
|
/third_party/ltp/include/lapi/ |
H A D | ioctl.h | 32 unsigned short int c_oflag; /* output mode flags */ member
|
/third_party/musl/src/termios/ |
H A D | cfmakeraw.c | 7 t->c_oflag &= ~OPOST; in cfmakeraw()
|
/third_party/musl/libc-test/src/functionalext/supplement/termios/ |
H A D | cfmakeraw.c | 34 if ((t.c_oflag & OPOST) != 0U) { in cfmakeraw_0100() 35 t_error("%s t.c_oflag failed\n", __func__); in cfmakeraw_0100()
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
H A D | termios.h | 3 tcflag_t c_oflag; member
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
H A D | termios.h | 3 tcflag_t c_oflag; member
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
H A D | termios.h | 3 tcflag_t c_oflag; member
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/ |
H A D | termios.h | 3 tcflag_t c_oflag; member
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
H A D | termios.h | 3 tcflag_t c_oflag; member
|
/third_party/musl/arch/generic/bits/ |
H A D | termios.h | 3 tcflag_t c_oflag; member
|
/third_party/libuv/src/unix/ |
H A D | tty.c | 254 tio->c_oflag &= ~OPOST; in uv__tty_make_raw() 318 tmp.c_oflag |= (ONLCR); in uv_tty_set_mode()
|
/third_party/node/deps/uv/src/unix/ |
H A D | tty.c | 254 tio->c_oflag &= ~OPOST; in uv__tty_make_raw() 313 tmp.c_oflag |= (ONLCR); in uv_tty_set_mode()
|
/third_party/ltp/testcases/cve/ |
H A D | cve-2014-0196.c | 101 t.c_oflag &= ~OPOST; in run()
|
/third_party/musl/arch/mips/bits/ |
H A D | termios.h | 3 tcflag_t c_oflag; member
|
/third_party/musl/arch/powerpc/bits/ |
H A D | termios.h | 5 tcflag_t c_oflag; member
|
/third_party/musl/arch/mips64/bits/ |
H A D | termios.h | 3 tcflag_t c_oflag; member
|
/third_party/musl/arch/mipsn32/bits/ |
H A D | termios.h | 3 tcflag_t c_oflag; member
|
/third_party/musl/arch/powerpc64/bits/ |
H A D | termios.h | 5 tcflag_t c_oflag; member
|
/third_party/rust/crates/rustix/src/backend/linux_raw/termios/ |
H A D | syscalls.rs | 164 termios.c_oflag &= !OPOST;
|
/third_party/libwebsockets/minimal-examples/raw/minimal-raw-serial/ |
H A D | minimal-raw-file.c | 103 tio.c_oflag = 0; in callback_raw_test()
|
/third_party/musl/libc-test/src/api/ |
H A D | termios.c | 14 F(tcflag_t,c_oflag) in f()
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/mips/mips64/ |
H A D | mod.rs | 165 pub c_oflag: ::tcflag_t,
|
/third_party/rust/crates/libc/src/unix/solarish/ |
H A D | compat.rs | 13 (*termios).c_oflag &= !OPOST; in cfmakeraw()
|