Home
last modified time | relevance | path

Searched refs:level_str (Results 1 – 25 of 362) sorted by last modified time

12345678910>>...15

/dports/www/apache24/httpd-2.4.53/server/
H A Dcore.c3443 char *level_str; in set_loglevel() local
3464 level_str = ap_strrchr(arg, ':'); in set_loglevel()
3466 if (level_str == NULL) { in set_loglevel()
3476 *level_str++ = '\0'; in set_loglevel()
3477 if (!*level_str) { in set_loglevel()
3482 err = ap_parse_log_level(level_str, &level); in set_loglevel()
3484 return apr_psprintf(cmd->temp_pool, "%s:%s: %s", arg, level_str, err); in set_loglevel()
3500 level_str); in set_loglevel()
/dports/security/amavisd-new/amavis-v2.12.0/
H A Damavisd15965 for my $level_str (keys %$log_entries_by_level_ref) {
15966 my $level = 0+$level_str;
15967 my $cnt = $log_entries_by_level_ref->{$level_str};
15977 if ($level < 0) { $level_str = "0" }
15978 elsif ($level > 5) { $level_str = "5" }
15979 snmp_count( ['LogEntriesLevel'.$level_str, $cnt, 'C64'] );
/dports/net/torsocks/torsocks-2.3.0/src/lib/
H A Dtorsocks.c266 const char *filepath = NULL, *level_str = NULL, *time_status_str = NULL; in init_logging() local
271 level_str = getenv(DEFAULT_LOG_LEVEL_ENV); in init_logging()
273 if (level_str) { in init_logging()
274 level = atoi(level_str); in init_logging()
/dports/misc/amanda-server/amanda-3.3.9/perl/Amanda/
H A DCmdline.c1820 char level_str[100]; in header_matches_dumpspecs() local
1826 g_snprintf(level_str, sizeof(level_str), "%d", dumpfile->dumplevel); in header_matches_dumpspecs()
1845 && !match_level(ds->level, level_str)) in header_matches_dumpspecs()
/dports/misc/amanda-server/amanda-3.3.9/client-src/
H A Dsendbackup-dump.c142 char level_str[NUM_STR_SIZE]; in start_backup() local
150 g_snprintf(level_str, SIZEOF(level_str), "%d", level); in start_backup()
257 dumpkeys = stralloc(level_str); in start_backup()
294 dumpkeys = vstralloc(level_str, in start_backup()
340 dumpkeys = vstralloc(level_str, in start_backup()
390 dumpkeys = vstralloc(level_str, in start_backup()
428 level_str, in start_backup()
/dports/misc/amanda-client/amanda-3.3.9/perl/Amanda/
H A DCmdline.c1820 char level_str[100]; in header_matches_dumpspecs() local
1826 g_snprintf(level_str, sizeof(level_str), "%d", dumpfile->dumplevel); in header_matches_dumpspecs()
1845 && !match_level(ds->level, level_str)) in header_matches_dumpspecs()
/dports/misc/amanda-client/amanda-3.3.9/client-src/
H A Dsendbackup-dump.c142 char level_str[NUM_STR_SIZE]; in start_backup() local
150 g_snprintf(level_str, SIZEOF(level_str), "%d", level); in start_backup()
257 dumpkeys = stralloc(level_str); in start_backup()
294 dumpkeys = vstralloc(level_str, in start_backup()
340 dumpkeys = vstralloc(level_str, in start_backup()
390 dumpkeys = vstralloc(level_str, in start_backup()
428 level_str, in start_backup()
/dports/math/py-statsmodels/statsmodels-0.13.1/statsmodels/discrete/
H A Ddiscrete_model.py4323 level_str = self.model.endog_names + ' = ' + str(i)
4324 coefs[level_str] = coefs.index
/dports/lang/perl5.34/perl-5.34.0/
H A Dperl.c3760 const char * const level_str = "v" PERL_VERSION_STRING; in S_minus_v() local
3776 if (num_len >= level_len && strnEQ(num,level_str,level_len)) { in S_minus_v()
3782 level = Perl_newSVpvf_nocontext("%s (%s)", level_str, num); in S_minus_v()
3786 SV* level = newSVpvn(level_str, level_len); in S_minus_v()
/dports/lang/perl5.32/perl-5.32.1/
H A Dperl.c3775 const char * const level_str = "v" PERL_VERSION_STRING; in S_minus_v() local
3791 if (num_len >= level_len && strnEQ(num,level_str,level_len)) { in S_minus_v()
3797 level = Perl_newSVpvf_nocontext("%s (%s)", level_str, num); in S_minus_v()
3801 SV* level = newSVpvn(level_str, level_len); in S_minus_v()
/dports/lang/perl5.30/perl-5.30.3/
H A Dperl.c3722 const char * const level_str = "v" PERL_VERSION_STRING; in S_minus_v() local
3738 if (num_len >= level_len && strnEQ(num,level_str,level_len)) { in S_minus_v()
3744 level = Perl_newSVpvf_nocontext("%s (%s)", level_str, num); in S_minus_v()
3748 SV* level = newSVpvn(level_str, level_len); in S_minus_v()
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/
H A Dperl.c3750 const char * const level_str = "v" PERL_VERSION_STRING; in S_minus_v() local
3766 if (num_len >= level_len && strnEQ(num,level_str,level_len)) { in S_minus_v()
3772 level = Perl_newSVpvf_nocontext("%s (%s)", level_str, num); in S_minus_v()
3776 SV* level = newSVpvn(level_str, level_len); in S_minus_v()
/dports/games/fishsupper/fishsupper-0.1.6/src/
H A DPlayer_data.cpp266 sprintf(level_str, "%d", level); in draw_level()
267 gfx_ptr->draw_text(FS_gfx::WHITE_FONT, level_dest_rect.x, level_dest_rect.y, level_str); in draw_level()
H A DPlayer_data.h111 char level_str[3]; variable
/dports/emulators/qemu-guest-agent/qemu-5.0.1/qga/
H A Dmain.c325 const char *level_str = ga_log_level_str(level); local
334 syslog(LOG_INFO, "%s: %s", level_str, msg);
341 "%lu.%lu: %s: %s\n", time.tv_sec, time.tv_usec, level_str, msg);
/dports/mail/thunderbird/thunderbird-91.8.0/dom/media/webrtc/transport/third_party/nrappkit/src/log/
H A Dr_log.c344 char *level_str="unknown"; in r_vlog() local
351 level_str=log_level_strings[level]; in r_vlog()
357 facility_str,level_str,format); in r_vlog()
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/intel/tools/
H A Di965_gram.y61 static const char *level_str[] = { "warning", "error" }; in message() local
67 location->first_column, level_str[level]); in message()
69 fprintf(stderr, "%s:%s: ", input_filename, level_str[level]); in message()
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/gallium/frontends/clover/spirv/
H A Dinvocation.cpp704 std::string level_str; in format_validator_msg() local
707 level_str = "Fatal"; in format_validator_msg()
710 level_str = "Internal error"; in format_validator_msg()
713 level_str = "Error"; in format_validator_msg()
716 level_str = "Warning"; in format_validator_msg()
719 level_str = "Info"; in format_validator_msg()
722 level_str = "Debug"; in format_validator_msg()
725 return "[" + level_str + "] At word No." + in format_validator_msg()
/dports/www/firefox/firefox-99.0/third_party/rust/naga/src/back/hlsl/
H A Dwriter.rs1604 let level_str = match level { in write_expr() localVariable
1616 base_str, cmp_str, component_str, level_str in write_expr()
/dports/www/firefox/firefox-99.0/dom/media/webrtc/transport/third_party/nrappkit/src/log/
H A Dr_log.c344 char *level_str="unknown"; in r_vlog() local
351 level_str=log_level_strings[level]; in r_vlog()
357 facility_str,level_str,format); in r_vlog()
/dports/www/firefox-esr/firefox-91.8.0/dom/media/webrtc/transport/third_party/nrappkit/src/log/
H A Dr_log.c344 char *level_str="unknown"; in r_vlog() local
351 level_str=log_level_strings[level]; in r_vlog()
357 facility_str,level_str,format); in r_vlog()
/dports/security/openssl-quictls/openssl-7f2ab56a2b842b8e6fefc7b9d20eb5ff9c6ef151/crypto/cmp/
H A Dcmp_ctx.c359 const char *level_str, const char *format, ...) in ossl_cmp_print_log() argument
380 if (level_str == NULL) in ossl_cmp_print_log()
381 level_str = "(unset level string)"; in ossl_cmp_print_log()
389 func, file, line, level_str); in ossl_cmp_print_log()
H A Dcmp_local.h756 const char *level_str, const char *format, ...);
/dports/security/openssl-quictls/openssl-7f2ab56a2b842b8e6fefc7b9d20eb5ff9c6ef151/doc/internal/man3/
H A Dossl_cmp_print_log.pod27 const char *level_str, const char *format, ...);
54 The B<ctx>, B<func>, B<file>, and B<level_str> arguments may be NULL.
/dports/security/openssl-devel/openssl-3.0.2/crypto/cmp/
H A Dcmp_local.h756 const char *level_str, const char *format, ...);

12345678910>>...15