O_TRUNC
#define O_TRUNC 0x0400 /* truncate to zero length */
#define O_TRUNC 01000 /* open with truncation */
#define O_TRUNC 0x200 /* open with truncation */
#define O_TRUNC _O_TRUNC
#define O_TRUNC _O_TRUNC