_real_mq_open    1130 plugin/ipc/file/fileconnection.cpp   int fd = _real_mq_open(_name.c_str(), O_RDWR, 0, NULL);
_real_mq_open    1165 plugin/ipc/file/fileconnection.cpp   int tempfd = _real_mq_open(_name.c_str(), _oflag, _mode, &_attr);
_real_mq_open      49 plugin/ipc/file/posixipcwrappers.cpp   int res = _real_mq_open(name, oflag, mode, attr);
_real_mq_open     466 syscallwrappers.h   mqd_t _real_mq_open(const char *name, int oflag, mode_t mode,