Searched refs:OPOST (Results 1 – 25 of 49) sorted by relevance
12
/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 | 158 TTYMODE(OPOST, c_oflag, 70)
|
/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/python/cpython2/Lib/ |
D | tty.py | 22 mode[OFLAG] = mode[OFLAG] & ~(OPOST)
|
/external/python/cpython3/Lib/ |
D | tty.py | 22 mode[OFLAG] = mode[OFLAG] & ~(OPOST)
|
/external/e2fsprogs/lib/et/ |
D | com_err.c | 55 (t.c_oflag & OPOST) && (t.c_oflag & ONLCR)) in default_com_err_proc()
|
/external/ltp/testcases/cve/ |
D | cve-2014-0196.c | 113 t.c_oflag &= ~OPOST; in run()
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | termbits.h | 80 #define OPOST 0000001 macro
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | termbits.h | 100 #define OPOST 0000001 /* Perform output processing. */ macro
|
/external/openssh/openbsd-compat/ |
D | bsd-openpty.c | 210 tio.c_oflag |= (OPOST | ONLCR); in openpty()
|
/external/syzkaller/vm/vmimpl/ |
D | console.go | 42 term.Oflag &^= unix.OPOST
|
/external/toybox/lib/ |
D | tty.c | 101 termio.c_oflag = ONLCR|OPOST; in set_terminal()
|
/external/python/cpython2/Lib/plat-irix6/ |
D | IOCTL.py | 95 OPOST = 0000001 variable
|
/external/python/cpython2/Lib/plat-irix5/ |
D | IOCTL.py | 95 OPOST = 0000001 variable
|
/external/toybox/toys/pending/ |
D | getty.c | 159 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/u-boot/arch/sandbox/cpu/ |
D | os.c | 133 term.c_oflag = OPOST | ONLCR; in os_tty_raw()
|
/external/python/cpython3/Modules/ |
D | termios.c | 427 {"OPOST", OPOST},
|
/external/chromium-trace/catapult/third_party/pyserial/serial/ |
D | serialposix.py | 334 oflag &= ~(TERMIOS.OPOST)
|
/external/syzkaller/vendor/golang.org/x/sys/unix/ |
D | zerrors_solaris_amd64.go | 684 OPOST = 0x1 const
|
D | zerrors_dragonfly_amd64.go | 938 OPOST = 0x1 const
|
D | zerrors_openbsd_arm.go | 948 OPOST = 0x1 const
|
12