Searched refs:O_EXCL (Results 1 – 4 of 4) sorted by relevance
19 #define O_EXCL 00000200 // Fail if file already exists macro
23 #define O_EXCL 00000200 // Fail if file already exists macro
25 #define O_EXCL 00000200 // Fail if file already exists
53 const O_EXCL = 0o00000200; constant