Home
last modified time | relevance | path

Searched refs:log_level (Results 1 – 25 of 46) sorted by relevance

12

/netbsd/src/external/bsd/tmux/dist/
Dlog.c30 static int log_level; variable
43 log_level++; in log_add_level()
50 return (log_level); in log_get_level()
59 if (log_level == 0) in log_open()
77 if (log_level == 0) { in log_toggle()
78 log_level = 1; in log_toggle()
83 log_level = 0; in log_toggle()
/netbsd/src/external/bsd/kyua-cli/dist/utils/logging/
Doperations.cpp83 static logging::level log_level = logging::level_debug; variable
173 if (message_level > log_level) in log()
222 log_level = level_debug; in set_persistency()
224 log_level = level_error; in set_persistency()
226 log_level = level_info; in set_persistency()
228 log_level = level_warning; in set_persistency()
238 if ((*iter).first <= log_level) in set_persistency()
/netbsd/src/external/ibm-public/postfix/dist/src/util/
Dmsg_syslog.c164 static int log_level[] = { in msg_syslog_print() local
174 if (level < 0 || level >= (int) (sizeof(log_level) / sizeof(log_level[0]))) in msg_syslog_print()
178 syslog(msg_syslog_facility | log_level[level], "%.*s", in msg_syslog_print()
181 syslog(msg_syslog_facility | log_level[level], "%s: %.*s", in msg_syslog_print()
Dmsg_logger.c179 static int log_level[] = { in msg_logger_print() local
222 if (level < 0 || level >= (int) (sizeof(log_level) / sizeof(log_level[0]))) in msg_logger_print()
/netbsd/src/crypto/external/bsd/openssh/dist/
Dssh-sk-helper.c277 LogLevel log_level = SYSLOG_LEVEL_ERROR; in main() local
284 log_init(__progname, log_level, log_facility, log_stderr); in main()
290 if (log_level == SYSLOG_LEVEL_ERROR) in main()
291 log_level = SYSLOG_LEVEL_DEBUG1; in main()
292 else if (log_level < SYSLOG_LEVEL_DEBUG3) in main()
293 log_level++; in main()
300 log_init(__progname, log_level, log_facility, vflag); in main()
Dssh-pkcs11-helper.c331 LogLevel log_level = SYSLOG_LEVEL_ERROR; in main() local
338 log_init(__progname, log_level, log_facility, log_stderr); in main()
344 if (log_level == SYSLOG_LEVEL_ERROR) in main()
345 log_level = SYSLOG_LEVEL_DEBUG1; in main()
346 else if (log_level < SYSLOG_LEVEL_DEBUG3) in main()
347 log_level++; in main()
355 log_init(__progname, log_level, log_facility, log_stderr); in main()
Dsshd-auth.c493 options.log_level = SYSLOG_LEVEL_DEBUG1; in main()
494 } else if (options.log_level < SYSLOG_LEVEL_DEBUG3) in main()
495 options.log_level++; in main()
519 options.log_level = SYSLOG_LEVEL_QUIET; in main()
605 options.log_level == SYSLOG_LEVEL_NOT_SET ? in main()
606 SYSLOG_LEVEL_INFO : options.log_level, in main()
661 log_init(__progname, options.log_level, options.log_facility, 1); in main()
700 log_init(__progname, options.log_level, options.log_facility, 1); in main()
Dlog.c59 static LogLevel log_level = SYSLOG_LEVEL_INFO; variable
110 return log_level; in log_level_get()
266 log_level = new_log_level; in log_change_level()
324 if (!force && level > log_level) in do_log()
433 if (nlog_verbose == 0 && level > log_level) in sshlogv()
Dsshd-session.c851 options.log_level = SYSLOG_LEVEL_DEBUG1; in main()
852 } else if (options.log_level < SYSLOG_LEVEL_DEBUG3) in main()
853 options.log_level++; in main()
877 options.log_level = SYSLOG_LEVEL_QUIET; in main()
985 options.log_level == SYSLOG_LEVEL_NOT_SET ? in main()
986 SYSLOG_LEVEL_INFO : options.log_level, in main()
1002 log_init(__progname, options.log_level, options.log_facility, in main()
1098 log_init(__progname, options.log_level, in main()
1104 log_init(__progname, options.log_level, options.log_facility, log_stderr); in main()
Dssh-add.c817 LogLevel log_level = SYSLOG_LEVEL_INFO; in main() local
828 log_init(__progname, log_level, log_facility, 1); in main()
850 if (log_level == SYSLOG_LEVEL_INFO) in main()
851 log_level = SYSLOG_LEVEL_DEBUG1; in main()
852 else if (log_level < SYSLOG_LEVEL_DEBUG3) in main()
853 log_level++; in main()
942 log_init(__progname, log_level, log_facility, 1); in main()
Dssh-keyscan.c650 int debug_flag = 0, log_level = SYSLOG_LEVEL_INFO; in main() local
695 log_level = SYSLOG_LEVEL_DEBUG1; in main()
697 else if (log_level < SYSLOG_LEVEL_DEBUG3) in main()
698 log_level++; in main()
768 log_init("ssh-keyscan", log_level, SYSLOG_FACILITY_USER, 1); in main()
Dsshd.c1196 options.log_level, in server_accept_loop()
1332 options.log_level = SYSLOG_LEVEL_DEBUG1; in main()
1333 } else if (options.log_level < SYSLOG_LEVEL_DEBUG3) in main()
1334 options.log_level++; in main()
1361 options.log_level = SYSLOG_LEVEL_QUIET; in main()
1461 options.log_level == SYSLOG_LEVEL_NOT_SET ? in main()
1462 SYSLOG_LEVEL_INFO : options.log_level, in main()
1739 log_init(__progname, options.log_level, in main()
1758 log_init(__progname, options.log_level, options.log_facility, log_stderr); in main()
Dssh.c911 options.log_level = SYSLOG_LEVEL_DEBUG1; in main()
913 if (options.log_level < SYSLOG_LEVEL_DEBUG3) { in main()
915 options.log_level++; in main()
955 options.log_level = SYSLOG_LEVEL_QUIET; in main()
1195 options.log_level == SYSLOG_LEVEL_NOT_SET ? in main()
1196 SYSLOG_LEVEL_INFO : options.log_level, in main()
1375 } else if (options.log_level < SYSLOG_LEVEL_INFO) { in main()
1394 log_init(argv0, options.log_level, options.log_facility, !use_syslog); in main()
Dreadconf.h71 LogLevel log_level; /* Level for logging. */ member
Dscp.c142 LogLevel log_level = SYSLOG_LEVEL_INFO; variable
452 log_init(argv0, log_level, SYSLOG_FACILITY_USER, 2); in main()
538 log_level = SYSLOG_LEVEL_DEBUG1; in main()
539 else if (log_level < SYSLOG_LEVEL_DEBUG3) in main()
540 log_level++; in main()
596 log_init(argv0, log_level, SYSLOG_FACILITY_USER, 2); in main()
Dclientloop.c830 tochan = options.log_level >= SYSLOG_LEVEL_ERROR && in client_status_confirm()
1269 if (ch == 'V' && options.log_level > in process_escapes()
1271 log_change_level(--options.log_level); in process_escapes()
1272 if (ch == 'v' && options.log_level < in process_escapes()
1274 log_change_level(++options.log_level); in process_escapes()
1278 log_level_name(options.log_level))) != 0) in process_escapes()
1640 if (have_pty && options.log_level >= SYSLOG_LEVEL_INFO) in client_loop()
Dsftp-server.c62 static LogLevel log_level = SYSLOG_LEVEL_ERROR; variable
551 if (log_level > SYSLOG_LEVEL_VERBOSE || in send_status_errmsg()
1888 log_init(__progname, log_level, log_facility, log_stderr); in sftp_server_main()
1920 log_level = log_level_number(optarg); in sftp_server_main()
1921 if (log_level == SYSLOG_LEVEL_NOT_SET) in sftp_server_main()
1961 log_init(__progname, log_level, log_facility, log_stderr); in sftp_server_main()
Dservconf.h138 LogLevel log_level; /* Level for system logging. */ member
/netbsd/src/external/ibm-public/postfix/dist/src/tls/
Dtls_proxy_server_scan.c95 VSTRING *log_level = vstring_alloc(25); in tls_proxy_server_init_scan() local
118 RECV_ATTR_STR(TLS_ATTR_LOG_LEVEL, log_level), in tls_proxy_server_init_scan()
140 props->log_level = vstring_export(log_level); in tls_proxy_server_init_scan()
170 myfree((void *) props->log_level); in tls_proxy_server_init_free()
Dtls_proxy_client_scan.c235 myfree((void *) props->log_level); in tls_proxy_client_init_free()
259 VSTRING *log_level = vstring_alloc(25); in tls_proxy_client_init_scan() local
281 RECV_ATTR_STR(TLS_ATTR_LOG_LEVEL, log_level), in tls_proxy_client_init_scan()
297 props->log_level = vstring_export(log_level); in tls_proxy_client_init_scan()
Dtls_proxy_server_print.c78 STRING_OR_EMPTY(props->log_level)), in tls_proxy_server_init_print()
Dtls.h475 const char *log_level; member
547 const char *log_level; member
Dtls_proxy_client_print.c158 STRING_OR_EMPTY(props->log_level)), in tls_proxy_client_init_print()
/netbsd/src/crypto/external/bsd/openssl/dist/crypto/bio/
Dbss_log.c133 int log_level; in slg_write() member
210 priority = mapping[i].log_level; in slg_write()
/netbsd/src/external/ibm-public/postfix/dist/src/tlsmgr/
Dtlsmgr.c303 char **log_level; /* main.cf parameter value */ member
966 *ent->log_level) & TLS_LOG_CACHE, in tlsmgr_pre_init()

12