Home
last modified time | relevance | path

Searched refs:c_oflag (Results 1 – 23 of 23) sorted by relevance

/external/openssh/
Dttymodes.h158 TTYMODE(OPOST, c_oflag, 70)
160 TTYMODE(OLCUC, c_oflag, 71)
163 TTYMODE(ONLCR, c_oflag, 72)
166 TTYMODE(OCRNL, c_oflag, 73)
169 TTYMODE(ONOCR, c_oflag, 74)
172 TTYMODE(ONLRET, c_oflag, 75)
Dsshtty.c88 tio.c_oflag &= ~OPOST; in enter_raw_mode()
/external/strace/
Dterm.c53 (tios.c_oflag & OPOST) ? "" : "-", in decode_termios()
60 (long) tios.c_iflag, (long) tios.c_oflag); in decode_termios()
85 (tio.c_oflag & OPOST) ? "" : "-", in decode_termio()
92 (long) tio.c_iflag, (long) tio.c_oflag); in decode_termio()
/external/kernel-headers/original/uapi/asm-generic/
Dtermbits.h14 tcflag_t c_oflag; /* output mode flags */ member
23 tcflag_t c_oflag; /* output mode flags */ member
34 tcflag_t c_oflag; /* output mode flags */ member
Dtermios.h25 unsigned short c_oflag; /* output mode flags */ member
/external/kernel-headers/original/uapi/asm-mips/asm/
Dtermbits.h27 tcflag_t c_oflag; /* output mode flags */ member
36 tcflag_t c_oflag; /* output mode flags */ member
47 tcflag_t c_oflag; /* output mode flags */ member
Dtermios.h56 unsigned short c_oflag; /* output mode flags */ member
/external/e2fsprogs/lib/et/
Dcom_err.c55 (t.c_oflag & OPOST) && (t.c_oflag & ONLCR)) in default_com_err_proc()
/external/toybox/toys/pending/
Dstty.c233 !set_flag(&new->c_oflag, oflags, ARRAY_LEN(oflags), option, on) && in set_option()
347 else if (sscanf(arg, "%x:%x:%x:%x:%n", &new.c_iflag, &new.c_oflag, in do_stty()
405 xprintf("%x:%x:%x:%x:", old.c_iflag, old.c_oflag, old.c_cflag, old.c_lflag); in do_stty()
444 show_flags(old.c_oflag, sane.c_oflag, oflags, ARRAY_LEN(oflags)); in do_stty()
Dgetty.c159 TT.termios.c_oflag = OPOST|ONLCR; in termios_init()
Dinit.c91 terminal.c_oflag = ONLCR|OPOST; in reset_term()
/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()
350 termio.c_oflag); in chk_tty_parms()
/external/ltp/testcases/cve/
Dcve-2014-0196.c113 t.c_oflag &= ~OPOST; in run()
/external/openssh/openbsd-compat/
Dbsd-openpty.c210 tio.c_oflag |= (OPOST | ONLCR); in openpty()
/external/python/cpython2/Modules/
Dtermios.c118 PyList_SetItem(v, 1, PyInt_FromLong((long)mode.c_oflag)); in termios_tcgetattr()
167 mode.c_oflag = (tcflag_t) PyInt_AsLong(PyList_GetItem(term, 1)); in termios_tcsetattr()
/external/python/cpython3/Modules/
Dtermios.c117 PyList_SetItem(v, 1, PyLong_FromLong((long)mode.c_oflag)); in termios_tcgetattr()
166 mode.c_oflag = (tcflag_t) PyLong_AsLong(PyList_GetItem(term, 1)); in termios_tcsetattr()
/external/toybox/lib/
Dtty.c101 termio.c_oflag = ONLCR|OPOST; in set_terminal()
/external/selinux/policycoreutils/run_init/
Dopen_init_pty.c289 s_tty_attr.c_oflag &= ~(ONLCR); in main()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_symbolizer_posix_libcdep.cc152 termflags.c_oflag &= ~ONLCR; in StartSymbolizerSubprocess()
/external/u-boot/arch/sandbox/cpu/
Dos.c133 term.c_oflag = OPOST | ONLCR; in os_tty_raw()
/external/nos/test/system-test-harness/src/
Dutil.cc456 tty_state.c_oflag = 0; in Init()
/external/ppp/pppd/
Dsys-linux.c951 tios.c_oflag = 0; in set_up_tty()
2672 tios.c_oflag = 0;
Dsys-solaris.c1235 tios.c_oflag = 0;