Home
last modified time | relevance | path

Searched refs:MT_FERROR (Results 1 – 5 of 5) sorted by relevance

/openbsd/src/usr.bin/rdist/
Dmessage.c65 { MT_FERROR, "ferror" },
337 case MT_FERROR: cmd = C_FERRMSG; break; in msgsendstdout()
346 case MT_FERROR: in msgsendstdout()
391 case MT_FERROR: syslvl = SL_FERROR; break; in msgsendsyslog()
538 else if (isserver && IS_ON(flags, MT_FERROR)) in _message()
539 msgsendstdout(NULL, MT_FERROR, flags, mbuf); in _message()
661 _message(MT_FERROR, buf); in _fatalerr()
Dtypes.h54 #define MT_FERROR 0x0004 /* Fatal errors */ macro
63 #define MT_ALL (MT_NERROR|MT_FERROR|\
Dclient.c560 message(MT_FERROR, "%s", s); in rmchk()
749 message(MT_FERROR, "%s", s); in sendlink()
852 message(MT_FERROR, "%s", cp); in update()
Dcommon.c560 message(MT_FERROR, "%s", s); in response()
/openbsd/src/usr.bin/rdistd/
Dserver.c1780 message(MT_FERROR|MT_NOREMOTE, "%s", cp); in server()