Home
last modified time | relevance | path

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

12

/netbsd-src/external/bsd/tmux/dist/
H A 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/
H A 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/
H A 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()
H A Dmsg_logger.c173 static int log_level[] = { in msg_logger_print() local
216 if (level < 0 || level >= (int) (sizeof(log_level) / sizeof(log_level[0]))) in msg_logger_print()
/netbsd-src/crypto/external/bsd/openssh/dist/
H A 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()
H A Dlog.c57 static LogLevel log_level = SYSLOG_LEVEL_INFO; variable
108 return log_level; in log_level_get()
264 log_level = new_log_level; in log_change_level()
322 if (!force && level > log_level) in do_log()
431 if (nlog_verbose == 0 && level > log_level) in sshlogv()
H A Dssh.c903 options.log_level = SYSLOG_LEVEL_DEBUG1; in main()
905 if (options.log_level < SYSLOG_LEVEL_DEBUG3) { in main()
907 options.log_level++; in main()
947 options.log_level = SYSLOG_LEVEL_QUIET; in main()
1189 options.log_level == SYSLOG_LEVEL_NOT_SET ? in main()
1190 SYSLOG_LEVEL_INFO : options.log_level, in main()
1362 } else if (options.log_level < SYSLOG_LEVEL_INFO) { in main()
1381 log_init(argv0, options.log_level, options.log_facility, !use_syslog); in main()
H A Dreadconf.h72 LogLevel log_level; /* Level for logging. */ member
H A Dscp.c142 LogLevel log_level = SYSLOG_LEVEL_INFO; variable
452 log_init(argv0, log_level, SYSLOG_FACILITY_USER, 2); in main()
537 log_level = SYSLOG_LEVEL_DEBUG1; in main()
538 else if (log_level < SYSLOG_LEVEL_DEBUG3) in main()
539 log_level++; in main()
595 log_init(argv0, log_level, SYSLOG_FACILITY_USER, 2); in main()
H A Dclientloop.c829 tochan = options.log_level >= SYSLOG_LEVEL_ERROR && in client_status_confirm()
1268 if (ch == 'V' && options.log_level > in process_escapes()
1270 log_change_level(--options.log_level); in process_escapes()
1271 if (ch == 'v' && options.log_level < in process_escapes()
1273 log_change_level(++options.log_level); in process_escapes()
1277 log_level_name(options.log_level))) != 0) in process_escapes()
1639 if (have_pty && options.log_level >= SYSLOG_LEVEL_INFO) in client_loop()
H A 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()
/netbsd-src/external/ibm-public/postfix/dist/src/tls/
H A 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()
H A Dtls_proxy_client_scan.c231 myfree((void *) props->log_level); in tls_proxy_client_init_free()
255 VSTRING *log_level = vstring_alloc(25); in tls_proxy_client_init_scan() local
277 RECV_ATTR_STR(TLS_ATTR_LOG_LEVEL, log_level), in tls_proxy_client_init_scan()
293 props->log_level = vstring_export(log_level); in tls_proxy_client_init_scan()
H A Dtls_proxy_server_print.c78 STRING_OR_EMPTY(props->log_level)), in tls_proxy_server_init_print()
H A Dtls.h457 const char *log_level; member
525 const char *log_level; member
/netbsd-src/usr.sbin/autofs/
H A Dlog.c50 static int log_level = 0; variable
60 log_level = level; in log_init()
202 if (log_level == 0) in log_debugx()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/benchmark/src/
H A Dlog.h45 static int log_level = 0; in LogLevel() local
46 return log_level; in LogLevel()
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/src/
H A Dlog.h45 static int log_level = 0; in LogLevel() local
46 return log_level; in LogLevel()
/netbsd-src/external/mpl/bind/dist/lib/dns/
H A Drpz.c864 name2ipkey(int log_level, dns_rpz_zone_t *rpz, dns_rpz_type_t rpz_type, in name2ipkey()
891 badname(log_level, src_name, "; too short", ""); in name2ipkey()
906 badname(log_level, src_name, "; invalid leading prefix length", in name2ipkey()
916 badname(log_level, src_name, "; invalid prefix length of ", in name2ipkey()
928 badname(log_level, src_name, in name2ipkey()
944 badname(log_level, src_name, in name2ipkey()
977 badname(log_level, src_name,
992 badname(log_level, src_name, "", ""); in name2data()
1006 badname(log_level, src_name, in name2data()
1017 if (log_level < DNS_RPZ_DEBUG_QUIE in name2data()
799 name2ipkey(int log_level,dns_rpz_zone_t * rpz,dns_rpz_type_t rpz_type,const dns_name_t * src_name,dns_rpz_cidr_key_t * tgt_ip,dns_rpz_prefix_t * tgt_prefix,dns_rpz_addr_zbits_t * new_set) name2ipkey() argument
[all...]
/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/
H A Drpz.c816 name2ipkey(int log_level, const dns_rpz_zones_t *rpzs, dns_rpz_num_t rpz_num, in name2ipkey() argument
846 badname(log_level, src_name, "; too short", ""); in name2ipkey()
861 badname(log_level, src_name, "; invalid leading prefix length", in name2ipkey()
871 badname(log_level, src_name, "; invalid prefix length of ", in name2ipkey()
883 badname(log_level, src_name, in name2ipkey()
899 badname(log_level, src_name, in name2ipkey()
932 badname(log_level, src_name, in name2ipkey()
947 badname(log_level, src_name, "", ""); in name2ipkey()
961 badname(log_level, src_name, in name2ipkey()
972 if (log_level < DNS_RPZ_DEBUG_QUIET && in name2ipkey()
[all …]
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/bio/
H A Dbss_log.c134 int log_level; in slg_write() member
209 priority = mapping[i].log_level; in slg_write()
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/bio/
H A Dbss_log.c133 int log_level; in slg_write() member
210 priority = mapping[i].log_level; in slg_write()
/netbsd-src/external/apache2/llvm/dist/clang/utils/analyzer/
H A DSATestBuild.py75 log_level: int = logging.INFO):
77 self.log_level = log_level
81 self.logger.log(self.log_level, message.rstrip())
/netbsd-src/external/ibm-public/postfix/dist/src/tlsmgr/
H A Dtlsmgr.c303 char **log_level; /* main.cf parameter value */ member
949 *ent->log_level) & TLS_LOG_CACHE, in tlsmgr_pre_init()
/netbsd-src/external/mpl/bind/dist/lib/ns/include/ns/
H A Dclient.h399 int log_level);
402 * logged at log level 'log_level' if denied, and at debug 3 if approved.

12