O_EXCL
#define O_EXCL 04000 /* not fcntl */
#define O_EXCL 0x0400 /* not fcntl */
#define O_EXCL 000002000 /* not fcntl */
#define O_EXCL 0x0800 /* not fcntl */
#define O_EXCL 00000200 /* not fcntl */