Searched refs:O_APPEND (Results 51 - 75 of 91) sorted by relevance

1234

/illumos-gate/usr/src/cmd/sh/
H A Dservice.c655 O_WRONLY | O_APPEND | O_CREAT, 0666)) != -1) {
/illumos-gate/usr/src/boot/lib/libz/
H A Dgzlib.c241 O_APPEND)));
/illumos-gate/usr/src/cmd/sed/
H A Dcompile.c282 O_WRONLY|O_APPEND|O_CREAT|O_TRUNC, 0666)) == -1)
615 O_WRONLY|O_APPEND|O_CREAT|O_TRUNC, 0666)) == -1)
/illumos-gate/usr/src/cmd/sendmail/aux/
H A Dmail.local.c813 mbfd = open(path, O_APPEND|O_CREAT|O_EXCL|O_WRONLY,
832 mbfd = open(path, O_APPEND|O_WRONLY, 0);
/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/lib/libshell/common/bltins/
H A Dshiocmd_solaris.c538 oflag |= O_APPEND;
/illumos-gate/usr/src/lib/libresolv2/common/isc/
H A Dlogging.c124 flags = O_WRONLY|O_CREAT|O_APPEND;
/illumos-gate/usr/src/lib/auditd_plugins/binfile/
H A Dbinfile.c528 O_RDWR | O_APPEND | O_CREAT | O_EXCL, 0640);
/illumos-gate/usr/src/cmd/sa/
H A Dsadc.c233 if ((fp = open(fname, O_WRONLY | O_APPEND | O_CREAT, 0644))
/illumos-gate/usr/src/cmd/avs/nsctl/
H A Dnskernd.c834 (void) open("/dev/console", O_WRONLY|O_APPEND);
/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Ddryrun.c375 O_RDWR | O_APPEND | O_TRUNC)) == -1) {
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Doptions.c1954 fd = open(*argv, O_WRONLY | O_APPEND | O_CREAT | O_EXCL, 0644);
1956 fd = open(*argv, O_WRONLY | O_APPEND);
/illumos-gate/usr/src/cmd/syslogd/
H A Dsyslogd.c1501 O_WRONLY|O_APPEND|O_NOCTTY);
1954 O_WRONLY|O_APPEND|O_NOCTTY);
2406 O_WRONLY|O_APPEND|O_NOCTTY|O_NONBLOCK :
2407 O_WRONLY|O_APPEND|O_NOCTTY;
3416 mode_t fmode, omode = O_WRONLY|O_APPEND|O_NOCTTY;
/illumos-gate/usr/src/lib/libc/port/aio/
H A Daio.c1097 * If O_APPEND is set for the file descriptor,
1101 * to ignore the O_APPEND setting. So we have to use
1103 * the O_APPEND case.
1105 append = (__fcntl(arg->fd, F_GETFL) & O_APPEND);
1143 * If O_APPEND is set for the file descriptor,
1147 * to ignore the O_APPEND setting. So we have to use
1149 * the O_APPEND case.
1151 append = (__fcntl(arg->fd, F_GETFL) & O_APPEND);
/illumos-gate/usr/src/lib/brand/solaris10/s10_brand/common/
H A Ds10_brand.c713 * applied to files opened with O_APPEND. The offset argument is ignored and
716 * wasn't opened with O_APPEND). This is a result of the fix for CR 6655660
717 * (pwrite() must ignore the O_APPEND/FAPPEND flag).
720 * was opened with O_APPEND. If it was, then invoke the write() system call
731 if (rval->sys_rval1 & O_APPEND)
752 if (rval->sys_rval1 & O_APPEND)
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dgetutx.c872 if ((wfdx = open(filex, O_WRONLY | O_APPEND)) < 0)
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Dtrace.c351 nfd = open(fn, O_APPEND|O_WRONLY, 0644);
/illumos-gate/usr/src/cmd/avs/dscfglockd/
H A Ddscfglockd.c1197 (void) open("/dev/console", O_WRONLY|O_APPEND);
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dip_fil.c549 fd = open(fname, O_WRONLY|O_APPEND);
/illumos-gate/usr/src/cmd/su/
H A Dsu.c276 (void) close(open(Sulog, O_WRONLY | O_APPEND | O_CREAT,
/illumos-gate/usr/src/cmd/ldapcachemgr/
H A Dcachemgr.c1014 O_APPEND|O_WRONLY, 0644)) < 0) {
/illumos-gate/usr/src/lib/storage/libg_fc/common/
H A Dgenf.c625 if (flag & O_APPEND) {
626 (void) printf("O_APPEND,");
/illumos-gate/usr/src/lib/libast/common/sfio/
H A Dsfhdr.h967 #define O_APPEND 020 macro
/illumos-gate/usr/src/lib/libpkg/common/
H A Dpkgweb.c2229 O_NONBLOCK|O_RDWR|O_APPEND|O_CREAT|O_EXCL,
2237 O_NONBLOCK|O_RDWR|O_APPEND)) != -1) {
/illumos-gate/usr/src/cmd/truss/
H A Dcodes.c1932 (O_NDELAY|O_APPEND|O_SYNC|O_DSYNC|O_NONBLOCK|O_CREAT|O_TRUNC\
1966 if (arg & O_APPEND)
1967 (void) strlcat(str, "|O_APPEND", sizeof (pri->code_buf));

Completed in 184 milliseconds

1234