Home
last modified time | relevance | path

Searched refs:c_oflag (Results 1 - 25 of 71) sorted by relevance

123

/third_party/rust/crates/rustix/examples/
H A Dstdio.rs151 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 Dstty.c233 !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 Dioctl02.c249 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 Dioctl.h32 unsigned short int c_oflag; /* output mode flags */ member
/third_party/musl/src/termios/
H A Dcfmakeraw.c7 t->c_oflag &= ~OPOST; in cfmakeraw()
/third_party/musl/libc-test/src/functionalext/supplement/termios/
H A Dcfmakeraw.c34 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 Dtermios.h3 tcflag_t c_oflag; member
/third_party/musl/porting/uniproton/kernel/include/bits/
H A Dtermios.h3 tcflag_t c_oflag; member
/third_party/musl/porting/liteos_m/kernel/include/bits/
H A Dtermios.h3 tcflag_t c_oflag; member
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/
H A Dtermios.h3 tcflag_t c_oflag; member
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
H A Dtermios.h3 tcflag_t c_oflag; member
/third_party/musl/arch/generic/bits/
H A Dtermios.h3 tcflag_t c_oflag; member
/third_party/libuv/src/unix/
H A Dtty.c254 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 Dtty.c254 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 Dcve-2014-0196.c101 t.c_oflag &= ~OPOST; in run()
/third_party/musl/arch/mips/bits/
H A Dtermios.h3 tcflag_t c_oflag; member
/third_party/musl/arch/powerpc/bits/
H A Dtermios.h5 tcflag_t c_oflag; member
/third_party/musl/arch/mips64/bits/
H A Dtermios.h3 tcflag_t c_oflag; member
/third_party/musl/arch/mipsn32/bits/
H A Dtermios.h3 tcflag_t c_oflag; member
/third_party/musl/arch/powerpc64/bits/
H A Dtermios.h5 tcflag_t c_oflag; member
/third_party/rust/crates/rustix/src/backend/linux_raw/termios/
H A Dsyscalls.rs164 termios.c_oflag &= !OPOST;
/third_party/libwebsockets/minimal-examples/raw/minimal-raw-serial/
H A Dminimal-raw-file.c103 tio.c_oflag = 0; in callback_raw_test()
/third_party/musl/libc-test/src/api/
H A Dtermios.c14 F(tcflag_t,c_oflag) in f()
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/mips/mips64/
H A Dmod.rs165 pub c_oflag: ::tcflag_t,
/third_party/rust/crates/libc/src/unix/solarish/
H A Dcompat.rs13 (*termios).c_oflag &= !OPOST; in cfmakeraw()

Completed in 12 milliseconds

123