O_EXCL            815 plugin/ipc/file/fileconnection.cpp     int fd = _real_open(_path.c_str(), O_CREAT | O_EXCL | O_RDWR,
O_EXCL           1161 plugin/ipc/file/fileconnection.cpp   if (_oflag & O_EXCL) {
O_EXCL            316 plugin/ipc/file/fileconnlist.cpp   int fd = _real_open(area.name, O_CREAT | O_EXCL | O_RDWR,
O_EXCL            109 plugin/pid/pid.cpp   if ((fd = _real_open(name.c_str(), O_EXCL|O_CREAT|O_TRUNC | flags, 0600)) >= 0) {
O_EXCL            142 shareddata.cpp     int fd = _real_open(o.str().c_str(), O_RDWR | O_CREAT | O_EXCL, 0600);