_open_open64_work  397 plugin/ipc/file/filewrappers.cpp   return _open_open64_work(_real_open, path, flags, mode);
_open_open64_work  402 plugin/ipc/file/filewrappers.cpp   return _open_open64_work(_real_open, path, flags, 0);
_open_open64_work  423 plugin/ipc/file/filewrappers.cpp   return _open_open64_work(_real_open64, path, flags, mode);
_open_open64_work  428 plugin/ipc/file/filewrappers.cpp   return _open_open64_work(_real_open64, path, flags, 0);
_open_open64_work  434 plugin/ipc/file/filewrappers.cpp   return _open_open64_work(_real_open, path, O_CREAT|O_WRONLY|O_TRUNC, mode);
_open_open64_work  440 plugin/ipc/file/filewrappers.cpp   return _open_open64_work(_real_open64, path, O_CREAT|O_WRONLY|O_TRUNC, mode);