Symbol: log_vmsg
sbin/unwind/libunbound/util/log.c
342
log_vmsg(LOG_INFO, "info", format, args);
sbin/unwind/libunbound/util/log.c
355
log_vmsg(LOG_ERR, "error", format, args);
sbin/unwind/libunbound/util/log.c
368
log_vmsg(LOG_WARNING, "warning", format, args);
sbin/unwind/libunbound/util/log.c
381
log_vmsg(LOG_CRIT, "fatal error", format, args);
sbin/unwind/libunbound/util/log.c
398
log_vmsg(LOG_NOTICE, "notice", format, args);
sbin/unwind/libunbound/util/log.c
400
log_vmsg(LOG_INFO, "info", format, args);
sbin/unwind/libunbound/util/log.c
401
else log_vmsg(LOG_DEBUG, "debug", format, args);
sbin/unwind/libunbound/util/log.c
447
log_vmsg(LOG_INFO, "query", format, args);
sbin/unwind/libunbound/util/log.c
456
log_vmsg(LOG_INFO, "reply", format, args);
sbin/unwind/libunbound/util/log.h
217
void log_vmsg(int pri, const char* type, const char* format, va_list args);
usr.sbin/nsd/util.c
1082
log_vmsg(LOG_ERR, format, args);
usr.sbin/nsd/util.c
243
log_vmsg(priority, format, args);
usr.sbin/nsd/util.h
108
void log_vmsg(int priority, const char *format, va_list args);
usr.sbin/nsd/zparser.y
1290
else log_vmsg(LOG_ERR, fmt, args);
usr.sbin/nsd/zparser.y
1326
else log_vmsg(LOG_WARNING, fmt, args);
usr.sbin/unbound/util/log.c
342
log_vmsg(LOG_INFO, "info", format, args);
usr.sbin/unbound/util/log.c
355
log_vmsg(LOG_ERR, "error", format, args);
usr.sbin/unbound/util/log.c
368
log_vmsg(LOG_WARNING, "warning", format, args);
usr.sbin/unbound/util/log.c
381
log_vmsg(LOG_CRIT, "fatal error", format, args);
usr.sbin/unbound/util/log.c
398
log_vmsg(LOG_NOTICE, "notice", format, args);
usr.sbin/unbound/util/log.c
400
log_vmsg(LOG_INFO, "info", format, args);
usr.sbin/unbound/util/log.c
401
else log_vmsg(LOG_DEBUG, "debug", format, args);
usr.sbin/unbound/util/log.c
447
log_vmsg(LOG_INFO, "query", format, args);
usr.sbin/unbound/util/log.c
456
log_vmsg(LOG_INFO, "reply", format, args);
usr.sbin/unbound/util/log.h
217
void log_vmsg(int pri, const char* type, const char* format, va_list args);