Searched refs:do_log (Results 1 – 8 of 8) sorted by relevance
| /NextBSD/crypto/openssh/ |
| HD | log.c | 163 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
|
| HD | fatal.c | 42 do_log(SYSLOG_LEVEL_FATAL, fmt, args); in fatal()
|
| HD | log.h | 76 void do_log(LogLevel, const char *, va_list);
|
| HD | ssh_namespace.h | 275 #define do_log ssh_do_log macro
|
| HD | ssh-keyscan.c | 596 do_log(SYSLOG_LEVEL_FATAL, fmt, args); in fatal()
|
| /NextBSD/crypto/heimdal/appl/rsh/ |
| HD | rshd.c | 71 static int do_log = 1; variable 864 { NULL, 'L', arg_flag, &do_log },
|
| /NextBSD/sys/kern/ |
| HD | kern_shutdown.c | 588 SYSCTL_INT(_debug_kassert, OID_AUTO, do_log, CTLFLAG_RWTUN,
|
| /NextBSD/contrib/subversion/subversion/svnlook/ |
| HD | svnlook.c | 1301 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()
|