Symbol: O_APPEND
usr/src/boot/sys/sys/fcntl.h
177
#define FAPPEND O_APPEND /* kernel/compat */
usr/src/cmd/audio/include/AudioTypes.h
112
case AppendOnly: return (O_WRONLY | O_APPEND);
usr/src/cmd/audio/include/AudioTypes.h
113
case ReadAppend: return (O_RDWR | O_APPEND);
usr/src/cmd/bnu/ct.c
661
if ((fd = open(WTMPX_FILE, O_WRONLY | O_APPEND)) != -1) {
usr/src/cmd/bnu/ct.c
719
if ((fd = open(WTMPX_FILE, O_WRONLY | O_APPEND)) != -1) {
usr/src/cmd/bnu/in.uucpd.c
405
wtmp = open("/usr/adm/wtmp", O_WRONLY|O_APPEND);
usr/src/cmd/bnu/in.uucpd.c
486
wtmp = open("/usr/adm/wtmp", O_WRONLY|O_APPEND);
usr/src/cmd/bnu/logent.c
136
fd = open(CMDLOG, O_WRONLY | O_APPEND);
usr/src/cmd/bnu/perfstat.c
1015
fd = open(logname, O_WRONLY | O_APPEND);
usr/src/cmd/bnu/security.c
151
LogFile = open(LogName, O_WRONLY | O_APPEND);
usr/src/cmd/cmd-inet/usr.bin/pppd/main.c
1937
errfd = open(_PATH_CONNERRS, O_WRONLY | O_APPEND | O_CREAT, 0600);
usr/src/cmd/cmd-inet/usr.bin/pppd/options.c
1948
fd = open(*argv, O_WRONLY | O_APPEND | O_CREAT | O_EXCL, 0644);
usr/src/cmd/cmd-inet/usr.bin/pppd/options.c
1950
fd = open(*argv, O_WRONLY | O_APPEND);
usr/src/cmd/cmd-inet/usr.bin/pppd/plugins/passprompt.c
68
red = open("/etc/ppp/prompt-errors", O_WRONLY | O_APPEND | O_CREAT,
usr/src/cmd/cmd-inet/usr.lib/pppoe/logging.c
304
curlogfd = open(fname, O_WRONLY|O_APPEND|O_CREAT, 0600);
usr/src/cmd/cmd-inet/usr.lib/pppoe/options.c
2182
(void) open("/etc/ppp/pppoe-errors", O_WRONLY | O_APPEND |
usr/src/cmd/cmd-inet/usr.sbin/in.routed/trace.c
351
nfd = open(fn, O_APPEND|O_WRONLY, 0644);
usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/ikeadm.c
2593
fd = open(argv[1], O_RDWR | O_CREAT | O_APPEND,
usr/src/cmd/cpc/common/cpustat.c
304
if (fcntl(1, F_SETFL, fcntl(1, F_GETFL) | O_APPEND) == -1) {
usr/src/cmd/dtrace/test/tst/common/io/tst.fds.c
81
fds[n++] = open(file, O_RDWR | O_APPEND | O_CREAT | O_DSYNC |
usr/src/cmd/ed/ed.c
880
: O_WRONLY|O_CREAT|O_APPEND, S_IRUSR|S_IWUSR
usr/src/cmd/ipf/tools/ip_fil.c
550
fd = open(fname, O_WRONLY|O_APPEND);
usr/src/cmd/krb5/ldap_util/kdb5_ldap_services.c
2078
fd = open(file_name, O_CREAT|O_RDWR|O_APPEND, 0600);
usr/src/cmd/ldapcachemgr/cachemgr.c
1013
O_APPEND|O_WRONLY, 0644)) < 0) {
usr/src/cmd/listen/listen.c
225
if ((i = open(log, O_WRONLY|O_CREAT|O_APPEND, 0444)) < 0)
usr/src/cmd/listen/lsfiles.h
37
#define LOGOFLAG (O_WRONLY | O_APPEND | O_CREAT)
usr/src/cmd/login/login.c
705
if ((fildes = open(LOGINLOG, O_APPEND|O_WRONLY)) != -1) {
usr/src/cmd/lp/cmd/lpsched/ports.c
220
open_mode |= O_APPEND;
usr/src/cmd/lp/lib/lp/files.c
143
oflag = (plus? O_RDWR : O_WRONLY) | O_APPEND;
usr/src/cmd/mail/createmf.c
101
mbfd = open(path, O_APPEND|O_WRONLY, 0);
usr/src/cmd/mail/createmf.c
74
O_APPEND|O_CREAT|O_EXCL|O_WRONLY, S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP);
usr/src/cmd/mailx/names.c
235
fd = open(tempEdit, O_CREAT|O_EXCL|O_APPEND|O_WRONLY,
usr/src/cmd/mailx/names.c
238
if ((fd = open(tempEdit, O_APPEND|O_WRONLY,
usr/src/cmd/make/lib/vroot/open.cc
47
((flags & (O_CREAT|O_APPEND)) != 0) ? rw_write : rw_read);
usr/src/cmd/mdb/common/mdb/mdb_cmds.c
1278
O_CREAT | O_APPEND | O_WRONLY, 0666);
usr/src/cmd/nohup/nohup.c
277
oflags = O_RDWR | O_APPEND;
usr/src/cmd/nohup/nohup.c
80
int flags = O_CREAT | O_WRONLY | O_APPEND;
usr/src/cmd/nscd/nscd_log.c
126
open(lf, O_APPEND|O_WRONLY, 0644)) < 0) {
usr/src/cmd/print/conv_fix/conv_fix.c
120
fd = open(ofile, O_RDWR|O_APPEND);
usr/src/cmd/ptools/pfiles/pfiles.c
386
#define ALL_O_FLAGS O_ACCMODE | O_NDELAY | O_NONBLOCK | O_APPEND | \
usr/src/cmd/ptools/pfiles/pfiles.c
421
if (flags & O_APPEND)
usr/src/cmd/sa/sadc.c
233
if ((fp = open(fname, O_WRONLY | O_APPEND | O_CREAT, 0644))
usr/src/cmd/sed/compile.c
282
O_WRONLY|O_APPEND|O_CREAT|O_TRUNC, 0666)) == -1)
usr/src/cmd/sed/compile.c
657
O_WRONLY|O_APPEND|O_CREAT|O_TRUNC, 0666)) == -1)
usr/src/cmd/sed/process.c
232
O_WRONLY|O_APPEND|O_CREAT|O_TRUNC, 0666))
usr/src/cmd/sed/process.c
472
O_WRONLY|O_APPEND|O_CREAT|O_TRUNC, 0666)) == -1)
usr/src/cmd/sendmail/libsm/stdio.c
102
if (oflags & O_APPEND)
usr/src/cmd/sendmail/libsm/stdio.c
424
oflags = O_APPEND | O_WRONLY | O_CREAT;
usr/src/cmd/sendmail/libsm/stdio.c
427
oflags = O_APPEND | O_RDWR | O_CREAT;
usr/src/cmd/sendmail/libsm/stdio.c
448
if (oflags & O_APPEND)
usr/src/cmd/sendmail/libsm/stdio.c
84
oflags = O_APPEND | O_WRONLY | O_CREAT;
usr/src/cmd/sendmail/libsm/stdio.c
87
oflags = O_APPEND | O_RDWR | O_CREAT;
usr/src/cmd/sendmail/libsm/t-fopen.c
27
out = sm_io_fopen("foo", O_WRONLY|O_APPEND|O_CREAT, 0666);
usr/src/cmd/sendmail/libsmutil/safefile.c
806
if (bitset(O_APPEND, omode))
usr/src/cmd/sendmail/libsmutil/safefile.c
815
else if (bitset(O_APPEND, omode))
usr/src/cmd/sendmail/src/deliver.c
5238
volatile int oflags = O_WRONLY|O_APPEND;
usr/src/cmd/sendmail/src/envelope.c
867
#ifndef O_APPEND
usr/src/cmd/sendmail/src/savemail.c
420
(fp = safefopen(DeadLetterDrop, O_WRONLY|O_APPEND,
usr/src/cmd/sendmail/util/mail.local.c
811
mbfd = open(path, O_APPEND|O_CREAT|O_EXCL|O_WRONLY,
usr/src/cmd/sendmail/util/mail.local.c
830
mbfd = open(path, O_APPEND|O_WRONLY, 0);
usr/src/cmd/sgs/mcs/common/file.c
120
O_WRONLY | O_APPEND | O_CREAT,
usr/src/cmd/sgs/rtld/common/debug.c
259
if ((dbg_fd = open(file, (O_RDWR | O_APPEND),
usr/src/cmd/sh/service.c
655
O_WRONLY | O_APPEND | O_CREAT, 0666)) != -1) {
usr/src/cmd/su/su.c
281
(void) close(open(Sulog, O_WRONLY | O_APPEND | O_CREAT,
usr/src/cmd/svc/configd/backend.c
1954
if ((fd = open(fname, O_CREAT|O_WRONLY|O_APPEND, 0600)) < 0) {
usr/src/cmd/svc/startd/log.c
288
fd = open(logfile, O_WRONLY|O_CREAT|O_APPEND,
usr/src/cmd/svc/startd/log.c
339
fd = open(logfile, O_WRONLY|O_CREAT|O_APPEND,
usr/src/cmd/svc/startd/log.c
684
O_CREAT | O_RDWR | O_APPEND, 0644)) == -1) {
usr/src/cmd/svr4pkg/libinst/dryrun.c
375
O_RDWR | O_APPEND | O_TRUNC)) == -1) {
usr/src/cmd/syslogd/syslogd.c
1488
O_WRONLY|O_APPEND|O_NOCTTY);
usr/src/cmd/syslogd/syslogd.c
1941
O_WRONLY|O_APPEND|O_NOCTTY);
usr/src/cmd/syslogd/syslogd.c
2393
O_WRONLY|O_APPEND|O_NOCTTY|O_NONBLOCK :
usr/src/cmd/syslogd/syslogd.c
2394
O_WRONLY|O_APPEND|O_NOCTTY;
usr/src/cmd/syslogd/syslogd.c
3403
mode_t fmode, omode = O_WRONLY|O_APPEND|O_NOCTTY;
usr/src/cmd/truss/codes.c
2200
(O_NDELAY|O_APPEND|O_SYNC|O_DSYNC|O_NONBLOCK|O_CREAT|O_TRUNC\
usr/src/cmd/truss/codes.c
2234
if (arg & O_APPEND)
usr/src/cmd/truss/main.c
596
sfd = open(tmps, O_CREAT|O_APPEND|O_EXCL|O_RDWR, 0600);
usr/src/cmd/ttymon/tmlog.c
232
if ((fd = open(EX_DBG, O_WRONLY|O_APPEND|O_CREAT)) < 0)
usr/src/cmd/ttymon/tmlog.c
65
if ((fd = open(logfile, O_WRONLY | O_CREAT | O_APPEND, 0444)) != -1)
usr/src/lib/auditd_plugins/binfile/binfile.c
528
O_RDWR | O_APPEND | O_CREAT | O_EXCL, 0640);
usr/src/lib/brand/solaris10/s10_brand/common/s10_brand.c
735
if (rval->sys_rval1 & O_APPEND)
usr/src/lib/brand/solaris10/s10_brand/common/s10_brand.c
758
if (rval->sys_rval1 & O_APPEND)
usr/src/lib/lib9p/common/backend/fs.c
427
CONVERT(L9P_L_O_APPEND, O_APPEND);
usr/src/lib/libc/port/aio/aio.c
1103
append = (__fcntl(arg->fd, F_GETFL) & O_APPEND);
usr/src/lib/libc/port/aio/aio.c
1149
append = (__fcntl(arg->fd, F_GETFL) & O_APPEND);
usr/src/lib/libc/port/gen/getut.c
351
(void) fcntl(fd, F_SETFL, fc | O_APPEND);
usr/src/lib/libc/port/gen/getut.c
430
fd = open(file, O_WRONLY | O_APPEND);
usr/src/lib/libc/port/gen/getutx.c
872
if ((wfdx = open(filex, O_WRONLY | O_APPEND)) < 0)
usr/src/lib/libc/port/stdio/_endopen.c
93
if (oflag == (O_WRONLY | O_APPEND | O_CREAT)) { /* type == "a" */
usr/src/lib/libc/port/stdio/_stdio_flags.c
66
oflag = O_WRONLY | O_APPEND | O_CREAT;
usr/src/lib/libc/port/stdio/fmemopen.c
233
if ((oflags & O_APPEND) != 0) {
usr/src/lib/libc/port/stdio/fopen.c
159
nflag = oflag & ~O_APPEND;
usr/src/lib/libc/port/stdio/fopen.c
162
nflag = oflag & ~O_APPEND;
usr/src/lib/libc/port/stdio/fopen.c
165
nflag = oflag | O_APPEND;
usr/src/lib/libc/port/stdio/fopen.c
173
nflag = oflag & ~O_APPEND;
usr/src/lib/libc/port/stdio/fopen.c
176
nflag = oflag & ~O_APPEND;
usr/src/lib/libc/port/stdio/fopen.c
179
nflag = oflag | O_APPEND;
usr/src/lib/libpkg/common/pkgexecv.c
409
n = open(fileout, O_WRONLY|O_CREAT|O_APPEND, 0666);
usr/src/lib/libresolv2/common/isc/logging.c
120
flags = O_WRONLY|O_CREAT|O_APPEND;
usr/src/lib/storage/libg_fc/common/genf.c
625
if (flag & O_APPEND) {
usr/src/lib/sun_fc/common/Trace.cc
76
fd = open(DEBUG_FILE, O_WRONLY|O_APPEND); /* will only open if exists */
usr/src/lib/sun_fc/common/Trace.cc
82
fd = open(LOG_FILE, O_WRONLY|O_APPEND);
usr/src/test/zfs-tests/cmd/file_write/file_write.c
154
oflag = (O_RDWR|O_APPEND);
usr/src/test/zfs-tests/cmd/rm_lnkcnt_zero_file/rm_lnkcnt_zero_file.c
106
*fd = open(filebase, O_APPEND | O_RDWR | O_CREAT, 0644);
usr/src/test/zfs-tests/cmd/rm_lnkcnt_zero_file/rm_lnkcnt_zero_file.c
127
fd = open(filebase, O_APPEND | O_RDWR | O_CREAT, 0644);
usr/src/test/zfs-tests/tests/functional/threadsappend/threadsappend.c
108
outfd = open(argv[optind++], O_RDWR|O_CREAT|O_APPEND|O_TRUNC, 0777);