Searched refs:MT_CHANGE (Results 1 – 6 of 6) sorted by relevance
| /openbsd/src/usr.bin/rdist/ |
| D | types.h | 56 #define MT_CHANGE 0x0020 /* Something changed */ macro 64 MT_WARNING|MT_CHANGE|\
|
| D | message.c | 61 { MT_CHANGE, "change" }, 362 case MT_CHANGE: in msgsendstdout() 397 case MT_CHANGE: syslvl = SL_CHANGE; break; in msgsendsyslog()
|
| D | client.c | 175 message(MT_CHANGE, "special \"%s\"", sc->sc_name); in runspecial() 254 message(MT_CHANGE, "cmdspecial \"%s\"", sc->sc_name); in runcmdspecial() 1055 message(MT_CHANGE, "%s: change to perm %#04o, owner %s, group %s", in statupdate() 1085 message(MT_CHANGE, "%s: installing", starget); in fullupdate() 1116 message(MT_CHANGE, "%s: updating", starget); in fullupdate()
|
| D | docmd.c | 697 message(MT_CHANGE, "special \"%s\"", buf); in cmptime() 783 message(MT_CHANGE, "cmdspecial \"%s\"", env); in dodcolon()
|
| D | common.c | 538 message(MT_CHANGE, "%s", s); in response()
|
| /openbsd/src/usr.bin/rdistd/ |
| D | server.c | 371 message(MT_CHANGE|MT_REMOTE, "%s: removed", target); in removefile() 945 message(MT_REMOTE|MT_CHANGE, "%s: updated", target); in recvfile() 1187 message(MT_REMOTE|MT_CHANGE, "%s: updated", target); in recvlink()
|