Home
last modified time | relevance | path

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

/openbsd/src/usr.bin/rdist/
Dmessage.c97 static void msgsendsyslog(struct msgfacility *, int, int, char *);
107 { MF_SYSLOG, "syslog", msgsendsyslog },
379 msgsendsyslog(struct msgfacility *msgfac, int mtype, int flags, char *msgbuf) in msgsendsyslog() function
524 msgsendsyslog(NULL, MT_SYSLOG, flags, mbuf); in _message()