Searched defs:O_CLOEXEC (Results 1 – 8 of 8) sorted by relevance
76 #define O_CLOEXEC 0x400000 macro78 #define O_CLOEXEC 010000000 macro80 #define O_CLOEXEC 02000000 macro
15 #define O_CLOEXEC 010000000 /* set close_on_exec */ macro
34 pub const O_CLOEXEC: u32 = bindings::O_CLOEXEC; constant
21 #define O_CLOEXEC 0x400000 macro
18 #define O_CLOEXEC 010000000 /* set close_on_exec */ macro
62 #define O_CLOEXEC 02000000 /* set close_on_exec */ macro
95 # define O_CLOEXEC 02000000 macro