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

/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_libignore.cpp32 lib->templ = internal_strdup(name_templ);
47 TemplateMatch(lib->templ, name))
62 if (!TemplateMatch(lib->templ, mod.full_name()) &&
69 SanitizerToolName, lib->templ, lib->name, mod.full_name());
78 lib->templ, mod.full_name());
93 SanitizerToolName, lib->name, lib->templ);
H A Dsanitizer_common.cpp229 bool TemplateMatch(const char *templ, const char *str) { argument
233 if (templ && templ[0] == '^') {
235 templ++;
238 while (templ && templ[0]) {
239 if (templ[0] == '*') {
240 templ++;
245 if (templ[0] == '$')
249 char *tpos = (char*)internal_strchr(templ, '*');
[all...]
H A Dsanitizer_suppressions.h24 char *templ; member in struct:__sanitizer::Suppression
H A Dsanitizer_suppressions.cpp99 if (0 == internal_strcmp(cur.type, type) && TemplateMatch(cur.templ, str)) {
149 s.templ = (char*)InternalAlloc(end2 - line + 1);
150 internal_memcpy(s.templ, line, end2 - line);
151 s.templ[end2 - line] = 0;
H A Dsanitizer_libignore.h53 char *templ; member in struct:__sanitizer::LibIgnore::Lib
H A Dsanitizer_common.h318 bool TemplateMatch(const char *templ, const char *str);
/freebsd-current/usr.bin/indent/
H A Dlexi.c55 struct templ { struct
62 * search. For the same reason, string must be the first thing in struct templ.
64 struct templ specials[] =
193 struct templ *p;
/freebsd-current/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_suppressions.cpp101 VPrintf(2, "ThreadSanitizer: matched suppression '%s'\n", (*sp)->templ);
139 VPrintf(2, "ThreadSanitizer: matched suppression '%s'\n", s->templ);
160 matched[i]->type, matched[i]->templ);
H A Dtsan_interceptors_posix.cpp238 libignore()->AddIgnoredLibrary(s->templ);
/freebsd-current/sys/contrib/openzfs/contrib/debian/
H A Drules.in184 for templ in $(wildcard $(CURDIR)/debian/*_KVERS_*.in); do \
186 < $$templ > `echo $$templ | sed -e 's/_KVERS_/$(KVERS)/g ; s/_ARCH_/$(DEB_HOST_ARCH)/g ; s/\.in$$//'` ; \
/freebsd-current/lib/libc/resolv/
H A Dres_debug.c1030 u_int32_t templ; local
1050 GETLONG(templ, cp);
1051 latval = (templ - ((unsigned)1<<31));
1053 GETLONG(templ, cp);
1054 longval = (templ - ((unsigned)1<<31));
1056 GETLONG(templ, cp);
1057 if (templ < referencealt) { /*%< below WGS 84 spheroid */
1058 altval = referencealt - templ;
1061 altval = templ - referencealt;
/freebsd-current/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-current/crypto/heimdal/lib/hx509/ref/
H A Dpkcs11.h787 struct ck_attribute *templ,
791 struct ck_attribute *templ, unsigned long count,
803 struct ck_attribute *templ,
808 struct ck_attribute *templ,
812 struct ck_attribute *templ,
957 struct ck_attribute *templ,
982 struct ck_attribute *templ,
989 struct ck_attribute *templ,
/freebsd-current/crypto/openssl/providers/implementations/keymgmt/
H A Ddsa_kmgmt.c435 static int dsa_gen_set_template(void *genctx, void *templ) argument
438 DSA *dsa = templ;
H A Ddh_kmgmt.c497 static int dh_gen_set_template(void *genctx, void *templ) argument
500 DH *dh = templ;
H A Dec_kmgmt.c1050 static int ec_gen_set_template(void *genctx, void *templ) argument
1053 EC_KEY *ec = templ;
/freebsd-current/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-current/sys/contrib/openzfs/cmd/
H A Dztest.c6776 void *buf, *templ; local
6806 templ = abd_checksum_blake3_tmpl_init(&salt);
6812 abd_checksum_blake3_tmpl_free(templ);
6828 templ = abd_checksum_blake3_tmpl_init(&salt);
6830 templ, &zc_res1);
6832 templ, &zc_res2);
6839 templ, &zc_res1);
6841 templ, &zc_res2);
6842 abd_checksum_blake3_tmpl_free(templ);
/freebsd-current/crypto/openssl/include/openssl/
H A Dcore_dispatch.h573 (void *genctx, void *templ))
/freebsd-current/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_common.cpp692 matched[i]->weight, matched[i]->templ);

Completed in 211 milliseconds