O_APPEND
#define B_OPEN_AT_END O_APPEND /* point to the end of the data */
fd = open(logfile, O_WRONLY | O_APPEND);
fd = open(logfile, O_WRONLY | O_APPEND);
fd = open(logfile, O_WRONLY | O_APPEND);
int fd = open(gLogFilePath, O_WRONLY | O_APPEND);
fd = open(logfile, O_WRONLY | O_APPEND);
fd = open(logfile, O_WRONLY | O_APPEND);
int fd = open(gLogFilePath, O_WRONLY | O_APPEND);
fd = open(logfile, O_WRONLY | O_APPEND);
int fd = open(gLogFilePath, O_WRONLY | O_APPEND);
int fd = open(sLogFilePath, O_WRONLY | O_APPEND);
int fd = open(sLogFilePath, O_WRONLY | O_APPEND);
fd = open(private_log_path, O_WRONLY | O_APPEND);
if (cookie->open_mode & O_APPEND)
cookie->open_mode = (cookie->open_mode & ~O_APPEND) | (flags & O_APPEND);
if ((cookie->open_mode & O_APPEND) != 0)
cookie->open_mode = (cookie->open_mode & ~O_APPEND) | (flags & O_APPEND);
if ((fatCookie->fMode & O_APPEND) != 0)
if (cookie->open_mode & O_APPEND)
cookie->open_mode = (cookie->open_mode & ~O_APPEND) | (flags & ~O_APPEND);
openMode &= O_RWMASK | O_TRUNC | O_APPEND;
if (cookie->omode & O_APPEND)
if ((cookie->fMode & O_APPEND) != 0)
cookie->fMode = (cookie->fMode & ~(O_APPEND | O_NONBLOCK)) | flags;
if (cookie->open_mode & O_APPEND)
if (cookie->GetOpenMode() & O_APPEND)
const int settableFlags = O_APPEND | O_NONBLOCK | O_SYNC | O_RSYNC
BFile file(path.Path(), O_WRONLY | O_CREAT | O_APPEND);
FLAG_INFO_ENTRY(O_APPEND),
statfd = open(thishost->statfile, O_WRONLY|O_APPEND);
statfd = open(_PATH_FTPDSTATFILE, O_WRONLY|O_APPEND);
int fdout = open(outfile, O_WRONLY|O_CREAT|O_APPEND);
posix_mode |= O_APPEND, read_write |= _IO_IS_APPENDING;
sLog = open(syslog.Path(), O_APPEND | O_CREAT | O_WRONLY, 0644);
descriptor->pos = write && (descriptor->open_mode & O_APPEND) != 0
descriptor->pos = write && (descriptor->open_mode & O_APPEND) != 0
cookie->open_mode = (cookie->open_mode & ~(O_APPEND | O_NONBLOCK)) | flags;
const int32 modifiableFlags = O_APPEND | O_NONBLOCK;
oflags = O_CREAT|O_APPEND;
if ((posix_mode & O_APPEND) && !(fd_flags & O_APPEND))
if (_IO_fcntl (fd, F_SETFL, fd_flags | O_APPEND) == -1)
posix_mode = O_APPEND;
(oflags & ~(O_APPEND | O_DIRECT | O_SYNC | O_CLOEXEC)) != 0) {
int fd = open_file(file.name, O_WRONLY | O_APPEND);
cookie->openMode = (cookie->openMode & ~O_APPEND) | (flags & O_APPEND);
if ((cookie->openMode & O_APPEND) != 0) {
if ((cookie->fileCookie->openMode & O_APPEND) != 0) {
SET_OPEN_MODE_FLAG(O_APPEND, FSSH_O_APPEND)