Searched defs:O_NOCTTY (Results 1 – 7 of 7) sorted by relevance
20 #define O_NOCTTY 0x0800 /* not fcntl */ macro
12 #define O_NOCTTY 000400000 /* not fcntl */ macro
53 pub const O_NOCTTY: u32 = bindings::O_NOCTTY; constant
17 #define O_NOCTTY 0x8000 /* not fcntl */ macro
8 #define O_NOCTTY 010000 /* not fcntl */ macro
29 #define O_NOCTTY 00000400 /* not fcntl */ macro