O_APPEND 269 examples/libsmbclient/smbwrapper/wrapper.c open(SMBW_DEBUG_FILE, O_WRONLY | O_CREAT | O_APPEND)) < 0) O_APPEND 1063 lib/socket_wrapper/socket_wrapper.c fd = open(fname, O_WRONLY|O_CREAT|O_EXCL|O_APPEND, 0644); O_APPEND 1081 lib/socket_wrapper/socket_wrapper.c fd = open(fname, O_WRONLY|O_APPEND, 0644); O_APPEND 159 lib/util/debug.c int newfd = open(fname, O_CREAT|O_APPEND|O_WRONLY, 0600); O_APPEND 659 source3/lib/debug.c new_dbf = x_fopen( debugf, O_WRONLY|O_APPEND|O_CREAT, 0644); O_APPEND 819 source3/lib/debug.c dbf = x_fopen( debugf, O_WRONLY|O_APPEND|O_CREAT, 0644 ); O_APPEND 2246 source3/libsmb/clifile.c if (flags & O_APPEND) { O_APPEND 173 source3/libsmb/libsmb_file.c if (flags & O_APPEND) { O_APPEND 783 source3/modules/onefs_open.c flags2 |= O_APPEND; O_APPEND 349 source3/smbd/open.c if(accmode != O_RDONLY || (flags & O_TRUNC) || (flags & O_APPEND)) { O_APPEND 1686 source3/smbd/open.c flags2 |= O_APPEND; O_APPEND 301 source3/smbd/utmp.c if ((fd = open(wname, O_WRONLY|O_APPEND, 0)) < 0) O_APPEND 282 source3/torture/cmd_vfs.c flags |= O_APPEND; O_APPEND 178 source4/heimdal/kdc/process.c fd = open(fn, O_WRONLY|O_CREAT|O_APPEND, 0600); O_APPEND 468 source4/heimdal/lib/krb5/fcache.c ret = fcc_open(context, id, &fd, O_WRONLY | O_APPEND | O_BINARY | O_CLOEXEC, 0); O_APPEND 307 source4/heimdal/lib/krb5/log.c O_TRUNC | O_APPEND, 0666); O_APPEND 126 source4/ntvfs/nbench/vfs_nbench.c nprivates->log_fd = open(logname, O_WRONLY|O_CREAT|O_APPEND, 0644);