O_RDONLY         1549 dmtcp_coordinator.cpp     int dirfd = open(dirname.c_str(), O_DIRECTORY | O_RDONLY);
O_RDONLY          606 dmtcp_launch.cpp   if ( (fd = open("/proc/meminfo", O_RDONLY)) != -1 &&
O_RDONLY          310 dmtcp_restart.cpp         int dirfd = open(dirName.c_str(), O_RDONLY);
O_RDONLY          418 dmtcp_restart.cpp   fd = open(filename, O_RDONLY);
O_RDONLY          459 dmtcp_restart.cpp   fd = open(filename, O_RDONLY);
O_RDONLY          592 dmtcp_restart.cpp   int fd = open(path, O_RDONLY);
O_RDONLY          243 mtcp/mtcp_restart.c     rinfo.fd = mtcp_sys_open2(ckptImage, O_RDONLY);
O_RDONLY          603 mtcp/mtcp_restart.c   int mapsfd = mtcp_sys_open2("/proc/self/maps", O_RDONLY);
O_RDONLY          851 mtcp/mtcp_restart.c       imagefd = mtcp_sys_open (area.name, O_RDONLY, 0);
O_RDONLY         1028 mtcp/mtcp_restart.c   int mapsfd = mtcp_sys_open2("/proc/self/maps", O_RDONLY);
O_RDONLY         1050 mtcp/mtcp_restart.c   int mapsfd = mtcp_sys_open2("/proc/self/maps", O_RDONLY);
O_RDONLY          521 mtcp/mtcp_util.c   int mapsfd = mtcp_sys_open("/proc/self/maps", O_RDONLY, 0);
O_RDONLY          120 plugin/ipc/event/eventconnection.cpp   int new_flags =(_fcntlFlags &(~(O_RDONLY|O_WRONLY))) | O_RDWR | O_NONBLOCK;
O_RDONLY          198 plugin/ipc/event/eventconnection.cpp   int new_flags =(_fcntlFlags &(~(O_RDONLY|O_WRONLY))) | O_RDWR | O_NONBLOCK;
O_RDONLY          630 plugin/ipc/file/fileconnection.cpp         int tmpfd = _real_open(_path.c_str(), O_RDONLY, 0);
O_RDONLY          654 plugin/ipc/file/fileconnection.cpp     int savedFd = _real_open(savedFilePath.c_str(), O_RDONLY, 0);
O_RDONLY          822 plugin/ipc/file/fileconnection.cpp       int srcFd = _real_open(savedFilePath.c_str(), O_RDONLY, 0);
O_RDONLY          953 plugin/ipc/file/fileconnection.cpp   int new_flags =(_fcntlFlags & (~(O_RDONLY|O_WRONLY))) | O_RDWR | O_NONBLOCK;
O_RDONLY          977 plugin/ipc/file/fileconnection.cpp   int new_flags =(_fcntlFlags &(~(O_RDONLY|O_WRONLY))) | O_RDWR | O_NONBLOCK;
O_RDONLY           38 procselfmaps.cpp   fd = _real_open("/proc/self/maps", O_RDONLY);
O_RDONLY          165 util_exec.cpp    int fd = _real_open(full_path, O_RDONLY, 0);
O_RDONLY          498 util_misc.cpp    if (prot & PROT_READ) return O_RDONLY;
O_RDONLY          519 util_misc.cpp    fd = _real_open(buf, O_RDONLY, 0);