Home
last modified time | relevance | path

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

/NextBSD/crypto/openssh/
HDlog.c163 do_log(SYSLOG_LEVEL_ERROR, fmt, args); in error()
174 do_log(SYSLOG_LEVEL_FATAL, fmt, args); in sigdie()
189 do_log(SYSLOG_LEVEL_INFO, fmt, args); in logit()
201 do_log(SYSLOG_LEVEL_VERBOSE, fmt, args); in verbose()
213 do_log(SYSLOG_LEVEL_DEBUG1, fmt, args); in debug()
223 do_log(SYSLOG_LEVEL_DEBUG2, fmt, args); in debug2()
233 do_log(SYSLOG_LEVEL_DEBUG3, fmt, args); in debug3()
378 do_log(level, fmt, args); in do_log2()
383 do_log(LogLevel level, const char *fmt, va_list args) in do_log() function
HDfatal.c42 do_log(SYSLOG_LEVEL_FATAL, fmt, args); in fatal()
HDlog.h76 void do_log(LogLevel, const char *, va_list);
HDssh_namespace.h275 #define do_log ssh_do_log macro
HDssh-keyscan.c596 do_log(SYSLOG_LEVEL_FATAL, fmt, args); in fatal()
/NextBSD/crypto/heimdal/appl/rsh/
HDrshd.c71 static int do_log = 1; variable
864 { NULL, 'L', arg_flag, &do_log },
/NextBSD/sys/kern/
HDkern_shutdown.c588 SYSCTL_INT(_debug_kassert, OID_AUTO, do_log, CTLFLAG_RWTUN,
/NextBSD/contrib/subversion/subversion/svnlook/
HDsvnlook.c1301 do_log(svnlook_ctxt_t *c, svn_boolean_t print_size, apr_pool_t *pool) in do_log() function
2334 SVN_ERR(do_log(c, TRUE, pool)); in subcommand_info()
2348 SVN_ERR(do_log(c, FALSE, pool)); in subcommand_log()