_real_open        205 ckptserializer.cpp   int fd = _real_open(tempCkptFilename, flags, 0600);
_real_open         96 plugin/ipc/file/fileconnection.cpp   slave_fd = _real_open(tmp_buf, O_RDWR, 0666);
_real_open        339 plugin/ipc/file/fileconnection.cpp     int tempfd = _real_open(_ptsName.c_str(), _flags | extraFlags);
_real_open        359 plugin/ipc/file/fileconnection.cpp     int tempfd = _real_open("/dev/tty", O_RDWR, 0);
_real_open        398 plugin/ipc/file/fileconnection.cpp           tempfd = _real_open(controllingTty.c_str(), _fcntlFlags);
_real_open        438 plugin/ipc/file/fileconnection.cpp         tempfd = _real_open("/dev/ptmx", _flags | extraFlags);
_real_open        464 plugin/ipc/file/fileconnection.cpp         tempfd = _real_open(_masterName.c_str(), _flags | extraFlags);
_real_open        622 plugin/ipc/file/fileconnection.cpp       int destFd = _real_open(savedFilePath.c_str(), O_CREAT | O_WRONLY | O_TRUNC,
_real_open        630 plugin/ipc/file/fileconnection.cpp         int tmpfd = _real_open(_path.c_str(), O_RDONLY, 0);
_real_open        654 plugin/ipc/file/fileconnection.cpp     int savedFd = _real_open(savedFilePath.c_str(), O_RDONLY, 0);
_real_open        680 plugin/ipc/file/fileconnection.cpp       tempfd = _real_open(_path.c_str(), _fcntlFlags | O_CREAT, 0600);
_real_open        815 plugin/ipc/file/fileconnection.cpp     int fd = _real_open(_path.c_str(), O_CREAT | O_EXCL | O_RDWR,
_real_open        822 plugin/ipc/file/fileconnection.cpp       int srcFd = _real_open(savedFilePath.c_str(), O_RDONLY, 0);
_real_open        859 plugin/ipc/file/fileconnection.cpp   int fd = _real_open(_path.c_str(), _fcntlFlags);
_real_open        954 plugin/ipc/file/fileconnection.cpp   ckptfd = _real_open(_path.c_str(),new_flags);
_real_open        978 plugin/ipc/file/fileconnection.cpp   ckptfd = _real_open(_path.c_str(),new_flags);
_real_open       1045 plugin/ipc/file/fileconnection.cpp   fd = _real_open(_path.c_str(), O_RDWR | O_NONBLOCK);
_real_open        257 plugin/ipc/file/fileconnlist.cpp           int fd = _real_open(area.name, flags, 0);
_real_open        316 plugin/ipc/file/fileconnlist.cpp   int fd = _real_open(area.name, O_CREAT | O_EXCL | O_RDWR,
_real_open        321 plugin/ipc/file/fileconnlist.cpp     fd = _real_open(area.name, O_RDWR);
_real_open        336 plugin/ipc/file/fileconnlist.cpp     fd = _real_open(area.name, Util::memProtToOpenFlags(area.prot));
_real_open        397 plugin/ipc/file/filewrappers.cpp   return _open_open64_work(_real_open, path, flags, mode);
_real_open        402 plugin/ipc/file/filewrappers.cpp   return _open_open64_work(_real_open, path, flags, 0);
_real_open        434 plugin/ipc/file/filewrappers.cpp   return _open_open64_work(_real_open, path, O_CREAT|O_WRONLY|O_TRUNC, mode);
_real_open        109 plugin/pid/pid.cpp   if ((fd = _real_open(name.c_str(), O_EXCL|O_CREAT|O_TRUNC | flags, 0600)) >= 0) {
_real_open        118 plugin/pid/pid.cpp     if ((fd = _real_open(name.c_str(), flags, 0600)) >= 0) {
_real_open        111 plugin/pid/pid_filewrappers.cpp   return _real_open(newpath, flags, mode);
_real_open        214 plugin/pid/pidwrappers.h   int _real_open(const char *pathname, int flags, ...);
_real_open        492 processinfo.cpp   int tfd = _real_open("/dev/tty", O_RDWR);
_real_open         38 procselfmaps.cpp   fd = _real_open("/proc/self/maps", O_RDONLY);
_real_open        142 shareddata.cpp     int fd = _real_open(o.str().c_str(), O_RDWR | O_CREAT | O_EXCL, 0600);
_real_open        144 shareddata.cpp       fd = _real_open(o.str().c_str(), O_RDWR, 0600);
_real_open        318 syscallwrappers.h   int _real_open(const char *pathname, int flags, ...);
_real_open        165 util_exec.cpp    int fd = _real_open(full_path, O_RDONLY, 0);
_real_open        519 util_misc.cpp    fd = _real_open(buf, O_RDONLY, 0);