Searched refs:do_log (Results 1 – 5 of 5) sorted by relevance
| /mirbsd/src/usr.bin/ssh/ |
| D | log.c | 151 do_log(SYSLOG_LEVEL_ERROR, fmt, args); in error() 161 do_log(SYSLOG_LEVEL_FATAL, fmt, args); in sigdie() 175 do_log(SYSLOG_LEVEL_INFO, fmt, args); in logit() 187 do_log(SYSLOG_LEVEL_VERBOSE, fmt, args); in verbose() 199 do_log(SYSLOG_LEVEL_DEBUG1, fmt, args); in debug() 209 do_log(SYSLOG_LEVEL_DEBUG2, fmt, args); in debug2() 219 do_log(SYSLOG_LEVEL_DEBUG3, fmt, args); in debug3() 298 do_log(LogLevel level, const char *fmt, va_list args) in do_log() function
|
| D | fatal.c | 40 do_log(SYSLOG_LEVEL_FATAL, fmt, args); in fatal()
|
| D | log.h | 67 void do_log(LogLevel, const char *, va_list)
|
| D | ssh-keyscan.c | 693 do_log(SYSLOG_LEVEL_FATAL, fmt, args); in fatal()
|
| /mirbsd/src/etc/ |
| D | cronrun | 59 do_log=0 64 (l) do_log=1 ;; 85 if [[ $do_log = 1 ]]; then
|