Searched refs:templates (Results 1 - 19 of 19) sorted by relevance

/freebsd-10.1-release/etc/
H A Drc.initdiskless264 templates="base default"
266 templates="${templates} ${bootp_ipbca} bcast/${bootp_ipbca}"
269 templates="${templates} ${class}"
272 templates="${templates} ${bootp_ipa} ip/${bootp_ipa}"
278 # Resolve templates in /conf/base, /conf/default, /conf/${bootp_ipbca},
298 log "templates are ${templates}"
[all...]
/freebsd-10.1-release/crypto/openssl/crypto/asn1/
H A Dtasn_fre.c101 if (it->templates)
102 ASN1_template_free(pval, it->templates);
120 tt = it->templates + i;
159 tt = it->templates + it->tcount - 1;
H A Dtasn_new.c128 if (it->templates) {
129 if (!ASN1_template_new(pval, it->templates))
186 for (i = 0, tt = it->templates; i < it->tcount; tt++, i++) {
235 if (it->templates)
236 asn1_template_clear(pval, it->templates);
H A Dtasn_prn.c219 if (it->templates) {
221 it->templates, pctx))
261 tt = it->templates + i;
290 for (i = 0, tt = it->templates; i < it->tcount; i++, tt++) {
H A Dtasn_enc.c146 if (it->templates)
147 return asn1_template_ex_i2d(pval, out, it->templates,
162 chtt = it->templates + i;
216 for (i = 0, tt = it->templates; i < it->tcount; tt++, i++) {
233 for (i = 0, tt = it->templates; i < it->tcount; tt++, i++) {
H A Dtasn_dec.c194 if (it->templates) {
207 it->templates, opt, ctx);
313 tt = it->templates + i;
324 for (i = 0, tt = it->templates; i < it->tcount; i++, tt++) {
399 for (i = 0, tt = it->templates; i < it->tcount; i++, tt++) {
410 for (i = 0, tt = it->templates; i < it->tcount; i++, tt++) {
H A Dasn1t.h567 const ASN1_TEMPLATE *templates; /* If SEQUENCE or CHOICE this contains member in struct:ASN1_ITEM_st
569 long tcount; /* Number of templates if SEQUENCE or CHOICE */
584 * Otherwise templates must contain a single
588 * For SEQUENCE types the templates field points
592 * For CHOICE types the templates field points
/freebsd-10.1-release/contrib/binutils/libiberty/
H A Dcp-demangle.c238 /* A list of templates. This is used while printing. */
259 /* The list of templates which applies to this modifier. */
260 struct d_print_template *templates; member in struct:d_print_mod
294 /* The current list of templates, if any. */
295 struct d_print_template *templates; member in struct:d_print_info
2723 dpi->templates = NULL;
2904 adpm[i].templates = dpi->templates;
2919 dpt.next = dpi->templates;
2920 dpi->templates
[all...]
/freebsd-10.1-release/contrib/gcclibs/libiberty/
H A Dcp-demangle.c206 /* A list of templates. This is used while printing. */
227 /* The list of templates which applies to this modifier. */
228 struct d_print_template *templates; member in struct:d_print_mod
243 /* The current list of templates, if any. */
244 struct d_print_template *templates; member in struct:d_print_info
2694 dpi.templates = NULL;
2770 adpm[i].templates = dpi->templates;
2785 dpt.next = dpi->templates;
2786 dpi->templates
[all...]
/freebsd-10.1-release/contrib/libstdc++/src/
H A DMakefile.am202 $(LTCXXCOMPILE) -D_GLIBCXX_CONCEPT_CHECKS -fimplicit-templates -c $<
204 $(CXXCOMPILE) -D_GLIBCXX_CONCEPT_CHECKS -fimplicit-templates -c $<
221 -fno-implicit-templates \
/freebsd-10.1-release/gnu/lib/libsupc++/
H A DMakefile31 CXXFLAGS+= -fno-implicit-templates -ffunction-sections -fdata-sections
/freebsd-10.1-release/contrib/libstdc++/libsupc++/
H A DMakefile.am85 -fno-implicit-templates \
/freebsd-10.1-release/crypto/openssh/contrib/suse/
H A Dopenssh.spec93 /var/adm/fillup-templates/rc.config.sshd, since Damien merged these into
161 install -d $RPM_BUILD_ROOT/var/adm/fillup-templates
165 $RPM_BUILD_ROOT/var/adm/fillup-templates
233 %attr(0644,root,root) /var/adm/fillup-templates/sysconfig.ssh
/freebsd-10.1-release/contrib/gcc/
H A Dtree-ssa-address.c82 /* The templates. Each of the five bits of the index corresponds to one
85 static GTY (()) struct mem_addr_template templates[32]; variable in typeref:struct:mem_addr_template
171 by using one of the "templates". */
194 /* Reuse the templates for addresses, so that we do not waste memory. */
210 &templates[i].ref,
211 &templates[i].step_p,
212 &templates[i].off_p);
215 templ = templates + TEMPL_IDX (addr->symbol, addr->base, addr->index,
/freebsd-10.1-release/contrib/binutils/gas/config/
H A Dtc-i386.h131 'templates' is for grouping together 'template' structures for opcodes
134 The templates themselves start at START and range up to (but not including)
142 templates; typedef in typeref:struct:__anon328
H A Dtc-i386.c255 /* Possible templates for current insn. */
256 static const templates *current_templates;
1213 templates *core_optab;
1217 core_optab = (templates *) xmalloc (sizeof (templates));
1240 core_optab = (templates *) xmalloc (sizeof (templates));
1744 /* Now we've parsed the mnemonic into a set of templates, and have the
2139 static templates override;
2394 /* We must avoid matching of Imm32 templates whe
[all...]
/freebsd-10.1-release/contrib/gcc/cp/
H A Dpt.c1 /* Handle parameterized types (templates) for GNU C++.
27 file that contains only the method templates and "just win". */
54 /* The PENDING_TEMPLATES is a TREE_LIST of templates whose
549 which the template is a member, or, for member templates, in the
565 the member template and some of its enclosing class templates may
568 class templates are not explicitly specialized as well. */
571 error ("enclosing class templates are not explicitly specialized");
648 which the template is a member, or, for member templates, in the
829 templates with more than one level of parameters.
887 /* Class templates stor
1390 tree templates = NULL_TREE; local
11416 most_specialized_instantiation(tree templates) argument
[all...]
/freebsd-10.1-release/gnu/lib/libstdc++/
H A DMakefile25 CXXFLAGS+= -fno-implicit-templates -ffunction-sections -fdata-sections \
/freebsd-10.1-release/contrib/subversion/
H A Dbuild-outputs.mk2 # FROM build/generator/templates/build-outputs.mk.ezt

Completed in 459 milliseconds