Home
last modified time | relevance | path

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

/openbsd-src/sbin/isakmpd/
H A Dlog.c198 class == LOG_PRINT ? "Default" : "Report>"); in _log_print()
327 _log_print(0, LOG_NOTICE, fmt, ap, LOG_PRINT, 0); in log_print()
340 _log_print(0, LOG_NOTICE, fmt, ap, LOG_PRINT, 0); in log_verbose()
350 _log_print(1, LOG_ERR, fmt, ap, LOG_PRINT, 0); in log_error()
360 _log_print(0, LOG_ERR, fmt, ap, LOG_PRINT, 0); in log_errorx()
370 _log_print(1, LOG_CRIT, fmt, ap, LOG_PRINT, 0); in log_fatal()
381 _log_print(0, LOG_CRIT, fmt, ap, LOG_PRINT, 0); in log_fatalx()
H A Dlog.h61 #define LOG_PRINT -1 macro