oflag             224 plugin/ipc/file/fileconnection.h       inline PosixMQConnection(const char *name, int oflag, mode_t mode,
oflag             228 plugin/ipc/file/fileconnection.h           , _oflag(oflag)
oflag              34 plugin/ipc/file/posixipcwrappers.cpp mqd_t mq_open(const char *name, int oflag, ...)
oflag              40 plugin/ipc/file/posixipcwrappers.cpp   if (oflag & O_CREAT) {
oflag              42 plugin/ipc/file/posixipcwrappers.cpp     va_start(arg, oflag);
oflag              49 plugin/ipc/file/posixipcwrappers.cpp   int res = _real_mq_open(name, oflag, mode, attr);
oflag              51 plugin/ipc/file/posixipcwrappers.cpp     PosixMQConnection *pcon = new PosixMQConnection(name, oflag,
oflag            1034 syscallsreal.c mqd_t _real_mq_open(const char *name, int oflag, mode_t mode,
oflag            1036 syscallsreal.c   REAL_FUNC_PASSTHROUGH_TYPED (mqd_t, mq_open) (name, oflag, mode, attr);
oflag             466 syscallwrappers.h   mqd_t _real_mq_open(const char *name, int oflag, mode_t mode,