tag | line | file | source code |
_O_FLAG | 143 | include/linux/tty.h | #define O_OPOST(tty) _O_FLAG((tty),OPOST) |
_O_FLAG | 144 | include/linux/tty.h | #define O_OLCUC(tty) _O_FLAG((tty),OLCUC) |
_O_FLAG | 145 | include/linux/tty.h | #define O_ONLCR(tty) _O_FLAG((tty),ONLCR) |
_O_FLAG | 146 | include/linux/tty.h | #define O_OCRNL(tty) _O_FLAG((tty),OCRNL) |
_O_FLAG | 147 | include/linux/tty.h | #define O_ONOCR(tty) _O_FLAG((tty),ONOCR) |
_O_FLAG | 148 | include/linux/tty.h | #define O_ONLRET(tty) _O_FLAG((tty),ONLRET) |
_O_FLAG | 149 | include/linux/tty.h | #define O_OFILL(tty) _O_FLAG((tty),OFILL) |
_O_FLAG | 150 | include/linux/tty.h | #define O_OFDEL(tty) _O_FLAG((tty),OFDEL) |
_O_FLAG | 151 | include/linux/tty.h | #define O_NLDLY(tty) _O_FLAG((tty),NLDLY) |
_O_FLAG | 152 | include/linux/tty.h | #define O_CRDLY(tty) _O_FLAG((tty),CRDLY) |
_O_FLAG | 153 | include/linux/tty.h | #define O_TABDLY(tty) _O_FLAG((tty),TABDLY) |
_O_FLAG | 154 | include/linux/tty.h | #define O_BSDLY(tty) _O_FLAG((tty),BSDLY) |
_O_FLAG | 155 | include/linux/tty.h | #define O_VTDLY(tty) _O_FLAG((tty),VTDLY) |
_O_FLAG | 156 | include/linux/tty.h | #define O_FFDLY(tty) _O_FLAG((tty),FFDLY) |