Searched defs:O_TRUNC (Results 1 – 7 of 7) sorted by relevance
24 #define O_TRUNC 00001000 /* not fcntl. */ macro
24 #define O_TRUNC 02000 /* not fcntl */ macro
29 #define O_TRUNC 0x0200 /* not fcntl */ macro
28 #define O_TRUNC 0x0400 /* not fcntl */ macro
33 #define O_TRUNC 0x0400 /* Truncate file to zero length. */ macro
121 #define O_TRUNC 0x00010000 /* Truncate file to zero length. */ macro
56 # define O_TRUNC 01000 /* Not fcntl. */ macro