Searched refs:template1 (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/crypto/external/bsd/openssl.old/dist/external/perl/Text-Template-1.46/t/
H A D10-delimiters.t22 $template1 = Text::Template->new(TYPE => STRING,
27 $text = $template1->fill_in();
32 $template1 = Text::Template->new(TYPE => STRING, SOURCE => $template);
33 $text = $template1->fill_in(DELIMITERS => ['<<', '>>']);
40 $template1 = Text::Template->new(TYPE => STRING,
45 $text = $template1->fill_in();
50 $template1 = Text::Template->new(TYPE => STRING, SOURCE => $template);
51 $text = $template1->fill_in(DELIMITERS => ['[', ']']);
H A D04-safe.t40 $template1 = new Text::Template ('type' => 'STRING', 'source' => $goodtemplate)
45 $text1 = $template1->fill_in();
46 $text2 = $template1->fill_in(SAFE => $c);
86 $template1 = new Text::Template ('type' => 'STRING', 'source' => $badtemplate)
91 $text1 = $template1->fill_in();
92 $text2 = $template1->fill_in(SAFE => $c);
96 $text4 = $template1->fill_in();
131 $template1 = new Text::Template ('type' => 'STRING', 'source' => $template)
136 $text1 = $template1->fill_in();
137 $text2 = $template1
[all...]
/netbsd-current/crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.56/t/
H A Ddelimiters.t17 my $template1 = Text::Template->new(
23 my $text = $template1->fill_in();
27 $template1 = Text::Template->new(TYPE => 'STRING', SOURCE => $template);
28 $text = $template1->fill_in(DELIMITERS => [ '<<', '>>' ]);
34 $template1 = Text::Template->new(
40 $text = $template1->fill_in();
44 $template1 = Text::Template->new(TYPE => 'STRING', SOURCE => $template);
45 $text = $template1->fill_in(DELIMITERS => [ '[', ']' ]);
H A Dsafe.t37 my $template1 = Text::Template->new(type => 'STRING', source => $goodtemplate);
40 my $text1 = $template1->fill_in();
43 my $text2 = $template1->fill_in(SAFE => $c);
71 $template1 = Text::Template->new('type' => 'STRING', 'source' => $badtemplate);
72 isa_ok $template1, 'Text::Template';
78 $text1 = $template1->fill_in();
81 $text2 = $template1->fill_in(SAFE => $c);
87 my $text4 = $template1->fill_in();
107 $template1 = Text::Template->new('type' => 'STRING', 'source' => $template);
108 isa_ok $template1, 'Tex
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/ia64/
H A Dia64.c9150 int pos = 0, max_pos, template0, template1;
9301 template0 = template1 = -1;
9348 template1 = get_template (curr_state->dfa_state, 3);
9352 if (max_pos > 3 && template1 < 0)
9356 template1 = get_template (curr_state->dfa_state, 3);
9376 template0 = template1;
9377 template1 = -1;
9401 template0 = template1;
9402 template1 = -1;
9421 template0 = template1;
9133 int pos = 0, max_pos, template0, template1; local
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/config/ia64/
H A Dia64.cc9150 int pos = 0, max_pos, template0, template1;
9301 template0 = template1 = -1;
9348 template1 = get_template (curr_state->dfa_state, 3);
9352 if (max_pos > 3 && template1 < 0)
9356 template1 = get_template (curr_state->dfa_state, 3);
9376 template0 = template1;
9377 template1 = -1;
9401 template0 = template1;
9402 template1 = -1;
9421 template0 = template1;
[all...]

Completed in 210 milliseconds