Searched defs:O_EXCL (Results 1 – 7 of 7) sorted by relevance
25 #define O_EXCL 04000 /* not fcntl */ macro
24 #define O_EXCL 00002000 /* not fcntl */ macro
25 #define O_EXCL 00000200 /* not fcntl. */ macro
30 #define O_EXCL 0x0400 /* not fcntl */ macro
29 #define O_EXCL 0x0800 /* not fcntl */ macro
52 #define O_EXCL 0x0020 /* Fail if file already exists. */ macro
50 # define O_EXCL 0200 /* Not fcntl. */ macro
Completed in 12 milliseconds