Home
last modified time | relevance | path

Searched refs:templates (Results 1 – 25 of 334) sorted by relevance

12345678910>>...14

/netbsd/src/external/bsd/kyua-cli/dist/utils/text/
Dtemplates_test.cpp56 do_test_ok(const text::templates_def& templates, const std::string& input_str, in do_test_ok() argument
62 text::instantiate(templates, input, output); in do_test_ok()
76 do_test_fail(const text::templates_def& templates, const std::string& input_str, in do_test_fail() argument
83 text::instantiate(templates, input, output)); in do_test_fail()
93 text::templates_def templates; in ATF_TEST_CASE_BODY() local
94 templates.add_variable("the-name", "first-value"); in ATF_TEST_CASE_BODY()
95 ATF_REQUIRE_EQ("first-value", templates.get_variable("the-name")); in ATF_TEST_CASE_BODY()
102 text::templates_def templates; in ATF_TEST_CASE_BODY() local
103 templates.add_variable("the-name", "first-value"); in ATF_TEST_CASE_BODY()
104 templates.add_variable("the-name", "second-value"); in ATF_TEST_CASE_BODY()
[all …]
Dtemplates.cpp734 text::instantiate(const templates_def& templates, in instantiate() argument
737 templates_parser parser(templates, "%", "%%"); in instantiate()
751 text::instantiate(const templates_def& templates, in instantiate() argument
762 instantiate(templates, input, output); in instantiate()
/netbsd/src/external/bsd/kyua-cli/dist/cli/
Dcmd_report_html.cpp121 add_map(text::templates_def& templates, const config::properties_map& props, in add_map() argument
124 templates.add_vector(key_vector); in add_map()
125 templates.add_vector(value_vector); in add_map()
129 templates.add_to_vector(key_vector, (*iter).first); in add_map()
130 templates.add_to_vector(value_vector, (*iter).second); in add_map()
158 text::templates_def templates; in common_templates() local
159 templates.add_variable("css", "report.css"); in common_templates()
160 return templates; in common_templates()
227 generate(const text::templates_def& templates, in generate() argument
237 text::instantiate(templates, template_file, output_path); in generate()
[all …]
/netbsd/src/external/gpl3/gcc/lib/libstdc++-v3/
DMakefile67 CXXFLAGS+= -fno-implicit-templates
105 COPTS.concept-inst.cc += -fimplicit-templates
106 COPTS.collate_members_cow.cc += -fimplicit-templates
107 COPTS.messages_members_cow.cc += -fimplicit-templates
108 COPTS.monetary_members_cow.cc += -fimplicit-templates
109 COPTS.numeric_members_cow.cc += -fimplicit-templates
110 COPTS.hashtable_c++0x.cc += -fimplicit-templates
111 COPTS.c++locale.cc += -fimplicit-templates
211 COPTS.${f}.cc+= -fimplicit-templates ${G_GLIBCXX_ABI_FLAGS}
/netbsd/src/sys/external/bsd/acpica/dist/generate/release/
Dbuild.sh225 mkdir $TEMP_DIR/tests/templates
247 cp -r tests/templates/Makefile $TEMP_DIR/tests/templates
248 cp -r tests/templates/templates.sh $TEMP_DIR/tests/templates
/netbsd/src/crypto/external/bsd/openssl/dist/crypto/asn1/
Dtasn_fre.c48 if (it->templates) in ossl_asn1_item_embed_free()
49 ossl_asn1_template_free(pval, it->templates); in ossl_asn1_item_embed_free()
68 tt = it->templates + i; in ossl_asn1_item_embed_free()
105 tt = it->templates + it->tcount; in ossl_asn1_item_embed_free()
Dtasn_new.c90 if (it->templates) { in asn1_item_embed_new()
91 if (!asn1_template_new(pval, it->templates, libctx, propq)) in asn1_item_embed_new()
149 for (i = 0, tt = it->templates; i < it->tcount; tt++, i++) { in asn1_item_embed_new()
189 if (it->templates) in asn1_item_clear()
190 asn1_template_clear(pval, it->templates); in asn1_item_clear()
Dtasn_enc.c103 if (it->templates) in ASN1_item_ex_i2d()
104 return asn1_template_ex_i2d(pval, out, it->templates, in ASN1_item_ex_i2d()
134 chtt = it->templates + i; in ASN1_item_ex_i2d()
174 for (i = 0, tt = it->templates; i < it->tcount; tt++, i++) { in ASN1_item_ex_i2d()
193 for (i = 0, tt = it->templates; i < it->tcount; tt++, i++) { in ASN1_item_ex_i2d()
Dtasn_prn.c167 if (it->templates) { in asn1_item_print_ctx()
169 it->templates, pctx)) in asn1_item_print_ctx()
205 tt = it->templates + i; in asn1_item_print_ctx()
234 for (i = 0, tt = it->templates; i < it->tcount; i++, tt++) { in asn1_item_print_ctx()
Dtasn_dec.c202 if (it->templates) { in asn1_item_embed_d2i()
214 return asn1_template_ex_d2i(pval, in, len, it->templates, opt, ctx, in asn1_item_embed_d2i()
282 tt = it->templates + i; in asn1_item_embed_d2i()
293 for (i = 0, tt = it->templates; i < it->tcount; i++, tt++) { in asn1_item_embed_d2i()
375 for (i = 0, tt = it->templates; i < it->tcount; i++, tt++) { in asn1_item_embed_d2i()
388 for (i = 0, tt = it->templates; i < it->tcount; i++, tt++) { in asn1_item_embed_d2i()
/netbsd/src/sys/external/bsd/acpica/dist/tests/templates/
DMakefile28 templates : target
29 sh templates.sh
/netbsd/src/external/gpl3/gdb/dist/libiberty/
Dcp-demangle.c271 struct d_print_template *templates; member
307 struct d_print_template *templates; member
341 struct d_print_template *templates; member
4532 dpi->templates = NULL; in d_print_init()
4741 if (dpi->templates == NULL) in d_lookup_template_argument()
4748 (d_right (dpi->templates->template_decl), in d_lookup_template_argument()
4879 link = &scope->templates; in d_save_scope()
4881 for (src = dpi->templates; src != NULL; src = src->next) in d_save_scope()
5186 adpm[i].templates = dpi->templates; in d_print_comp_inner()
5225 adpm[i - 1].templates = dpi->templates; in d_print_comp_inner()
[all …]
/netbsd/src/external/gpl3/binutils/dist/libiberty/
Dcp-demangle.c271 struct d_print_template *templates; member
307 struct d_print_template *templates; member
341 struct d_print_template *templates; member
4532 dpi->templates = NULL; in d_print_init()
4741 if (dpi->templates == NULL) in d_lookup_template_argument()
4748 (d_right (dpi->templates->template_decl), in d_lookup_template_argument()
4879 link = &scope->templates; in d_save_scope()
4881 for (src = dpi->templates; src != NULL; src = src->next) in d_save_scope()
5186 adpm[i].templates = dpi->templates; in d_print_comp_inner()
5225 adpm[i - 1].templates = dpi->templates; in d_print_comp_inner()
[all …]
/netbsd/src/external/gpl3/gcc/dist/libiberty/
Dcp-demangle.c271 struct d_print_template *templates; member
307 struct d_print_template *templates; member
341 struct d_print_template *templates; member
4305 dpi->templates = NULL; in d_print_init()
4514 if (dpi->templates == NULL) in d_lookup_template_argument()
4521 (d_right (dpi->templates->template_decl), in d_lookup_template_argument()
4652 link = &scope->templates; in d_save_scope()
4654 for (src = dpi->templates; src != NULL; src = src->next) in d_save_scope()
4900 adpm[i].templates = dpi->templates; in d_print_comp_inner()
4939 adpm[i - 1].templates = dpi->templates; in d_print_comp_inner()
[all …]
/netbsd/src/external/ibm-public/postfix/dist/proto/
Dbounce16 # templates with message headers and message text. Sites can
57 # The template file can specify templates for failed mail,
59 # These templates are named \fBfailure_template\fR,
62 # have to specify all four templates in a bounce template
94 # The usage and specification of bounce templates is
106 # Examples of all templates can be found in the file
/netbsd/src/external/bsd/libarchive/dist/libarchive/
Darchive_private.h163 int __archive_mkstemp(wchar_t *templates);
165 int __archive_mkstemp(char *templates);
/netbsd/src/external/gpl3/binutils/dist/gold/
DREADME38 possible. In order to do this, many classes are actually templates
42 class templates also have an endianness parameter: true for
55 The gold source code uses templates heavily. Building it requires a
/netbsd/src/crypto/dist/ipsec-tools/rpm/suse/
Dipsec-tools.spec.in73 mkdir -p $RPM_BUILD_ROOT/var/adm/fillup-templates
74 install -m 644 $RPM_SOURCE_DIR/sysconfig.racoon $RPM_BUILD_ROOT/var/adm/fillup-templates/
100 /var/adm/fillup-templates/sysconfig.racoon
/netbsd/src/external/bsd/file/dist/magic/magdir/
Driff315 # Picture templates created by newer software start with RIFF type CDT
318 # Picture templates with version 4.4
330 # Corel Draw templates with version 12.5 or Corel Designer illustration 12
659 # TODO: distinguish templates with version 12.5 from Designer illustration 12
660 # display information of RIFF based Corel Draw pictures, templates and patterns
667 # used by newer pictures templates
669 # used by templates with newer versions since 16
672 # used by templates with older versions with vrsn tag
674 # used by templates with older versions 14-15
677 # used by templates with older versions 11-13
[all …]
/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
DChangeLog.ptr12 the tree in pieces while processing templates.
51 * typeck.c (build_binary_op): For templates build the
DChangeLog-1997100 * decl2.c (finish_file): Lose handling of templates in pending_statics.
125 * pt.c (instantiate_decl): Defer all templates but inline functions.
400 * friend.c (do_friend): Warn about non-template friends in templates.
453 member templates.
490 (comp_template_args): Handle member templates required by tsubst.
625 member functions that are not member templates.
746 non-templates.
767 of member templates.
950 (get_first_fn): Handle function templates.
1115 member templates using the same parameter names can be declared.
[all …]
/netbsd/src/external/gpl3/gcc/lib/libsupc++/
DMakefile.common98 COPTS.${_f}+= -std=gnu++17 -fimplicit-templates
102 COPTS.${_f}+= -std=gnu++20 -fimplicit-templates
/netbsd/src/distrib/syspkg/sets/misc/misc-sendmail-share/
DCOMMENT1 m4 templates for sendmail configuration
DDESCR1 m4 templates for sendmail configuration
/netbsd/src/lib/libc/softfloat/
Dsoftfloat-source.txt107 templates
111 templates
148 Alongside the supplied target-specific directories is a `templates'
150 new target directory can be created by copying the `templates' directory and
153 that the `templates' directory will not work as a target directory without
155 the files inside `templates' directly.
294 subdirectory by copying the given `templates' directory.

12345678910>>...14