Searched refs:MT_NOTICE (Results 1 – 5 of 5) sorted by relevance
/openbsd/usr.bin/rdistd/ |
H A D | server.c | 193 message(MT_NOTICE, in fchog() 199 message(MT_NOTICE, in fchog() 227 message(MT_NOTICE, in fchog() 232 message(MT_NOTICE, in fchog() 243 message(MT_NOTICE, in fchog() 262 message(MT_NOTICE, in fchog() 267 message(MT_NOTICE, in fchog() 699 message(MT_NOTICE, in savetarget() 987 message(MT_NOTICE, in recvdir() 994 message(MT_NOTICE, in recvdir() [all …]
|
/openbsd/usr.bin/rdist/ |
H A D | types.h | 58 #define MT_NOTICE 0x0100 /* Notice's */ macro 65 MT_INFO|MT_NOTICE|\
|
H A D | message.c | 63 { MT_NOTICE, "notice" }, 338 case MT_NOTICE: cmd = C_NOTEMSG; break; in msgsendstdout() 361 case MT_NOTICE: in msgsendstdout() 405 case MT_NOTICE: syslvl = SL_NOTICE; break; in msgsendsyslog() 531 if (isserver && IS_ON(flags, MT_NOTICE)) { in _message() 532 msgsendstdout(NULL, MT_NOTICE, flags, mbuf); in _message()
|
H A D | client.c | 551 message(MT_NOTICE, "%s", s); in rmchk() 740 message(MT_NOTICE, "%s", s); in sendlink() 857 message(MT_NOTICE, "%s", cp); in update()
|
H A D | common.c | 545 message(MT_NOTICE, "%s", s); in response()
|