/freebsd/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
|
H A D | sanitizer_common.h | 317 bool TemplateMatch(const char *templ, const char *str);
|
/freebsd/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(@_);
|
/freebsd/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()
|
H A D | tsan_interceptors_posix.cpp | 238 libignore()->AddIgnoredLibrary(s->templ); in InitializeLibIgnore()
|
/freebsd/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()
|
/freebsd/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,
|
/freebsd/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,
|
/freebsd/sys/contrib/openzfs/contrib/debian/ |
H A D | rules.in | 190 for templ in $(wildcard $(CURDIR)/debian/*_KVERS_*.in); do \ 192 …< $$templ > `echo $$templ | sed -e 's/_KVERS_/$(KVERS)/g ; s/_ARCH_/$(DEB_HOST_ARCH)/g ; s/\.in$$/…
|
/freebsd/usr.bin/indent/ |
H A D | lexi.c | 55 struct templ { struct 64 struct templ specials[] = 193 struct templ *p; in lexi()
|
/freebsd/crypto/openssl/providers/implementations/keymgmt/ |
H A D | dsa_kmgmt.c | 435 static int dsa_gen_set_template(void *genctx, void *templ) in dsa_gen_set_template() argument 438 DSA *dsa = templ; in dsa_gen_set_template()
|
H A D | dh_kmgmt.c | 497 static int dh_gen_set_template(void *genctx, void *templ) in dh_gen_set_template() argument 500 DH *dh = templ; in dh_gen_set_template()
|
H A D | ec_kmgmt.c | 1050 static int ec_gen_set_template(void *genctx, void *templ) in ec_gen_set_template() argument 1053 EC_KEY *ec = templ; in ec_gen_set_template()
|
/freebsd/sys/contrib/openzfs/cmd/ |
H A D | ztest.c | 6821 void *buf, *templ; in ztest_blake3() local 6851 templ = abd_checksum_blake3_tmpl_init(&salt); in ztest_blake3() 6857 abd_checksum_blake3_tmpl_free(templ); in ztest_blake3() 6873 templ = abd_checksum_blake3_tmpl_init(&salt); in ztest_blake3() 6875 templ, &zc_res1); in ztest_blake3() 6877 templ, &zc_res2); in ztest_blake3() 6884 templ, &zc_res1); in ztest_blake3() 6886 templ, &zc_res2); in ztest_blake3() 6887 abd_checksum_blake3_tmpl_free(templ); in ztest_blake3()
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | core_dispatch.h | 573 (void *genctx, void *templ))
|
/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/ |
H A D | lsan_common.cpp | 692 matched[i]->weight, matched[i]->templ); in PrintMatchedSuppressions()
|