tag | line | file | source code |
_O_FLAG | 130 | include/linux/tty.h | #define O_OPOST(tty) _O_FLAG((tty),OPOST) |
_O_FLAG | 131 | include/linux/tty.h | #define O_OLCUC(tty) _O_FLAG((tty),OLCUC) |
_O_FLAG | 132 | include/linux/tty.h | #define O_ONLCR(tty) _O_FLAG((tty),ONLCR) |
_O_FLAG | 133 | include/linux/tty.h | #define O_OCRNL(tty) _O_FLAG((tty),OCRNL) |
_O_FLAG | 134 | include/linux/tty.h | #define O_ONOCR(tty) _O_FLAG((tty),ONOCR) |
_O_FLAG | 135 | include/linux/tty.h | #define O_ONLRET(tty) _O_FLAG((tty),ONLRET) |
_O_FLAG | 136 | include/linux/tty.h | #define O_OFILL(tty) _O_FLAG((tty),OFILL) |
_O_FLAG | 137 | include/linux/tty.h | #define O_OFDEL(tty) _O_FLAG((tty),OFDEL) |
_O_FLAG | 138 | include/linux/tty.h | #define O_NLDLY(tty) _O_FLAG((tty),NLDLY) |
_O_FLAG | 139 | include/linux/tty.h | #define O_CRDLY(tty) _O_FLAG((tty),CRDLY) |
_O_FLAG | 140 | include/linux/tty.h | #define O_TABDLY(tty) _O_FLAG((tty),TABDLY) |
_O_FLAG | 141 | include/linux/tty.h | #define O_BSDLY(tty) _O_FLAG((tty),BSDLY) |
_O_FLAG | 142 | include/linux/tty.h | #define O_VTDLY(tty) _O_FLAG((tty),VTDLY) |
_O_FLAG | 143 | include/linux/tty.h | #define O_FFDLY(tty) _O_FLAG((tty),FFDLY) |