Searched refs:fmtmsg (Results 1 - 7 of 7) sorted by relevance

/freebsd-12-stable/include/
H A Dfmtmsg.h72 int fmtmsg(long, const char *, int, const char *, const char *,
H A DMakefile15 dirent.h dlfcn.h elf.h elf-hints.h err.h fmtmsg.h fnmatch.h fstab.h \
/freebsd-12-stable/contrib/sendmail/src/
H A Derr.c25 static char *fmtmsg __P((char *, const char *, const char *, const char *,
180 errtxt = fmtmsg(MsgBuf, (char *) NULL, p, enhsc, save_errno, fmt, ap);
300 errtxt = fmtmsg(MsgBuf, CurEnv->e_to, "550", enhsc, 0, fmt, ap);
388 errtxt = fmtmsg(MsgBuf, CurEnv->e_to, "550", enhsc, 0, fmt, ap);
460 errtxt = fmtmsg(MsgBuf, CurEnv->e_to, "050", (char *) NULL, 0, msg, ap);
514 errtxt = fmtmsg(MsgBuf, CurEnv->e_to, replycode, enhsc, 0, msg, ap);
611 errtxt = fmtmsg(MsgBuf, (char *) NULL, "050",
917 fmtmsg(eb, to, num, enhsc, eno, fmt, ap) function
/freebsd-12-stable/lib/libc/gen/
H A Dfmtmsg.c32 #include <fmtmsg.h>
51 fmtmsg(long class, const char *label, int sev, const char *text, function
H A DMakefile.inc52 fmtmsg.c \
221 fmtmsg.3 \
/freebsd-12-stable/lib/libc/tests/gen/
H A Dfmtmsg_test.c34 #include <fmtmsg.h>
180 if (fmtmsg(classification, label, severity, text, action, tag)
/freebsd-12-stable/contrib/gcc/
H A Dsys-protos.h370 extern int fmtmsg(long int, const char *, int, const char *, const char *, const char *);

Completed in 204 milliseconds