Searched defs:my_syslog (Results 1 - 1 of 1) sorted by relevance

/external/dnsmasq/src/
H A Dlog.c173 my_syslog(LOG_WARNING, _("overflow: %d log entries lost"), e);
207 stop trying until the next call to my_syslog()
250 my_syslog(LOG_CRIT, _("log failed: %s"), strerror(errno));
259 void my_syslog(int priority, const char *format, ...) function
434 my_syslog(LOG_CRIT, message, arg1, errmess);
437 my_syslog(LOG_CRIT, _("FAILED to start up"));

Completed in 783 milliseconds