Home
last modified time | relevance | path

Searched defs:O_TRUNC (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/
H A Dfcntl.d160 enum O_TRUNC = 0x200; // octal 01000 in version() local
187 enum O_TRUNC = 0x00200; // octal 01000 in version() local
211 enum O_TRUNC = 0x0200; in version() local
238 enum O_TRUNC = 0x200; // octal 01000 in version() local
265 enum O_TRUNC = 0x200; // octal 01000 in version() local
292 enum O_TRUNC = 0x200; // octal 01000 in version() local
319 enum O_TRUNC = 0x400; in version() local
346 enum O_TRUNC = 0x200; // octal 01000 in version() local
422 enum O_TRUNC = 0x0400; in version() local
/netbsd-src/external/bsd/libpcap/dist/testprogs/
H A Dunix.h52 #define O_TRUNC _O_TRUNC macro
/netbsd-src/sys/external/bsd/acpica/dist/include/platform/
H A Dacwin64.h93 #define O_TRUNC _O_TRUNC macro
H A Dacwin.h112 #define O_TRUNC _O_TRUNC global() macro
/netbsd-src/sys/sys/
H A Dfcntl.h98 #define O_TRUNC 0x00000400 /* truncate to zero length */ macro
/netbsd-src/external/gpl2/rcs/include/
H A Dconf.h270 # define O_TRUNC 02000 macro