| /netbsd-src/external/gpl2/gettext/dist/gettext-tools/src/ |
| H A D | po-xerror.c | 45 xerror (int severity, const char *prefix_tail, in xerror() argument 74 if (severity >= PO_SEVERITY_ERROR) in xerror() 80 if (severity == PO_SEVERITY_FATAL_ERROR) in xerror() 86 (severity == PO_SEVERITY_FATAL_ERROR ? EXIT_FAILURE : 0); in xerror() 108 if (severity < PO_SEVERITY_ERROR) in xerror() 117 textmode_xerror (int severity, in textmode_xerror() argument 123 (severity == PO_SEVERITY_WARNING ? _("warning: ") : ""); in textmode_xerror() 132 xerror (severity, prefix_tail, filename, lineno, column, in textmode_xerror() 137 textmode_xerror2 (int severity, in textmode_xerror2() argument 146 (severity == PO_SEVERITY_FATAL_ERROR ? PO_SEVERITY_ERROR : severity); in textmode_xerror2() [all …]
|
| H A D | po-xerror.h | 48 void (*po_xerror) (int severity, 58 void (*po_xerror2) (int severity, 67 extern void textmode_xerror (int severity, 71 extern void textmode_xerror2 (int severity,
|
| /netbsd-src/external/cddl/osnet/dist/lib/libuutil/common/ |
| H A D | uu_dprintf.c | 45 strseverity(uu_dprintf_severity_t severity) in strseverity() argument 47 switch (severity) { in strseverity() 66 uu_dprintf_create(const char *name, uu_dprintf_severity_t severity, in uu_dprintf_create() argument 89 D->uud_severity = severity; in uu_dprintf_create() 97 uu_dprintf(uu_dprintf_t *D, uu_dprintf_severity_t severity, in uu_dprintf() argument 104 if (severity > D->uud_severity) in uu_dprintf() 108 strseverity(severity)); in uu_dprintf()
|
| /netbsd-src/external/bsd/libevent/dist/ |
| H A D | log.c | 63 static void event_log(int severity, const char *msg); 190 event_logv_(int severity, const char *errstr, const char *fmt, va_list ap) in event_logv_() argument 195 if (severity == EVENT_LOG_DEBUG && !event_debug_get_logging_mask_()) in event_logv_() 210 event_log(severity, buf); in event_logv_() 222 event_log(int severity, const char *msg) in event_log() argument 225 log_fn(severity, msg); in event_log() 228 switch (severity) { in event_log()
|
| /netbsd-src/lib/libc/gen/ |
| H A D | fmtmsg.c | 124 severity2str(int severity) in severity2str() argument 128 if (severity >= 0 && in severity2str() 129 (u_int) severity < nseverities) in severity2str() 130 result = severities[severity]; in severity2str() 180 fmtmsg(long classification, const char *label, int severity, in fmtmsg() argument 198 if ((sevstr = severity2str(severity)) == NULL) in fmtmsg()
|
| /netbsd-src/usr.sbin/altq/altqd/ |
| H A D | libaltq2.c | 58 log_write(int severity, int syserr, const char *format, ...) in log_write() argument 64 if (severity <= l_debug) { in log_write() 72 vsyslog(severity, format, ap); in log_write() 78 vsyslog(severity, buf, ap); in log_write()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/src/ |
| H A D | gmock-internal-utils.cc | 128 GTEST_API_ bool LogIsVisible(LogSeverity severity) { in LogIsVisible() argument 138 return severity == kWarning; in LogIsVisible() 149 GTEST_API_ void Log(LogSeverity severity, const std::string& message, in Log() argument 151 if (!LogIsVisible(severity)) in Log() 157 if (severity == kWarning) { in Log()
|
| /netbsd-src/usr.bin/xlint/lint1/ |
| H A D | err.c | 682 int severity = (!allow_gcc ? 1 : 0) + (!allow_trad ? 1 : 0); 683 if (severity == 2) 685 if (severity == 1) 719 int severity = (!allow_gcc ? 1 : 0) + 723 if (severity == 2) 725 if (severity == 1) 728 return severity > 0; 677 int severity = (!allow_gcc ? 1 : 0) + (!allow_trad ? 1 : 0); global() variable 714 int severity = (!allow_gcc ? 1 : 0) + global() variable
|
| /netbsd-src/external/apache2/llvm/dist/clang/bindings/python/tests/cindex/ |
| H A D | test_diagnostics.py | 19 self.assertEqual(tu.diagnostics[0].severity, Diagnostic.Warning) 29 self.assertEqual(tu.diagnostics[0].severity, Diagnostic.Warning) 41 self.assertEqual(tu.diagnostics[0].severity, Diagnostic.Warning) 56 self.assertEqual(tu.diagnostics[0].severity, Diagnostic.Warning) 76 self.assertEqual(d.severity, Diagnostic.Warning) 99 self.assertEqual(children[0].severity, Diagnostic.Note)
|
| /netbsd-src/external/gpl3/gcc.old/dist/contrib/ |
| H A D | dglib.pm | 350 my $severity; 352 $severity = $1; 362 $severity = "NOTE"; 365 $severity = "logline"; 380 push @$dobj, {message => $_, severity => $severity, line => $line};
|
| /netbsd-src/external/gpl3/gcc/dist/contrib/ |
| H A D | dglib.pm | 350 my $severity; 352 $severity = $1; 362 $severity = "NOTE"; 365 $severity = "logline"; 380 push @$dobj, {message => $_, severity => $severity, line => $line};
|
| /netbsd-src/usr.sbin/mrouted/ |
| H A D | main.c | 79 void logit(int severity, int syserr, const char *format, ...) 628 logit(int severity, int syserr, const char *format, ...) in logit() argument 641 msg = (severity == LOG_WARNING) ? fmt : &fmt[10]; in logit() 645 case 1: if (severity > LOG_NOTICE) break; in logit() 647 case 2: if (severity > LOG_INFO ) break; in logit() 662 if (severity <= LOG_NOTICE) { in logit() 666 syslog(severity, "%s: %m", msg); in logit() 668 syslog(severity, "%s", msg); in logit() 671 if (severity <= LOG_ERR) exit(1); in logit()
|
| /netbsd-src/usr.sbin/tcpdchk/ |
| H A D | fakelog.c | 38 vsyslog(int severity, const char *fmt, va_list ap) in vsyslog() argument 52 syslog(int severity, const char *fmt, ...) in syslog() argument 57 vsyslog(severity, fmt, ap); in syslog()
|
| /netbsd-src/external/bsd/openldap/dist/include/ |
| H A D | ldap_log.h | 159 #define Log(level, severity, ...) \ argument 164 syslog( LDAP_LEVEL_MASK((severity)), __VA_ARGS__ ); \ 170 #define Log(level, severity, ...) \ argument 182 #define Log(level, severity, ...) ((void) 0) argument
|
| /netbsd-src/lib/libwrap/ |
| H A D | diag.c | 47 tcpd_diag(int severity, const char *tag, const char *fmt, va_list ap) in tcpd_diag() argument 57 syslog(severity, "%s: %s, line %d: %s", in tcpd_diag() 60 syslog(severity, "%s: %s", tag, buf); in tcpd_diag()
|
| /netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/ |
| H A D | OSSL_CMP_log_open.pod | 30 /* severity level declarations resemble those from syslog.h */ 53 including a string prefix mirroring the severity levels of syslog.h, 70 a severity level, and 74 of auditing may be required. Therefore, the logging facility supports a severity 77 The callback is activated only when the severity level is sufficient according 95 severity level, and log message or error queue message to the given I<bio>.
|
| /netbsd-src/external/mpl/bind/dist/bin/tests/system/rpzextra/ns3/ |
| H A D | named.conf.in | 46 print-severity yes; 47 severity info; 54 print-severity yes; 55 severity info;
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/lib/krb5/ |
| H A D | log.c | 345 char severity[128] = ""; in krb5_addlog_dest() local 350 if(strsep_copy(&p, ":", severity, sizeof(severity)) != -1) in krb5_addlog_dest() 352 if(*severity == '\0') in krb5_addlog_dest() 353 strlcpy(severity, "ERR", sizeof(severity)); in krb5_addlog_dest() 356 ret = open_syslog(context, f, min, max, severity, facility); in krb5_addlog_dest()
|
| H A D | verify_krb5_conf.c | 331 char severity[128] = ""; in check_log() local 336 if(strsep_copy(&p, ":", severity, sizeof(severity)) != -1) in check_log() 338 if(*severity == '\0') in check_log() 339 strlcpy(severity, "ERR", sizeof(severity)); in check_log() 347 if(find_value(severity, syslogvals) == -1) { in check_log() 349 path, severity); in check_log()
|
| /netbsd-src/usr.sbin/mrinfo/ |
| H A D | mrinfo.c | 142 logit(int severity, int syserr, const char *format, ...) in logit() argument 148 if (severity > LOG_WARNING) in logit() 152 if (severity > LOG_NOTICE) in logit() 156 if (severity > LOG_INFO) in logit() 160 if (severity == LOG_WARNING) in logit() 171 if (severity <= LOG_ERR) in logit()
|
| /netbsd-src/crypto/external/bsd/openssl/dist/doc/internal/man3/ |
| H A D | ossl_cmp_print_log.pod | 48 log callback of the B<ctx> if present and the severity level is sufficient. 50 filename, line number, and severity information to the message being output. 61 ossl_cmp_log4() output a log message with the given severity, 67 the variable pointed to by I<level> with the severity level or -1,
|
| /netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/ |
| H A D | CXLoadedDiagnostic.h | 26 severity(0), category(0) {} in CXLoadedDiagnostic() 88 unsigned severity; variable
|
| /netbsd-src/external/bsd/am-utils/dist/m4/macros/ |
| H A D | check_libwrap_severity.m4 | 10 # run program one without defining our own severity variables 18 # run program two with defining our own severity variables
|
| /netbsd-src/sys/dev/acpi/ |
| H A D | apei.c | 844 * Print the numeric severity and, if we have it, a symbolic in apei_gesb_report() 962 * errors. For each of the four severity levels in a Generic 1000 * apei_gesb_ratecheck(sc, severity, suppressed) 1002 * Check for a rate limit on errors of the specified severity. 1012 apei_gesb_ratecheck(struct apei_softc *sc, uint32_t severity, 1017 unsigned i = MIN(severity, ACPI_HEST_GEN_ERROR_NONE); /* paranoia */ 1070 uint32_t status, unknownstatus, severity, nentries, i; 1114 * Read out the severity and get the number of entries in this 1117 severity = gesb->ErrorSeverity; 1121 * Print a message to the console and dmesg about the severity 662 uint32_t status, unknownstatus, severity, nentries, i; apei_gesb_report() local [all...] |
| /netbsd-src/external/mpl/bind/dist/fuzz/isc_lex_gettoken.in/ |
| H A D | named.conf | 460 severity error; 466 * Channels have a severity level. Messages at severity levels 468 * the channel. In order of decreasing severity, the levels are: 485 * severity info; 493 * severity dynamic; // this means log debugging 511 * severity info; 573 severity debug 3; // level 3 debugging to file 576 print - severity yes; // print severity leve [all...] |