strs               83 win32/wsyslog.c 	LPTSTR strs[2];
strs              107 win32/wsyslog.c 	strs[0] = PW32G(log_header);	/* write header */
strs              108 win32/wsyslog.c 	strs[1] = tmp;				/* then the message */
strs              110 win32/wsyslog.c 	ReportEvent(PW32G(log_source), etype, (unsigned short) priority, evid, NULL, 2, 0, strs, NULL);