tag | line | file | source code |
c_oflag | 227 | drivers/char/pty.c | pty_driver.init_termios.c_oflag = 0; |
c_oflag | 1572 | drivers/char/tty_io.c | tty_std_termios.c_oflag = OPOST | ONLCR; |
c_oflag | 80 | drivers/char/tty_ioctl.c | NOSET_MASK(termios->c_oflag, old->c_oflag, locked->c_oflag); |
c_oflag | 107 | drivers/char/tty_ioctl.c | SET_LOW_BITS(tmp_termios.c_oflag, tmp_termio.c_oflag); |
c_oflag | 174 | drivers/char/tty_ioctl.c | tmp_termio.c_oflag = tty->termios->c_oflag; |
c_oflag | 75 | include/linux/termios.h | unsigned short c_oflag; /* output mode flags */ |
c_oflag | 85 | include/linux/termios.h | tcflag_t c_oflag; /* output mode flags */ |
c_oflag | 113 | include/linux/tty.h | #define _O_FLAG(tty,f) ((tty)->termios->c_oflag & (f)) |