/external/rust/crates/nix/test/sys/ |
D | test_termios.rs | 63 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/ |
D | term.c | 53 (tios.c_oflag & OPOST) ? "" : "-", in decode_termios() 85 (tio.c_oflag & OPOST) ? "" : "-", in decode_termio()
|
/external/openssh/ |
D | sshtty.c | 88 tio.c_oflag &= ~OPOST; in enter_raw_mode()
|
D | ttymodes.h | 149 TTYMODE(OPOST, c_oflag, 70)
|
/external/python/cpython3/Lib/ |
D | tty.py | 22 mode[OFLAG] = mode[OFLAG] & ~(OPOST)
|
/external/python/cpython2/Lib/ |
D | tty.py | 22 mode[OFLAG] = mode[OFLAG] & ~(OPOST)
|
/external/ltp/testcases/kernel/syscalls/ioctl/ |
D | ioctl02.c | 250 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/ |
D | com_err.c | 55 (t.c_oflag & OPOST) && (t.c_oflag & ONLCR)) in default_com_err_proc()
|
/external/openssh/openbsd-compat/ |
D | bsd-openpty.c | 196 tio.c_oflag |= (OPOST | ONLCR); in openpty()
|
/external/ltp/testcases/cve/ |
D | cve-2014-0196.c | 101 t.c_oflag &= ~OPOST; in run()
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | termbits.h | 80 #define OPOST 0000001 macro
|
/external/rust/crates/libc/src/unix/solarish/ |
D | compat.rs | 12 (*termios).c_oflag &= !OPOST; in cfmakeraw()
|
/external/python/cpython2/Lib/plat-irix5/ |
D | IOCTL.py | 95 OPOST = 0000001 variable
|
/external/python/cpython2/Lib/plat-irix6/ |
D | IOCTL.py | 95 OPOST = 0000001 variable
|
/external/toybox/lib/ |
D | tty.c | 97 termio.c_oflag = ONLCR|OPOST; in set_terminal()
|
/external/toybox/toys/pending/ |
D | getty.c | 96 TT.termios.c_oflag = OPOST|ONLCR; in termios_init()
|
D | init.c | 91 terminal.c_oflag = ONLCR|OPOST; in reset_term()
|
D | stty.c | 101 { "opost", OPOST }, { "olcuc", OLCUC }, { "ocrnl", OCRNL },
|
/external/python/cpython2/Modules/ |
D | termios.c | 399 {"OPOST", OPOST},
|
/external/python/cpython3/Modules/ |
D | termios.c | 442 {"OPOST", OPOST},
|
/external/chromium-trace/catapult/third_party/pyserial/serial/ |
D | serialposix.py | 334 oflag &= ~(TERMIOS.OPOST)
|
/external/rust/crates/libc/src/unix/bsd/ |
D | mod.rs | 388 pub const OPOST: ::tcflag_t = 0x1; constant
|
/external/rust/crates/nix/src/sys/ |
D | termios.rs | 582 OPOST;
|
/external/minijail/linux-x86/ |
D | libconstants.gen.c | 3394 #ifdef OPOST 3395 { "OPOST", (unsigned long) OPOST },
|
/external/rust/crates/libc/src/unix/redox/ |
D | mod.rs | 713 pub const OPOST: ::tcflag_t = 0o000_001; constant
|