Searched defs:O_CLOEXEC (Results 1 – 7 of 7) sorted by relevance
15 #define O_CLOEXEC 010000000 /* set close_on_exec */ macro
28 pub const O_CLOEXEC: u32 = bindings::O_CLOEXEC; global() 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