tag | line | file | source code |
c_oflag | 227 | drivers/char/pty.c | pty_driver.init_termios.c_oflag = 0; |
c_oflag | 1734 | drivers/char/tty_io.c | tty_std_termios.c_oflag = OPOST | ONLCR; |
c_oflag | 88 | drivers/char/tty_ioctl.c | NOSET_MASK(termios->c_oflag, old->c_oflag, locked->c_oflag); |
c_oflag | 228 | drivers/char/tty_ioctl.c | if (tty->termios->c_oflag & OPOST) |
c_oflag | 229 | drivers/char/tty_ioctl.c | if (tty->termios->c_oflag & ONLCR) |
c_oflag | 254 | drivers/char/tty_ioctl.c | termios->c_oflag = 0; |
c_oflag | 264 | drivers/char/tty_ioctl.c | termios->c_oflag |= OPOST | ONLCR; |
c_oflag | 124 | include/asm-alpha/termios.h | unsigned short c_oflag; /* output mode flags */ |
c_oflag | 134 | include/asm-alpha/termios.h | tcflag_t c_oflag; /* output mode flags */ |
c_oflag | 346 | include/asm-alpha/termios.h | SET_LOW_BITS(termios->c_oflag, termio->c_oflag); |
c_oflag | 371 | include/asm-alpha/termios.h | termio->c_oflag = termios->c_oflag; |
c_oflag | 77 | include/asm-i386/termios.h | unsigned short c_oflag; /* output mode flags */ |
c_oflag | 87 | include/asm-i386/termios.h | tcflag_t c_oflag; /* output mode flags */ |
c_oflag | 276 | include/asm-i386/termios.h | SET_LOW_BITS(termios->c_oflag, termio->c_oflag); |
c_oflag | 290 | include/asm-i386/termios.h | termio->c_oflag = termios->c_oflag; |
c_oflag | 124 | include/linux/tty.h | #define _O_FLAG(tty,f) ((tty)->termios->c_oflag & (f)) |