Searched defs:O_CLOEXEC (Results 1 – 7 of 7) sorted by relevance
71 #define O_CLOEXEC 0x400000 macro73 #define O_CLOEXEC 010000000 macro75 #define O_CLOEXEC 02000000 macro
15 #define O_CLOEXEC 010000000 /* set close_on_exec */ macro
21 #define O_CLOEXEC 0x400000 macro
18 #define O_CLOEXEC 010000000 /* set close_on_exec */ macro
27 pub const O_CLOEXEC: u32 = bindings::O_CLOEXEC; constant
62 #define O_CLOEXEC 02000000 /* set close_on_exec */ macro
95 # define O_CLOEXEC 02000000 macro