| /src/crypto/openssl/ssl/ |
| H A D | s3_msg.c | 84 OSSL_RECORD_TEMPLATE templ; in ssl3_dispatch_alert() local 95 templ.type = SSL3_RT_ALERT; in ssl3_dispatch_alert() 96 templ.version = (sc->version == TLS1_3_VERSION) ? TLS1_2_VERSION in ssl3_dispatch_alert() 102 templ.version = TLS1_VERSION; in ssl3_dispatch_alert() 104 templ.buf = &sc->s3.send_alert[0]; in ssl3_dispatch_alert() 105 templ.buflen = 2; in ssl3_dispatch_alert() 130 sc->rlayer.wrlmethod->write_records(sc->rlayer.wrl, &templ, 1)); in ssl3_dispatch_alert() 134 sc->rlayer.wpend_tot = templ.buflen; in ssl3_dispatch_alert() 135 sc->rlayer.wpend_type = templ.type; in ssl3_dispatch_alert() 136 sc->rlayer.wpend_buf = templ.buf; in ssl3_dispatch_alert()
|
| /src/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_common.cpp | 229 bool TemplateMatch(const char *templ, const char *str) { in TemplateMatch() argument 233 if (templ && templ[0] == '^') { in TemplateMatch() 235 templ++; in TemplateMatch() 238 while (templ && templ[0]) { in TemplateMatch() 239 if (templ[0] == '*') { in TemplateMatch() 240 templ++; in TemplateMatch() 245 if (templ[0] == '$') in TemplateMatch() 249 char *tpos = (char*)internal_strchr(templ, '*'); in TemplateMatch() 250 char *tpos1 = (char*)internal_strchr(templ, '$'); in TemplateMatch() 256 const char *spos = internal_strstr(str, templ); in TemplateMatch() [all …]
|
| H A D | sanitizer_libignore.cpp | 32 lib->templ = internal_strdup(name_templ); in AddIgnoredLibrary() 47 TemplateMatch(lib->templ, name)) in OnLibraryLoaded() 62 if (!TemplateMatch(lib->templ, mod.full_name()) && in OnLibraryLoaded() 69 SanitizerToolName, lib->templ, lib->name, mod.full_name()); in OnLibraryLoaded() 78 lib->templ, mod.full_name()); in OnLibraryLoaded() 93 SanitizerToolName, lib->name, lib->templ); in OnLibraryLoaded()
|
| H A D | sanitizer_suppressions.cpp | 99 if (0 == internal_strcmp(cur.type, type) && TemplateMatch(cur.templ, str)) { in Match() 149 s.templ = (char*)InternalAlloc(end2 - line + 1); in Parse() 150 internal_memcpy(s.templ, line, end2 - line); in Parse() 151 s.templ[end2 - line] = 0; in Parse()
|
| H A D | sanitizer_suppressions.h | 24 char *templ; member
|
| H A D | sanitizer_libignore.h | 53 char *templ; member
|
| /src/crypto/openssl/external/perl/Text-Template-1.56/lib/Text/ |
| H A D | Template.pm | 457 my $templ = $pack->new(TYPE => 'STRING', SOURCE => $text, @_) 460 $templ->compile or return undef; 462 my $result = $templ->fill_in(@_); 479 my $templ = Text::Template->new(TYPE => 'FILE', SOURCE => $fn, @_) or return undef; 481 $templ->compile or return undef; 483 my $text = $templ->fill_in(@_);
|
| /src/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_suppressions.cpp | 101 VPrintf(2, "ThreadSanitizer: matched suppression '%s'\n", (*sp)->templ); in IsSuppressed() 139 VPrintf(2, "ThreadSanitizer: matched suppression '%s'\n", s->templ); in IsSuppressed() 160 matched[i]->type, matched[i]->templ); in PrintMatchedSuppressions()
|
| /src/lib/libc/resolv/ |
| H A D | res_debug.c | 1030 u_int32_t templ; in loc_ntoa() local 1050 GETLONG(templ, cp); in loc_ntoa() 1051 latval = (templ - ((unsigned)1<<31)); in loc_ntoa() 1053 GETLONG(templ, cp); in loc_ntoa() 1054 longval = (templ - ((unsigned)1<<31)); in loc_ntoa() 1056 GETLONG(templ, cp); in loc_ntoa() 1057 if (templ < referencealt) { /*%< below WGS 84 spheroid */ in loc_ntoa() 1058 altval = referencealt - templ; in loc_ntoa() 1061 altval = templ - referencealt; in loc_ntoa()
|
| /src/crypto/heimdal/lib/hx509/ref/ |
| H A D | pkcs11.h | 785 struct ck_attribute *templ, 789 struct ck_attribute *templ, unsigned long count, 801 struct ck_attribute *templ, 806 struct ck_attribute *templ, 810 struct ck_attribute *templ, 955 struct ck_attribute *templ, 980 struct ck_attribute *templ, 987 struct ck_attribute *templ,
|
| /src/crypto/krb5/src/plugins/preauth/pkinit/ |
| H A D | pkcs11.h | 783 struct ck_attribute *templ, 787 struct ck_attribute *templ, unsigned long count, 799 struct ck_attribute *templ, 804 struct ck_attribute *templ, 808 struct ck_attribute *templ, 953 struct ck_attribute *templ, 978 struct ck_attribute *templ, 985 struct ck_attribute *templ,
|
| /src/crypto/openssh/ |
| H A D | pkcs11.h | 785 struct ck_attribute *templ, 789 struct ck_attribute *templ, unsigned long count, 801 struct ck_attribute *templ, 806 struct ck_attribute *templ, 810 struct ck_attribute *templ, 955 struct ck_attribute *templ, 980 struct ck_attribute *templ, 987 struct ck_attribute *templ,
|
| /src/sys/contrib/openzfs/contrib/debian/ |
| H A D | rules.in | 173 for templ in $(wildcard $(CURDIR)/debian/*_KVERS_*.in); do \ 175 …< $$templ > `echo $$templ | sed -e 's/_KVERS_/$(KVERS)/g ; s/_ARCH_/$(DEB_HOST_ARCH)/g ; s/\.in$$/…
|
| /src/usr.bin/indent/ |
| H A D | lexi.c | 55 struct templ { struct 64 struct templ specials[] = 193 struct templ *p; in lexi()
|
| /src/crypto/openssl/ssl/record/methods/ |
| H A D | recmethod_local.h | 173 OSSL_RECORD_TEMPLATE *templ, 422 OSSL_RECORD_TEMPLATE *templ, 507 OSSL_RECORD_TEMPLATE *templ,
|
| H A D | dtls_meth.c | 700 OSSL_RECORD_TEMPLATE *templ, in dtls_prepare_record_header() argument 708 maxcomplen = templ->buflen; in dtls_prepare_record_header() 713 || !WPACKET_put_bytes_u16(thispkt, templ->version) in dtls_prepare_record_header()
|
| H A D | ktls_meth.c | 490 OSSL_RECORD_TEMPLATE *templ, in ktls_prepare_record_header() argument 511 OSSL_RECORD_TEMPLATE *templ, in ktls_post_encryption_processing() argument
|
| H A D | tls_common.c | 1610 OSSL_RECORD_TEMPLATE *templ, in tls_prepare_record_header_default() argument 1618 maxcomplen = templ->buflen; in tls_prepare_record_header_default() 1623 || !WPACKET_put_bytes_u16(thispkt, templ->version) in tls_prepare_record_header_default()
|
| /src/crypto/openssl/crypto/evp/ |
| H A D | keymgmt_meth.c | 396 void *templ) in evp_keymgmt_gen_set_template() argument 406 return keymgmt->gen_set_template(genctx, templ); in evp_keymgmt_gen_set_template()
|
| /src/crypto/openssl/providers/implementations/keymgmt/ |
| H A D | dsa_kmgmt.c | 437 static int dsa_gen_set_template(void *genctx, void *templ) in dsa_gen_set_template() argument 440 DSA *dsa = templ; in dsa_gen_set_template()
|
| H A D | dh_kmgmt.c | 499 static int dh_gen_set_template(void *genctx, void *templ) in dh_gen_set_template() argument 502 DH *dh = templ; in dh_gen_set_template()
|
| H A D | ec_kmgmt.c | 1025 static int ec_gen_set_template(void *genctx, void *templ) in ec_gen_set_template() argument 1028 EC_KEY *ec = templ; in ec_gen_set_template()
|
| /src/sys/contrib/openzfs/cmd/ |
| H A D | ztest.c | 6826 void *buf, *templ; in ztest_blake3() local 6856 templ = abd_checksum_blake3_tmpl_init(&salt); in ztest_blake3() 6862 abd_checksum_blake3_tmpl_free(templ); in ztest_blake3() 6878 templ = abd_checksum_blake3_tmpl_init(&salt); in ztest_blake3() 6880 templ, &zc_res1); in ztest_blake3() 6882 templ, &zc_res2); in ztest_blake3() 6889 templ, &zc_res1); in ztest_blake3() 6891 templ, &zc_res2); in ztest_blake3() 6892 abd_checksum_blake3_tmpl_free(templ); in ztest_blake3()
|
| /src/crypto/openssl/include/crypto/ |
| H A D | evp.h | 836 void *templ);
|
| /src/contrib/llvm-project/compiler-rt/lib/lsan/ |
| H A D | lsan_common.cpp | 692 matched[i]->weight, matched[i]->templ); in PrintMatchedSuppressions()
|