tag | line | file | source code |
c_oflag | 1615 | drivers/char/tty_io.c | tp->c_oflag = OPOST | ONLCR; |
c_oflag | 1621 | drivers/char/tty_io.c | tp->c_oflag = OPOST | ONLCR | XTABS; |
c_oflag | 1626 | drivers/char/tty_io.c | tp->c_oflag = OPOST | ONLCR; |
c_oflag | 149 | drivers/char/tty_ioctl.c | NOSET_MASK(termios->c_oflag, old->c_oflag, locked->c_oflag); |
c_oflag | 252 | drivers/char/tty_ioctl.c | tmp_termio.c_oflag = tty->termios->c_oflag; |
c_oflag | 278 | drivers/char/tty_ioctl.c | SET_LOW_BITS(tty->termios->c_oflag, tmp_termio.c_oflag); |
c_oflag | 71 | include/linux/termios.h | unsigned short c_oflag; /* output mode flags */ |
c_oflag | 81 | include/linux/termios.h | tcflag_t c_oflag; /* output mode flags */ |
c_oflag | 160 | include/linux/tty.h | #define _O_FLAG(tty,f) ((tty)->termios->c_oflag & f) |