Searched refs:O_APPEND (Results 76 - 100 of 103) sorted by relevance

12345

/freebsd-13-stable/contrib/openbsm/bin/auditdistd/
H A Dreceiver.c320 O_WRONLY | O_APPEND | O_NOFOLLOW);
/freebsd-13-stable/usr.bin/msgs/
H A Dmsgs.c789 fd = open(fname, O_RDWR|O_EXCL|O_CREAT|O_APPEND);
/freebsd-13-stable/sys/compat/linux/
H A Dlinux_file.c142 bsd_flags |= O_APPEND;
1549 if (result & O_APPEND)
1570 arg |= O_APPEND;
/freebsd-13-stable/crypto/heimdal/lib/roken/
H A Dsocket_wrapper.c910 fd = open(fname, O_WRONLY|O_CREAT|O_EXCL|O_APPEND, 0644);
925 fd = open(fname, O_WRONLY|O_APPEND, 0644);
/freebsd-13-stable/crypto/openssh/
H A Dsftp-server.c230 flags |= O_APPEND;
793 if (!(handle_to_flags(handle) & O_APPEND) &&
/freebsd-13-stable/contrib/googletest/googletest/src/
H A Dgtest-death-test.cc1499 ::_open_osfhandle(reinterpret_cast<intptr_t>(dup_write_handle), O_APPEND);
/freebsd-13-stable/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzpl_file.c206 flags |= O_APPEND;
H A Dzfs_vnops_os.c202 ((flag & O_APPEND) == 0)) {
736 int aflags = (flag & O_APPEND) ? V_APPEND : 0;
/freebsd-13-stable/contrib/nvi/common/
H A Dexf.c811 (LF_ISSET(FS_APPEND) ? O_APPEND : O_TRUNC);
/freebsd-13-stable/crypto/heimdal/lib/krb5/
H A Dfcache.c505 ret = fcc_open(context, id, &fd, O_WRONLY | O_APPEND | O_BINARY | O_CLOEXEC, 0);
/freebsd-13-stable/usr.sbin/jail/
H A Dcommand.c666 open(conslog, O_WRONLY | O_CREAT | O_APPEND, DEFFILEMODE);
/freebsd-13-stable/tests/sys/file/
H A Dpath_test.c491 fcntl(pathfd, F_SETFL, flags | O_APPEND));
/freebsd-13-stable/libexec/ftpd/
H A Dftpd.c1535 statfd = open(thishost->statfile, O_WRONLY|O_APPEND);
1537 statfd = open(_PATH_FTPDSTATFILE, O_WRONLY|O_APPEND);
/freebsd-13-stable/contrib/sendmail/src/
H A Dsavemail.c418 (fp = safefopen(DeadLetterDrop, O_WRONLY|O_APPEND,
/freebsd-13-stable/sbin/init/
H A Dinit.c614 fd = open(_PATH_INITLOG, O_WRONLY | O_APPEND | O_CREAT, 0644);
/freebsd-13-stable/sys/kern/
H A Dvfs_vnops.c410 if ((fmode & O_APPEND) && (fmode & FWRITE))
1120 if (vp->v_type == VREG && (fp->f_flag & O_APPEND))
1471 } else if ((fp->f_flag & O_APPEND) != 0 ||
/freebsd-13-stable/contrib/lib9p/pytest/
H A Dp9conn.py1776 os.O_APPEND: protocol.td.L_O_APPEND,
/freebsd-13-stable/sys/fs/tmpfs/
H A Dtmpfs_vnops.c308 if (node->tn_flags & APPEND && (mode & (FWRITE | O_APPEND)) == FWRITE)
/freebsd-13-stable/usr.sbin/lpr/lpd/
H A Dprintjob.c174 if (open(pp->log_file, O_WRONLY|O_APPEND, LOG_FILE_MODE) < 0) {
/freebsd-13-stable/lib/libprocstat/
H A Dlibprocstat.c1649 { O_APPEND, PS_FST_FFLAG_APPEND },
/freebsd-13-stable/contrib/lib9p/backend/
H A Dfs.c382 CONVERT(L9P_L_O_APPEND, O_APPEND);
1234 /* Can we rely on O_APPEND here? Best not, can be cleared. */
/freebsd-13-stable/sys/dev/fb/
H A Dvga.c117 if (mode & (O_CREAT | O_APPEND | O_TRUNC))
/freebsd-13-stable/sys/fs/ext2fs/
H A Dext2_vnops.c292 (ap->a_mode & (FWRITE | O_APPEND)) == FWRITE)
/freebsd-13-stable/sys/ufs/ufs/
H A Dufs_vnops.c295 (ap->a_mode & (FWRITE | O_APPEND)) == FWRITE)
/freebsd-13-stable/tools/tools/net80211/wesside/wesside/
H A Dwesside.c2400 weplog.fd = open(WEP_FILE, O_WRONLY | O_APPEND);

Completed in 262 milliseconds

12345