Home
last modified time | relevance | path

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

/external/syslinux/com32/libutil/
Dansiline.c77 if (!tio.c_oflag & OPOST) in console_ansi_std()
79 tio.c_oflag |= OPOST | ONLCR; in console_ansi_std()
Dansiraw.c78 if (!tio.c_oflag & OPOST) in console_ansi_raw()
80 tio.c_oflag |= OPOST | ONLCR; in console_ansi_raw()
/external/strace/
Dterm.c53 (tios.c_oflag & OPOST) ? "" : "-", in decode_termios()
86 (tio.c_oflag & OPOST) ? "" : "-", in decode_termio()
/external/openssh/
Dsshtty.c88 tio.c_oflag &= ~OPOST; in enter_raw_mode()
Dttymodes.h155 TTYMODE(OPOST, c_oflag, 70)
/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/kernel-headers/original/uapi/asm-generic/
Dtermbits.h79 #define OPOST 0000001 macro
/external/openssh/openbsd-compat/
Dbsd-openpty.c210 tio.c_oflag |= (OPOST | ONLCR); in openpty()
/external/kernel-headers/original/uapi/asm-mips/asm/
Dtermbits.h99 #define OPOST 0000001 /* Perform output processing. */ macro
/external/toybox/lib/
Dinterestingtimes.c99 termio.c_oflag = ONLCR|OPOST; in set_terminal()
/external/libedit/src/
Dtty.c69 {"oflag:", (OPOST | ONLCR), ONLRET},
77 {"oflag:", (OPOST | ONLCR), ONLRET},
205 #ifdef OPOST
206 {"opost", OPOST, MD_OUT},
/external/toybox/toys/pending/
Dgetty.c159 TT.termios.c_oflag = OPOST|ONLCR; in termios_init()
Dinit.c91 terminal.c_oflag = ONLCR|OPOST; in reset_term()
/external/chromium-trace/catapult/telemetry/third_party/pyserial/serial/
Dserialposix.py334 oflag &= ~(TERMIOS.OPOST)