| tag | line | file | source code |
| c_oflag | 63 | include/linux/termios.h | unsigned short c_oflag; /* output mode flags */ |
| c_oflag | 73 | include/linux/termios.h | tcflag_t c_oflag; /* output mode flags */ |
| c_oflag | 138 | include/linux/tty.h | #define _O_FLAG(tty,f) ((tty)->termios->c_oflag & f) |
| c_oflag | 881 | kernel/chr_drv/tty_io.c | tp->c_oflag = OPOST | ONLCR; |
| c_oflag | 891 | kernel/chr_drv/tty_io.c | tp->c_oflag = OPOST | ONLCR; |
| c_oflag | 154 | kernel/chr_drv/tty_ioctl.c | tmp_termio.c_oflag = tty->termios->c_oflag; |
| c_oflag | 204 | kernel/chr_drv/tty_ioctl.c | *(unsigned short *)&tty->termios->c_oflag = tmp_termio.c_oflag; |