Searched defs:O_TRUNC (Results 1 – 7 of 7) sorted by relevance
71 #define O_TRUNC _O_TRUNC macro
177 inline int O_TRUNC = @O_TRUNC@; variable
69 #define O_TRUNC 01000 /* open with truncation */ macro
74 #define O_TRUNC _FTRUNC macro
103 #define O_TRUNC 0x0400 /* truncate to zero length */ macro
82 #define O_TRUNC 0x200 /* open with truncation */ macro
984 #define O_TRUNC 010 macro