Searched defs:O_TRUNC (Results 1 – 6 of 6) sorted by relevance
71 #define O_TRUNC _O_TRUNC macro
177 inline int O_TRUNC = @O_TRUNC@; variable
70 #define O_TRUNC 01000 /* open with truncation */ macro
73 #define O_TRUNC _FTRUNC macro
81 #define O_TRUNC 0x200 /* open with truncation */ macro
966 #define O_TRUNC 010 macro