Searched refs:MT_FERROR (Results 1 – 5 of 5) sorted by relevance
| /openbsd/src/usr.bin/rdist/ |
| D | message.c | 65 { 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()
|
| D | types.h | 54 #define MT_FERROR 0x0004 /* Fatal errors */ macro 63 #define MT_ALL (MT_NERROR|MT_FERROR|\
|
| D | client.c | 560 message(MT_FERROR, "%s", s); in rmchk() 749 message(MT_FERROR, "%s", s); in sendlink() 852 message(MT_FERROR, "%s", cp); in update()
|
| D | common.c | 560 message(MT_FERROR, "%s", s); in response()
|
| /openbsd/src/usr.bin/rdistd/ |
| D | server.c | 1780 message(MT_FERROR|MT_NOREMOTE, "%s", cp); in server()
|