taglinefilesource code
OPOST1668drivers/char/tty_io.ctp->c_oflag = OPOST | ONLCR;
OPOST1674drivers/char/tty_io.ctp->c_oflag = OPOST | ONLCR | XTABS;
OPOST1679drivers/char/tty_io.ctp->c_oflag = OPOST | ONLCR;
OPOST188include/linux/tty.h#define O_POST(tty)  _O_FLAG((tty),OPOST)