Home
last modified time | relevance | path

Searched defs:O_TRUNC (Results 1 – 7 of 7) sorted by last modified time

/illumos-gate/usr/src/boot/sys/sys/
H A Dfcntl.h103 #define O_TRUNC 0x0400 /* truncate to zero length */ macro
/illumos-gate/usr/src/uts/intel/sys/acpi/platform/
H A Dacwin.h194 #define O_TRUNC _O_TRUNC macro
H A Dacwin64.h179 #define O_TRUNC _O_TRUNC macro
/illumos-gate/usr/src/uts/common/sys/
H A Dfcntl.h82 #define O_TRUNC 0x200 /* open with truncation */ macro
/illumos-gate/usr/src/ucbhead/sys/
H A Dfcntl.h69 #define O_TRUNC 01000 /* open with truncation */ macro
/illumos-gate/usr/src/lib/libdtrace/common/
H A Dio.d.in177 inline int O_TRUNC = @O_TRUNC@; variable
/illumos-gate/usr/src/contrib/ast/src/lib/libast/sfio/
H A Dsfhdr.h984 #define O_TRUNC 010 macro