OPOST 95 arch/um/drivers/chan_user.c new.c_oflag |= OPOST; OPOST 195 drivers/char/ttyprintk.c ttyprintk_driver->init_termios.c_oflag = OPOST | OCRNL | ONOCR | ONLRET; OPOST 1283 drivers/isdn/capi/capi.c drv->init_termios.c_oflag = OPOST | ONLCR; OPOST 1062 drivers/net/usb/hso.c termios->c_oflag &= ~OPOST; OPOST 181 drivers/tty/hvc/hvcs.c .c_oflag = OPOST, OPOST 132 drivers/tty/serdev/serdev-ttyport.c ktermios.c_oflag &= ~OPOST; OPOST 123 drivers/tty/tty_io.c .c_oflag = OPOST | ONLCR, OPOST 544 drivers/tty/tty_ioctl.c termios->c_oflag |= OPOST | ONLCR; OPOST 81 drivers/tty/ttynull.c driver->init_termios.c_oflag = OPOST | OCRNL | ONOCR | ONLRET; OPOST 108 drivers/tty/vcc.c .c_oflag = OPOST, OPOST 949 drivers/usb/serial/cypress_m8.c &= ~OPOST; /* disable postprocess output char */ OPOST 102 drivers/usb/serial/empeg.c &= ~OPOST; /* disable postprocess output characters */ OPOST 145 include/linux/tty.h #define O_OPOST(tty) _O_FLAG((tty), OPOST)