Home
last modified time | relevance | path

Searched refs:MT_NERROR (Results 1 – 6 of 6) sorted by relevance

/dports/net/rdist6/rdist-6.1.5/include/
H A Dtypes.h64 #define MT_NERROR 0x0002 /* Normal errors */ macro
74 #define MT_ALL (MT_NERROR|MT_FERROR|\
/dports/net/rdist6/rdist-6.1.5/src/
H A Dmessage.c72 { MT_NERROR, "nerror" },
344 case MT_NERROR: cmd = C_ERRMSG; break;
355 case MT_NERROR:
400 case MT_NERROR: syslvl = SL_NERROR; break;
554 else if (isserver && IS_ON(flags, MT_NERROR))
555 msgsendstdout((MSGFACILITY *)NULL, MT_NERROR, flags, mbuf);
723 _message(MT_NERROR, (buf[0]) ? buf : NULL);
H A Dfilesys.c237 message(MT_NERROR, "%s: setmntent failed: %s",
245 message(MT_NERROR, "Timeout getting mount info");
H A Dclient.c303 message(MT_NERROR,
546 message(MT_NERROR, "%s", s);
728 message(MT_NERROR, "%s", s);
814 message(MT_NERROR, "%s", cp);
H A Dcommon.c627 message(MT_NERROR, "%s", s); in response()
H A Dserver.c1727 message(MT_NERROR|MT_NOREMOTE, "%s", cp); in server()