Home
last modified time | relevance | path

Searched refs:OPOST (Results 1 – 25 of 29) sorted by relevance

12

/external/rust/crates/nix/test/sys/
Dtest_termios.rs63 assert!(!termios.output_flags.contains(OutputFlags::OPOST | OutputFlags::OCRNL)); in test_output_flags()
67 termios.output_flags.insert(OutputFlags::OPOST | OutputFlags::OCRNL); in test_output_flags()
/external/strace/
Dterm.c53 (tios.c_oflag & OPOST) ? "" : "-", in decode_termios()
85 (tio.c_oflag & OPOST) ? "" : "-", in decode_termio()
/external/openssh/
Dsshtty.c88 tio.c_oflag &= ~OPOST; in enter_raw_mode()
Dttymodes.h149 TTYMODE(OPOST, c_oflag, 70)
/external/python/cpython3/Lib/
Dtty.py22 mode[OFLAG] = mode[OFLAG] & ~(OPOST)
/external/python/cpython2/Lib/
Dtty.py22 mode[OFLAG] = mode[OFLAG] & ~(OPOST)
/external/ltp/testcases/kernel/syscalls/ioctl/
Dioctl02.c250 termio.c_oflag = OPOST | OLCUC | ONLCR | ONOCR; in run_ptest()
348 if (!(termio.c_oflag && (OPOST | OLCUC | ONLCR | ONOCR))) { in chk_tty_parms()
/external/e2fsprogs/lib/et/
Dcom_err.c55 (t.c_oflag & OPOST) && (t.c_oflag & ONLCR)) in default_com_err_proc()
/external/openssh/openbsd-compat/
Dbsd-openpty.c196 tio.c_oflag |= (OPOST | ONLCR); in openpty()
/external/ltp/testcases/cve/
Dcve-2014-0196.c101 t.c_oflag &= ~OPOST; in run()
/external/kernel-headers/original/uapi/asm-generic/
Dtermbits.h80 #define OPOST 0000001 macro
/external/rust/crates/libc/src/unix/solarish/
Dcompat.rs12 (*termios).c_oflag &= !OPOST; in cfmakeraw()
/external/python/cpython2/Lib/plat-irix5/
DIOCTL.py95 OPOST = 0000001 variable
/external/python/cpython2/Lib/plat-irix6/
DIOCTL.py95 OPOST = 0000001 variable
/external/toybox/lib/
Dtty.c97 termio.c_oflag = ONLCR|OPOST; in set_terminal()
/external/toybox/toys/pending/
Dgetty.c96 TT.termios.c_oflag = OPOST|ONLCR; in termios_init()
Dinit.c91 terminal.c_oflag = ONLCR|OPOST; in reset_term()
Dstty.c101 { "opost", OPOST }, { "olcuc", OLCUC }, { "ocrnl", OCRNL },
/external/python/cpython2/Modules/
Dtermios.c399 {"OPOST", OPOST},
/external/python/cpython3/Modules/
Dtermios.c442 {"OPOST", OPOST},
/external/chromium-trace/catapult/third_party/pyserial/serial/
Dserialposix.py334 oflag &= ~(TERMIOS.OPOST)
/external/rust/crates/libc/src/unix/bsd/
Dmod.rs388 pub const OPOST: ::tcflag_t = 0x1; constant
/external/rust/crates/nix/src/sys/
Dtermios.rs582 OPOST;
/external/minijail/linux-x86/
Dlibconstants.gen.c3394 #ifdef OPOST
3395 { "OPOST", (unsigned long) OPOST },
/external/rust/crates/libc/src/unix/redox/
Dmod.rs713 pub const OPOST: ::tcflag_t = 0o000_001; constant

12