summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/fmtmsg/MM_APPL.c5
-rw-r--r--src/fmtmsg/MM_CONSOLE.c6
-rw-r--r--src/fmtmsg/MM_ERROR.c5
-rw-r--r--src/fmtmsg/MM_FIRM.c5
-rw-r--r--src/fmtmsg/MM_HALT.c5
-rw-r--r--src/fmtmsg/MM_HARD.c5
-rw-r--r--src/fmtmsg/MM_INFO.c5
-rw-r--r--src/fmtmsg/MM_NOCON.c5
-rw-r--r--src/fmtmsg/MM_NOMSG.c5
-rw-r--r--src/fmtmsg/MM_NOSEV.c5
-rw-r--r--src/fmtmsg/MM_NOTOK.c5
-rw-r--r--src/fmtmsg/MM_NRECOV.c5
-rw-r--r--src/fmtmsg/MM_NULLACT.c5
-rw-r--r--src/fmtmsg/MM_NULLLBL.c5
-rw-r--r--src/fmtmsg/MM_NULLMC.c5
-rw-r--r--src/fmtmsg/MM_NULLSEV.c5
-rw-r--r--src/fmtmsg/MM_NULLTAG.c5
-rw-r--r--src/fmtmsg/MM_NULLTXT.c5
-rw-r--r--src/fmtmsg/MM_OK.c5
-rw-r--r--src/fmtmsg/MM_OPSYS.c5
-rw-r--r--src/fmtmsg/MM_PRINT.c5
-rw-r--r--src/fmtmsg/MM_RECOVER.c5
-rw-r--r--src/fmtmsg/MM_SOFT.c5
-rw-r--r--src/fmtmsg/MM_UTIL.c5
-rw-r--r--src/fmtmsg/MM_WARNING.c5
-rw-r--r--src/fmtmsg/fmtmsg.c10
26 files changed, 136 insertions, 0 deletions
diff --git a/src/fmtmsg/MM_APPL.c b/src/fmtmsg/MM_APPL.c
new file mode 100644
index 00000000..db98dc2a
--- /dev/null
+++ b/src/fmtmsg/MM_APPL.c
@@ -0,0 +1,5 @@
+#include <fmtmsg.h>
+#define MM_APPL 3
+/*
+XOPEN(400)
+*/
diff --git a/src/fmtmsg/MM_CONSOLE.c b/src/fmtmsg/MM_CONSOLE.c
new file mode 100644
index 00000000..a4250314
--- /dev/null
+++ b/src/fmtmsg/MM_CONSOLE.c
@@ -0,0 +1,6 @@
+#include <fmtmsg.h>
+#define MM_CONSOLE 14
+
+/*
+XOPEN(400)
+*/
diff --git a/src/fmtmsg/MM_ERROR.c b/src/fmtmsg/MM_ERROR.c
new file mode 100644
index 00000000..fdb8bde5
--- /dev/null
+++ b/src/fmtmsg/MM_ERROR.c
@@ -0,0 +1,5 @@
+#include <fmtmsg.h>
+#define MM_ERROR 9
+/*
+XOPEN(400)
+*/
diff --git a/src/fmtmsg/MM_FIRM.c b/src/fmtmsg/MM_FIRM.c
new file mode 100644
index 00000000..15db286a
--- /dev/null
+++ b/src/fmtmsg/MM_FIRM.c
@@ -0,0 +1,5 @@
+#include <fmtmsg.h>
+#define MM_FIRM 2
+/*
+XOPEN(400)
+*/
diff --git a/src/fmtmsg/MM_HALT.c b/src/fmtmsg/MM_HALT.c
new file mode 100644
index 00000000..495e7494
--- /dev/null
+++ b/src/fmtmsg/MM_HALT.c
@@ -0,0 +1,5 @@
+#include <fmtmsg.h>
+#define MM_HALT 8
+/*
+XOPEN(400)
+*/
diff --git a/src/fmtmsg/MM_HARD.c b/src/fmtmsg/MM_HARD.c
new file mode 100644
index 00000000..be2fb19f
--- /dev/null
+++ b/src/fmtmsg/MM_HARD.c
@@ -0,0 +1,5 @@
+#include <fmtmsg.h>
+#define MM_HARD 0
+/*
+XOPEN(400)
+*/
diff --git a/src/fmtmsg/MM_INFO.c b/src/fmtmsg/MM_INFO.c
new file mode 100644
index 00000000..667f1e9d
--- /dev/null
+++ b/src/fmtmsg/MM_INFO.c
@@ -0,0 +1,5 @@
+#include <fmtmsg.h>
+#define MM_INFO 11
+/*
+XOPEN(400)
+*/
diff --git a/src/fmtmsg/MM_NOCON.c b/src/fmtmsg/MM_NOCON.c
new file mode 100644
index 00000000..ce101990
--- /dev/null
+++ b/src/fmtmsg/MM_NOCON.c
@@ -0,0 +1,5 @@
+#include <fmtmsg.h>
+#define MM_NOCON 3
+/*
+XOPEN(400)
+*/
diff --git a/src/fmtmsg/MM_NOMSG.c b/src/fmtmsg/MM_NOMSG.c
new file mode 100644
index 00000000..903de6dd
--- /dev/null
+++ b/src/fmtmsg/MM_NOMSG.c
@@ -0,0 +1,5 @@
+#include <fmtmsg.h>
+#define MM_NOMSG 2
+/*
+XOPEN(400)
+*/
diff --git a/src/fmtmsg/MM_NOSEV.c b/src/fmtmsg/MM_NOSEV.c
new file mode 100644
index 00000000..c5a827d8
--- /dev/null
+++ b/src/fmtmsg/MM_NOSEV.c
@@ -0,0 +1,5 @@
+#include <fmtmsg.h>
+#define MM_NOSEV 12
+/*
+XOPEN(400)
+*/
diff --git a/src/fmtmsg/MM_NOTOK.c b/src/fmtmsg/MM_NOTOK.c
new file mode 100644
index 00000000..778eeb9d
--- /dev/null
+++ b/src/fmtmsg/MM_NOTOK.c
@@ -0,0 +1,5 @@
+#include <fmtmsg.h>
+#define MM_NOTOK 1
+/*
+XOPEN(400)
+*/
diff --git a/src/fmtmsg/MM_NRECOV.c b/src/fmtmsg/MM_NRECOV.c
new file mode 100644
index 00000000..fb253b29
--- /dev/null
+++ b/src/fmtmsg/MM_NRECOV.c
@@ -0,0 +1,5 @@
+#include <fmtmsg.h>
+#define MM_NRECOV 7
+/*
+XOPEN(400)
+*/
diff --git a/src/fmtmsg/MM_NULLACT.c b/src/fmtmsg/MM_NULLACT.c
new file mode 100644
index 00000000..21405377
--- /dev/null
+++ b/src/fmtmsg/MM_NULLACT.c
@@ -0,0 +1,5 @@
+#include <fmtmsg.h>
+#define MM_NULLACT (char*)0
+/*
+XOPEN(400)
+*/
diff --git a/src/fmtmsg/MM_NULLLBL.c b/src/fmtmsg/MM_NULLLBL.c
new file mode 100644
index 00000000..533bde3e
--- /dev/null
+++ b/src/fmtmsg/MM_NULLLBL.c
@@ -0,0 +1,5 @@
+#include <fmtmsg.h>
+#define MM_NULLLBL (char*)0
+/*
+XOPEN(400)
+*/
diff --git a/src/fmtmsg/MM_NULLMC.c b/src/fmtmsg/MM_NULLMC.c
new file mode 100644
index 00000000..c29432f1
--- /dev/null
+++ b/src/fmtmsg/MM_NULLMC.c
@@ -0,0 +1,5 @@
+#include <fmtmsg.h>
+#define MM_NULLMC 0L
+/*
+XOPEN(400)
+*/
diff --git a/src/fmtmsg/MM_NULLSEV.c b/src/fmtmsg/MM_NULLSEV.c
new file mode 100644
index 00000000..ed029829
--- /dev/null
+++ b/src/fmtmsg/MM_NULLSEV.c
@@ -0,0 +1,5 @@
+#include <fmtmsg.h>
+#define MM_NULLSEV 0
+/*
+XOPEN(400)
+*/
diff --git a/src/fmtmsg/MM_NULLTAG.c b/src/fmtmsg/MM_NULLTAG.c
new file mode 100644
index 00000000..b8c41334
--- /dev/null
+++ b/src/fmtmsg/MM_NULLTAG.c
@@ -0,0 +1,5 @@
+#include <fmtmsg.h>
+#define MM_NULLTAG (char*)0
+/*
+XOPEN(400)
+*/
diff --git a/src/fmtmsg/MM_NULLTXT.c b/src/fmtmsg/MM_NULLTXT.c
new file mode 100644
index 00000000..0b0512b9
--- /dev/null
+++ b/src/fmtmsg/MM_NULLTXT.c
@@ -0,0 +1,5 @@
+#include <fmtmsg.h>
+#define MM_NULLTXT (char*)0
+/*
+XOPEN(400)
+*/
diff --git a/src/fmtmsg/MM_OK.c b/src/fmtmsg/MM_OK.c
new file mode 100644
index 00000000..0c270f4e
--- /dev/null
+++ b/src/fmtmsg/MM_OK.c
@@ -0,0 +1,5 @@
+#include <fmtmsg.h>
+#define MM_OK 0
+/*
+XOPEN(400)
+*/
diff --git a/src/fmtmsg/MM_OPSYS.c b/src/fmtmsg/MM_OPSYS.c
new file mode 100644
index 00000000..837ec0dc
--- /dev/null
+++ b/src/fmtmsg/MM_OPSYS.c
@@ -0,0 +1,5 @@
+#include <fmtmsg.h>
+#define MM_OPSYS 5
+/*
+XOPEN(400)
+*/
diff --git a/src/fmtmsg/MM_PRINT.c b/src/fmtmsg/MM_PRINT.c
new file mode 100644
index 00000000..a3746213
--- /dev/null
+++ b/src/fmtmsg/MM_PRINT.c
@@ -0,0 +1,5 @@
+#include <fmtmsg.h>
+#define MM_PRINT 13
+/*
+XOPEN(400)
+*/
diff --git a/src/fmtmsg/MM_RECOVER.c b/src/fmtmsg/MM_RECOVER.c
new file mode 100644
index 00000000..2c8de62b
--- /dev/null
+++ b/src/fmtmsg/MM_RECOVER.c
@@ -0,0 +1,5 @@
+#include <fmtmsg.h>
+#define MM_RECOVER 6
+/*
+XOPEN(400)
+*/
diff --git a/src/fmtmsg/MM_SOFT.c b/src/fmtmsg/MM_SOFT.c
new file mode 100644
index 00000000..ce39c1e5
--- /dev/null
+++ b/src/fmtmsg/MM_SOFT.c
@@ -0,0 +1,5 @@
+#include <fmtmsg.h>
+#define MM_SOFT 1
+/*
+XOPEN(400)
+*/
diff --git a/src/fmtmsg/MM_UTIL.c b/src/fmtmsg/MM_UTIL.c
new file mode 100644
index 00000000..ce8b7334
--- /dev/null
+++ b/src/fmtmsg/MM_UTIL.c
@@ -0,0 +1,5 @@
+#include <fmtmsg.h>
+#define MM_UTIL 4
+/*
+XOPEN(400)
+*/
diff --git a/src/fmtmsg/MM_WARNING.c b/src/fmtmsg/MM_WARNING.c
new file mode 100644
index 00000000..21f699c3
--- /dev/null
+++ b/src/fmtmsg/MM_WARNING.c
@@ -0,0 +1,5 @@
+#include <fmtmsg.h>
+#define MM_WARNING 10
+/*
+XOPEN(400)
+*/
diff --git a/src/fmtmsg/fmtmsg.c b/src/fmtmsg/fmtmsg.c
new file mode 100644
index 00000000..2a94fe19
--- /dev/null
+++ b/src/fmtmsg/fmtmsg.c
@@ -0,0 +1,10 @@
+#include <fmtmsg.h>
+
+int fmtmsg(long classification, const char * label, int severity, const char * text, const char * action, const char * tag)
+{
+ return 0;
+}
+
+/*
+XOPEN(400)
+*/