taglinefilesource code
c_oflag63include/linux/termios.hunsigned short c_oflag;    /* output mode flags */
c_oflag73include/linux/termios.htcflag_t c_oflag;    /* output mode flags */
c_oflag138include/linux/tty.h#define _O_FLAG(tty,f)  ((tty)->termios->c_oflag & f)
c_oflag881kernel/chr_drv/tty_io.ctp->c_oflag = OPOST | ONLCR;
c_oflag891kernel/chr_drv/tty_io.ctp->c_oflag = OPOST | ONLCR;
c_oflag154kernel/chr_drv/tty_ioctl.ctmp_termio.c_oflag = tty->termios->c_oflag;
c_oflag204kernel/chr_drv/tty_ioctl.c*(unsigned short *)&tty->termios->c_oflag = tmp_termio.c_oflag;