taglinefilesource code
c_oflag66include/linux/termios.hunsigned short c_oflag;    /* output mode flags */
c_oflag76include/linux/termios.htcflag_t c_oflag;    /* output mode flags */
c_oflag150include/linux/tty.h#define _O_FLAG(tty,f)  ((tty)->termios->c_oflag & f)
c_oflag1483kernel/chr_drv/tty_io.ctp->c_oflag = OPOST | ONLCR;
c_oflag1493kernel/chr_drv/tty_io.ctp->c_oflag = OPOST | ONLCR;
c_oflag185kernel/chr_drv/tty_ioctl.ctmp_termio.c_oflag = tty->termios->c_oflag;
c_oflag228kernel/chr_drv/tty_ioctl.c*(unsigned short *)&tty->termios->c_oflag = tmp_termio.c_oflag;