Searched defs:O_TRUNC (Results 1 – 6 of 6) sorted by relevance
160 enum O_TRUNC = 0x200; // octal 01000 in version() local187 enum O_TRUNC = 0x00200; // octal 01000 in version() local211 enum O_TRUNC = 0x0200; in version() local238 enum O_TRUNC = 0x200; // octal 01000 in version() local265 enum O_TRUNC = 0x200; // octal 01000 in version() local292 enum O_TRUNC = 0x200; // octal 01000 in version() local319 enum O_TRUNC = 0x400; in version() local346 enum O_TRUNC = 0x200; // octal 01000 in version() local422 enum O_TRUNC = 0x0400; in version() local
52 #define O_TRUNC _O_TRUNC macro
93 #define O_TRUNC _O_TRUNC macro
112 #define O_TRUNC _O_TRUNC global() macro
98 #define O_TRUNC 0x00000400 /* truncate to zero length */ macro
270 # define O_TRUNC 02000 macro