Searched defs:O_APPEND (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/src/
H A Denvelope.c865 #ifndef O_APPEND
866 # define O_APPEND 0 macro
867 #endif /* ! O_APPEND */
/illumos-gate/usr/src/cmd/bnu/
H A Din.uucpd.c348 #define O_APPEND 0 /* kludge */ macro
405 wtmp = open("/usr/adm/wtmp", O_WRONLY|O_APPEND);
486 wtmp = open("/usr/adm/wtmp", O_WRONLY|O_APPEND);
/illumos-gate/usr/src/ucbhead/sys/
H A Dfcntl.h58 #define O_APPEND 010 /* append (writes guaranteed at the end) */ macro
/illumos-gate/usr/src/lib/libbc/inc/include/sys/
H A Dfcntlcom.h72 #define O_APPEND _FAPPEND macro
/illumos-gate/usr/src/boot/sys/sys/
H A Dfcntl.h91 #define O_APPEND 0x0008 /* set append mode */ macro
177 #define FAPPEND O_APPEND /* kernel/compat */
/illumos-gate/usr/src/uts/common/sys/
H A Dfcntl.h65 #define O_APPEND 0x08 /* append (writes guaranteed at the end) */ macro
/illumos-gate/usr/src/lib/libast/common/sfio/
H A Dsfhdr.h967 #define O_APPEND 020 macro

Completed in 72 milliseconds