O_RDWR           1908 dmtcp_coordinator.cpp     int fd = open("/dev/null", O_RDWR);
O_RDWR            120 plugin/ipc/event/eventconnection.cpp   int new_flags =(_fcntlFlags &(~(O_RDONLY|O_WRONLY))) | O_RDWR | O_NONBLOCK;
O_RDWR            198 plugin/ipc/event/eventconnection.cpp   int new_flags =(_fcntlFlags &(~(O_RDONLY|O_WRONLY))) | O_RDWR | O_NONBLOCK;
O_RDWR             96 plugin/ipc/file/fileconnection.cpp   slave_fd = _real_open(tmp_buf, O_RDWR, 0666);
O_RDWR            359 plugin/ipc/file/fileconnection.cpp     int tempfd = _real_open("/dev/tty", O_RDWR, 0);
O_RDWR            598 plugin/ipc/file/fileconnection.cpp   } else if ((_fcntlFlags &(O_WRONLY|O_RDWR)) != 0 &&
O_RDWR            679 plugin/ipc/file/fileconnection.cpp     if (_type == FILE_DELETED && (_flags & (O_WRONLY | O_RDWR))) {
O_RDWR            691 plugin/ipc/file/fileconnection.cpp             ((_fcntlFlags & O_WRONLY) || (_fcntlFlags & O_RDWR))) {
O_RDWR            815 plugin/ipc/file/fileconnection.cpp     int fd = _real_open(_path.c_str(), O_CREAT | O_EXCL | O_RDWR,
O_RDWR            953 plugin/ipc/file/fileconnection.cpp   int new_flags =(_fcntlFlags & (~(O_RDONLY|O_WRONLY))) | O_RDWR | O_NONBLOCK;
O_RDWR            977 plugin/ipc/file/fileconnection.cpp   int new_flags =(_fcntlFlags &(~(O_RDONLY|O_WRONLY))) | O_RDWR | O_NONBLOCK;
O_RDWR           1045 plugin/ipc/file/fileconnection.cpp   fd = _real_open(_path.c_str(), O_RDWR | O_NONBLOCK);
O_RDWR           1130 plugin/ipc/file/fileconnection.cpp   int fd = _real_mq_open(_name.c_str(), O_RDWR, 0, NULL);
O_RDWR            316 plugin/ipc/file/fileconnlist.cpp   int fd = _real_open(area.name, O_CREAT | O_EXCL | O_RDWR,
O_RDWR            321 plugin/ipc/file/fileconnlist.cpp     fd = _real_open(area.name, O_RDWR);
O_RDWR            287 plugin/ipc/file/filewrappers.cpp                                                      O_RDWR | O_NOCTTY, -1);
O_RDWR            310 plugin/ipc/file/filewrappers.cpp     FileConnList::instance().processFileConnection(fileno(fp), NULL, O_RDWR, 0600);
O_RDWR            321 plugin/ipc/file/filewrappers.cpp     FileConnList::instance().processFileConnection(fd, NULL, O_RDWR, 0600);
O_RDWR            343 plugin/ipc/file/filewrappers.cpp     FileConnList::instance().processFileConnection(fd, NULL, O_RDWR, 0600);
O_RDWR             48 plugin/ipc/ssh/dmtcp_ssh.cpp     int fd = open("/dev/null", O_RDWR);
O_RDWR             55 plugin/ipc/ssh/dmtcp_ssh.cpp     int fd = open("/dev/null", O_RDWR);
O_RDWR             62 plugin/ipc/ssh/dmtcp_ssh.cpp     int fd = open("/dev/null", O_RDWR);
O_RDWR            138 plugin/pid/pid.cpp     fd = openSharedFile(pidMapFile, O_RDWR);
O_RDWR            492 processinfo.cpp   int tfd = _real_open("/dev/tty", O_RDWR);
O_RDWR            142 shareddata.cpp     int fd = _real_open(o.str().c_str(), O_RDWR | O_CREAT | O_EXCL, 0600);
O_RDWR            144 shareddata.cpp       fd = _real_open(o.str().c_str(), O_RDWR, 0600);
O_RDWR            497 util_misc.cpp    if (prot & (PROT_READ | PROT_WRITE)) return O_RDWR;