O_EXCL
#define O_EXCL 0x0800 /* error if already exists */
#define O_EXCL 02000 /* exclusive open */
#define O_EXCL 0x400 /* exclusive open */