O_WRONLY          204 ckptserializer.cpp   int flags = O_CREAT | O_TRUNC | O_WRONLY;
O_WRONLY          227 dmtcpworker.cpp   int fd = open(path.c_str(), O_WRONLY | O_APPEND, 0);
O_WRONLY          120 plugin/ipc/event/eventconnection.cpp   int new_flags =(_fcntlFlags &(~(O_RDONLY|O_WRONLY))) | O_RDWR | O_NONBLOCK;
O_WRONLY          198 plugin/ipc/event/eventconnection.cpp   int new_flags =(_fcntlFlags &(~(O_RDONLY|O_WRONLY))) | O_RDWR | O_NONBLOCK;
O_WRONLY          580 plugin/ipc/file/fileconnection.cpp   if (_type == FILE_DELETED && (_flags & O_WRONLY)) {
O_WRONLY          598 plugin/ipc/file/fileconnection.cpp   } else if ((_fcntlFlags &(O_WRONLY|O_RDWR)) != 0 &&
O_WRONLY          622 plugin/ipc/file/fileconnection.cpp       int destFd = _real_open(savedFilePath.c_str(), O_CREAT | O_WRONLY | O_TRUNC,
O_WRONLY          627 plugin/ipc/file/fileconnection.cpp       if (_flags & O_WRONLY) {
O_WRONLY          679 plugin/ipc/file/fileconnection.cpp     if (_type == FILE_DELETED && (_flags & (O_WRONLY | O_RDWR))) {
O_WRONLY          691 plugin/ipc/file/fileconnection.cpp             ((_fcntlFlags & O_WRONLY) || (_fcntlFlags & O_RDWR))) {
O_WRONLY          953 plugin/ipc/file/fileconnection.cpp   int new_flags =(_fcntlFlags & (~(O_RDONLY|O_WRONLY))) | O_RDWR | O_NONBLOCK;
O_WRONLY          977 plugin/ipc/file/fileconnection.cpp   int new_flags =(_fcntlFlags &(~(O_RDONLY|O_WRONLY))) | O_RDWR | O_NONBLOCK;
O_WRONLY          434 plugin/ipc/file/filewrappers.cpp   return _open_open64_work(_real_open, path, O_CREAT|O_WRONLY|O_TRUNC, mode);
O_WRONLY          440 plugin/ipc/file/filewrappers.cpp   return _open_open64_work(_real_open64, path, O_CREAT|O_WRONLY|O_TRUNC, mode);
O_WRONLY          104 util_init.cpp      int fd = open(portFile, O_CREAT|O_WRONLY|O_TRUNC, 0600);
O_WRONLY          499 util_misc.cpp    if (prot & PROT_WRITE) return O_WRONLY;