HomeSort by relevance Sort by last modified time
    Searched defs:fmtmsg (Results 1 - 3 of 3) sorted by null

  /onnv/onnv-gate/usr/src/cmd/lp/lib/oam/
fmtmsg.c 61 ** fmtmsg()
65 fmtmsg(char *label, int severity, char *text, char *action)
64 fmtmsg(char *label, int severity, char *text, char *action) function
  /onnv/onnv-gate/usr/src/cmd/sendmail/src/
err.c 27 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",
799 ** FMTMSG -- format a message into buffer.
818 fmtmsg(eb, to, num, enhsc, eno, fmt, ap) function
  /onnv/onnv-gate/usr/src/lib/libc/port/gen/
fmtmsg.c 33 * 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() has to look at SEV_LEVEL th
1088 fmtmsg(long class, const char *label, int severity, function
    [all...]

Completed in 120 milliseconds