Searched refs:O_LITOUT (Results 1 – 6 of 6) sorted by relevance
125 #define O_LITOUT 0x00200000 /* literal output */ macro146 #define LLITOUT (O_LITOUT>>16)
61 #define LITOUT O_LITOUT
236 #define O_LITOUT 0x00200000 /* literal output */ macro255 #define LLITOUT (O_LITOUT>>16)
124 #define LITOUT O_LITOUT
121 #define LITOUT O_LITOUT
1221 if (csp->t_flags & O_LITOUT) in from_compat()1337 csp->t_flags &= (O_CTLECH|O_LITOUT|O_PASS8|O_ODDP|O_EVENP); in to_compat()1354 csp->t_flags |= O_LITOUT; in to_compat()1356 csp->t_flags &= ~O_LITOUT; in to_compat()