Searched defs:fmtmsg (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/lp/lib/oam/
H A Dfmtmsg.c61 ** fmtmsg()
65 fmtmsg(char *label, int severity, char *text, char *action)
64 fmtmsg(char *label, int severity, char *text, char *action) function
/illumos-gate/usr/src/cmd/sendmail/src/
H A Derr.c27 static char *fmtmsg __P((char *, const char *, const char *, const char *,
182 errtxt = fmtmsg(MsgBuf, (char *) NULL, p, enhsc, save_errno, fmt, ap);
301 errtxt = fmtmsg(MsgBuf, CurEnv->e_to, "550", enhsc, 0, fmt, ap);
388 errtxt = fmtmsg(MsgBuf, CurEnv->e_to, "550", enhsc, 0, fmt, ap);
462 errtxt = fmtmsg(MsgBuf, CurEnv->e_to, "050", (char *) NULL, 0, msg, ap);
516 errtxt = fmtmsg(MsgBuf, (char *) NULL, "050",
818 fmtmsg(eb, to, num, enhsc, eno, fmt, ap) function
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dfmtmsg.c33 * fmtmsg.c
36 * fmtmsg() Writes a message in standard format.
50 * <fmtmsg.h> Global definitions for fmtmsg()
54 #pragma weak _fmtmsg = fmtmsg
66 #include <fmtmsg.h>
118 * variable. This variable tells fmtmsg() which parts of the
120 * fmtmsg() will interrogate the "MSGVERB" environment variable
124 * to fmtmsg(), it will be ignored.
231 * sevlook TRUE if fmtmsg() ha
1088 fmtmsg(long class, const char *label, int severity, function
[all...]
/illumos-gate/usr/src/man/man3head/
H A DMakefile36 fmtmsg.h.3head \
125 fmtmsg.3head \
214 fmtmsg.3head := LINKSRC = fmtmsg.h.3head

Completed in 67 milliseconds