Searched refs:OPOST (Results 1 – 15 of 15) sorted by relevance
/external/syslinux/com32/libutil/ |
D | ansiline.c | 77 if (!tio.c_oflag & OPOST) in console_ansi_std() 79 tio.c_oflag |= OPOST | ONLCR; in console_ansi_std()
|
D | ansiraw.c | 78 if (!tio.c_oflag & OPOST) in console_ansi_raw() 80 tio.c_oflag |= OPOST | ONLCR; in console_ansi_raw()
|
/external/strace/ |
D | term.c | 53 (tios.c_oflag & OPOST) ? "" : "-", in decode_termios() 86 (tio.c_oflag & OPOST) ? "" : "-", in decode_termio()
|
/external/openssh/ |
D | sshtty.c | 88 tio.c_oflag &= ~OPOST; in enter_raw_mode()
|
D | ttymodes.h | 155 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/e2fsprogs/lib/et/ |
D | com_err.c | 55 (t.c_oflag & OPOST) && (t.c_oflag & ONLCR)) in default_com_err_proc()
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | termbits.h | 79 #define OPOST 0000001 macro
|
/external/openssh/openbsd-compat/ |
D | bsd-openpty.c | 210 tio.c_oflag |= (OPOST | ONLCR); in openpty()
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | termbits.h | 99 #define OPOST 0000001 /* Perform output processing. */ macro
|
/external/toybox/lib/ |
D | interestingtimes.c | 99 termio.c_oflag = ONLCR|OPOST; in set_terminal()
|
/external/libedit/src/ |
D | tty.c | 69 {"oflag:", (OPOST | ONLCR), ONLRET}, 77 {"oflag:", (OPOST | ONLCR), ONLRET}, 205 #ifdef OPOST 206 {"opost", OPOST, MD_OUT},
|
/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()
|
/external/chromium-trace/catapult/telemetry/third_party/pyserial/serial/ |
D | serialposix.py | 334 oflag &= ~(TERMIOS.OPOST)
|