Home
last modified time | relevance | path

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

12

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/grpc/src/tools/run_tests/performance/
H A Dscenario_config.py316 (mps, secstr),
331 (mps, secstr),
359 secstr,
386 % secstr,
399 secstr,
411 % secstr,
435 secstr,
458 % (secstr),
470 % (secstr),
484 % secstr,
[all …]
/dports/devel/grpc134/grpc-1.34.1/tools/run_tests/performance/
H A Dscenario_config.py320 (mps, secstr),
335 (mps, secstr),
363 secstr,
390 % secstr,
403 secstr,
415 % secstr,
439 secstr,
462 % (secstr),
474 % (secstr),
488 % secstr,
[all …]
/dports/devel/grpc130/grpc-1.30.2/tools/run_tests/performance/
H A Dscenario_config.py320 (mps, secstr),
335 (mps, secstr),
363 secstr,
390 % secstr,
403 secstr,
415 % secstr,
439 secstr,
462 % (secstr),
474 % (secstr),
488 % secstr,
[all …]
/dports/devel/grpc/grpc-1.42.0/tools/run_tests/performance/
H A Dscenario_config.py337 (mps, secstr),
352 (mps, secstr),
380 secstr,
406 secstr,
441 % (secstr),
453 % (secstr),
467 % secstr,
1113 secstr,
1123 secstr,
1195 secstr,
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/arch/arc/kernel/
H A Dmodule.c27 char *secstr, struct module *mod) in module_frob_arch_sections() argument
33 mod->arch.secstr = secstr; in module_frob_arch_sections()
67 module->arch.secstr + sechdrs[tgtsec].sh_name, tgt_addr); in apply_relocate_add()
86 s = module->arch.secstr + sechdrs[sym_entry->st_shndx].sh_name; in apply_relocate_add()
114 if (strcmp(module->arch.secstr+sechdrs[tgtsec].sh_name, ".eh_frame") == 0) in apply_relocate_add()
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/arc/kernel/
H A Dmodule.c27 char *secstr, struct module *mod) in module_frob_arch_sections() argument
33 mod->arch.secstr = secstr; in module_frob_arch_sections()
67 module->arch.secstr + sechdrs[tgtsec].sh_name, tgt_addr); in apply_relocate_add()
86 s = module->arch.secstr + sechdrs[sym_entry->st_shndx].sh_name; in apply_relocate_add()
114 if (strcmp(module->arch.secstr+sechdrs[tgtsec].sh_name, ".eh_frame") == 0) in apply_relocate_add()
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/arc/kernel/
H A Dmodule.c27 char *secstr, struct module *mod) in module_frob_arch_sections() argument
33 mod->arch.secstr = secstr; in module_frob_arch_sections()
67 module->arch.secstr + sechdrs[tgtsec].sh_name, tgt_addr); in apply_relocate_add()
86 s = module->arch.secstr + sechdrs[sym_entry->st_shndx].sh_name; in apply_relocate_add()
114 if (strcmp(module->arch.secstr+sechdrs[tgtsec].sh_name, ".eh_frame") == 0) in apply_relocate_add()
/dports/games/stuntrally/stuntrally-2.6.1/source/vdrift/
H A Dtimer.cpp57 std::stringstream secstr; in Lap() local
58 secstr << "sector 0"; in Lap()
65 …trackrecords.SetParam(std::string(bTrackReverse ? "rev_" : "") + "last." + secstr.str(), (float) c… in Lap()
70 car[carId].GetCarType() + (bTrackReverse ? "_rev" : "") + "." + secstr.str(), prevbest); in Lap()
74 …car[carId].GetCarType() + (bTrackReverse ? "_rev" : "") + "." + secstr.str(), (float) car[carId].G… in Lap()
/dports/biology/jalview/jalview/src/jalview/ext/jmol/
H A DJmolParser.java329 char[] secstr = new char[sequence.getLength()]; in createAnnotation() local
343 setSecondaryStructure(proteinStructureSubType, annotIndex, secstr, in createAnnotation()
347 addSecondaryStructureAnnotation(chain.pdbid, sequence, secstr, in createAnnotation()
373 if (secstr[p] >= 'A' && secstr[p] <= 'z') in addSecondaryStructureAnnotation()
377 asecstr[p] = new Annotation(String.valueOf(secstr[p]), null, in addSecondaryStructureAnnotation()
429 char[] secstr, char[] secstrcode) in setSecondaryStructure() argument
434 secstr[pos] = '3'; in setSecondaryStructure()
438 secstr[pos] = 'H'; in setSecondaryStructure()
441 secstr[pos] = 'P'; in setSecondaryStructure()
444 secstr[pos] = 'E'; in setSecondaryStructure()
[all …]
/dports/biology/py-goatools/goatools-1.1.6/goatools/grouper/
H A Dread_goids.py123 secstr = mtch.group(1)
126 if not exclude_ungrouped or secstr != HdrgosSections.secdflt:
127 section_name = secstr
148 secstr = msec.group(3)
151 if not exclude_ungrouped or secstr != HdrgosSections.secdflt:
152 section_name = secstr
/dports/www/man2web/man2web-0.88/src/
H A Dsection_index.c138 char *secstr = NULL; in add_dir_to_index() local
144 secstr = strdup("."); in add_dir_to_index()
145 secstr = str_app_s(secstr, section); in add_dir_to_index()
154 } else if((prog_end = strstr(filename, secstr)) != NULL) { in add_dir_to_index()
170 free(secstr); in add_dir_to_index()
171 secstr = NULL; in add_dir_to_index()
/dports/mail/sympa/sympa-6.2.62/support/
H A Dpod2md142 my $secstr = $self->format_fragment_markdown($section);
143 return '' unless $secstr;
144 return sprintf '#%s', $secstr;
/dports/games/wolfpack/empire-4.4.1/src/lib/commands/
H A Dshoo.c47 double secstr, m; in c_shoot() local
68 secstr = security_strength(&sect, &seceff); in c_shoot()
69 if (sect.sct_item[item] == 0 || sect.sct_item[I_CIVIL] > secstr * 10) in c_shoot()
H A Dconv.c51 double secstr; in c_convert() local
69 secstr = security_strength(&sect, &seceff); in c_convert()
73 if (secstr * 10 < civ) in c_convert()
/dports/net/tcpreen/tcpreen-1.4.4/libsolve/
H A DMakefile.am27 libsolve_a_SOURCES = sockprot.cpp sockprot.h solve.c solve.h secstr.c secstr.h
/dports/sysutils/dcfldd/dcfldd-1.7.1/src/
H A Dcopy.c239 char secstr[100]; in dd_copy() local
241 time_left(secstr, sizeof secstr, seconds_remaining); in dd_copy()
244 …signed int) probed_mb, (long long unsigned int) w_full, (long long unsigned int) total_mb, secstr); in dd_copy()
H A Dverify.c208 char secstr[100]; in dd_verify() local
210 time_left(secstr, sizeof secstr, seconds_remaining); in dd_verify()
214 …signed int) probed_mb, (long long unsigned int) w_full, (long long unsigned int) total_mb, secstr); in dd_verify()
/dports/misc/amanda-server/amanda-3.3.9/common-src/
H A Dbsd-security.c407 security_streaminit(&bs->secstr, &bsd_security_driver); in bsd_stream_server()
438 security_stream_seterror(&bs->secstr, in bsd_stream_accept()
462 security_streaminit(&bs->secstr, &bsd_security_driver); in bsd_stream_client()
602 security_stream_seterror(&bs->secstr, "%s", strerror(errno)); in stream_read_sync_callback()
649 security_stream_seterror(&bs->secstr, "%s", strerror(errno)); in stream_read_callback()
H A Dsecurity-util.c131 security_stream_close(&rh->rs->secstr); in sec_close()
221 if (security_stream_write(&rh->rs->secstr, buf, len) < 0) { in stream_sendpkt()
297 security_stream_read_cancel(&rh->rs->secstr); in stream_recvpkt_cancel()
324 security_stream_seterror(&rs->secstr, "%s", rs->rc->errmsg); in tcpm_stream_write()
697 security_streaminit(&rs->secstr, rh->sech.driver); in tcpma_stream_client()
731 security_streaminit(&rs->secstr, rh->sech.driver); in tcpma_stream_server()
779 security_stream_read_cancel(&rs->secstr); in tcpma_stream_close()
800 security_streaminit(&rs->secstr, rh->sech.driver); in tcp1_stream_server()
847 security_stream_seterror(&bs->secstr, in tcp1_stream_accept()
872 security_streaminit(&rs->secstr, rh->sech.driver); in tcp1_stream_client()
[all …]
/dports/misc/amanda-client/amanda-3.3.9/common-src/
H A Dbsd-security.c407 security_streaminit(&bs->secstr, &bsd_security_driver); in bsd_stream_server()
438 security_stream_seterror(&bs->secstr, in bsd_stream_accept()
462 security_streaminit(&bs->secstr, &bsd_security_driver); in bsd_stream_client()
602 security_stream_seterror(&bs->secstr, "%s", strerror(errno)); in stream_read_sync_callback()
649 security_stream_seterror(&bs->secstr, "%s", strerror(errno)); in stream_read_callback()
H A Dsecurity-util.c131 security_stream_close(&rh->rs->secstr); in sec_close()
221 if (security_stream_write(&rh->rs->secstr, buf, len) < 0) { in stream_sendpkt()
297 security_stream_read_cancel(&rh->rs->secstr); in stream_recvpkt_cancel()
324 security_stream_seterror(&rs->secstr, "%s", rs->rc->errmsg); in tcpm_stream_write()
697 security_streaminit(&rs->secstr, rh->sech.driver); in tcpma_stream_client()
731 security_streaminit(&rs->secstr, rh->sech.driver); in tcpma_stream_server()
779 security_stream_read_cancel(&rs->secstr); in tcpma_stream_close()
800 security_streaminit(&rs->secstr, rh->sech.driver); in tcp1_stream_server()
847 security_stream_seterror(&bs->secstr, in tcp1_stream_accept()
872 security_streaminit(&rs->secstr, rh->sech.driver); in tcp1_stream_client()
[all …]
/dports/mail/dovecot/dovecot-2.3.17/src/lib-smtp/
H A Dsmtp-server-transaction.c302 const char *host, *secstr, *rcpt_to = NULL; in smtp_server_transaction_write_trace_record() local
336 secstr = smtp_server_connection_get_security_string(conn); in smtp_server_transaction_write_trace_record()
337 if (secstr != NULL) { in smtp_server_transaction_write_trace_record()
339 str_append(str, secstr); in smtp_server_transaction_write_trace_record()
/dports/multimedia/libv4l/linux-5.13-rc2/arch/arc/include/asm/
H A Dmodule.h18 const char *secstr; member
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/arc/include/asm/
H A Dmodule.h18 const char *secstr; member
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/arc/include/asm/
H A Dmodule.h18 const char *secstr; member

12