Home
last modified time | relevance | path

Searched refs:templ (Results 1 – 20 of 20) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common.cpp229 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 Dsanitizer_libignore.cpp32 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 Dsanitizer_suppressions.cpp99 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 Dsanitizer_suppressions.h24 char *templ; member
H A Dsanitizer_libignore.h53 char *templ; member
H A Dsanitizer_common.h317 bool TemplateMatch(const char *templ, const char *str);
/freebsd/crypto/openssl/external/perl/Text-Template-1.56/lib/Text/
H A DTemplate.pm457 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 Dtsan_suppressions.cpp101 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 Dtsan_interceptors_posix.cpp238 libignore()->AddIgnoredLibrary(s->templ); in InitializeLibIgnore()
/freebsd/lib/libc/resolv/
H A Dres_debug.c1030 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 Dpkcs11.h785 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 Dpkcs11.h785 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 Drules.in190 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 Dlexi.c55 struct templ { struct
64 struct templ specials[] =
193 struct templ *p; in lexi()
/freebsd/crypto/openssl/providers/implementations/keymgmt/
H A Ddsa_kmgmt.c435 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 Ddh_kmgmt.c497 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 Dec_kmgmt.c1050 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 Dztest.c6821 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 Dcore_dispatch.h573 (void *genctx, void *templ))
/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_common.cpp692 matched[i]->weight, matched[i]->templ); in PrintMatchedSuppressions()