/external/openssh/ |
D | ttymodes.h | 158 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)
|
D | sshtty.c | 88 tio.c_oflag &= ~OPOST; in enter_raw_mode()
|
/external/strace/ |
D | term.c | 53 (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/ |
D | termbits.h | 14 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
|
D | termios.h | 25 unsigned short c_oflag; /* output mode flags */ member
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | termbits.h | 27 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
|
D | termios.h | 56 unsigned short c_oflag; /* output mode flags */ member
|
/external/e2fsprogs/lib/et/ |
D | com_err.c | 55 (t.c_oflag & OPOST) && (t.c_oflag & ONLCR)) in default_com_err_proc()
|
/external/toybox/toys/pending/ |
D | stty.c | 233 !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()
|
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/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() 350 termio.c_oflag); in chk_tty_parms()
|
/external/ltp/testcases/cve/ |
D | cve-2014-0196.c | 113 t.c_oflag &= ~OPOST; in run()
|
/external/openssh/openbsd-compat/ |
D | bsd-openpty.c | 210 tio.c_oflag |= (OPOST | ONLCR); in openpty()
|
/external/python/cpython2/Modules/ |
D | termios.c | 118 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/ |
D | termios.c | 117 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/ |
D | tty.c | 101 termio.c_oflag = ONLCR|OPOST; in set_terminal()
|
/external/selinux/policycoreutils/run_init/ |
D | open_init_pty.c | 289 s_tty_attr.c_oflag &= ~(ONLCR); in main()
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_symbolizer_posix_libcdep.cc | 152 termflags.c_oflag &= ~ONLCR; in StartSymbolizerSubprocess()
|
/external/u-boot/arch/sandbox/cpu/ |
D | os.c | 133 term.c_oflag = OPOST | ONLCR; in os_tty_raw()
|
/external/nos/test/system-test-harness/src/ |
D | util.cc | 456 tty_state.c_oflag = 0; in Init()
|
/external/ppp/pppd/ |
D | sys-linux.c | 951 tios.c_oflag = 0; in set_up_tty() 2672 tios.c_oflag = 0;
|
D | sys-solaris.c | 1235 tios.c_oflag = 0;
|