Searched defs:O_EXCL (Results 1 – 7 of 7) sorted by relevance
19 #define O_EXCL 0200 macro
26 #define O_EXCL 0x0400 /* open only if file doesn't already exist */ macro
18 #define O_EXCL 0x0400 /* not fcntl */ macro
26 #define O_EXCL 00000200 /* not fcntl */ macro
168 O_EXCL = 0x400 variable
579 O_EXCL = 0x400 variable
621 O_EXCL = 0200 variable