HomeSort by: relevance | last modified time | path
    Searched refs:PREPEND (Results 1 - 25 of 30) sorted by relevancy

1 2

  /src/crypto/external/apache2/openssl/dist/external/perl/Text-Template-1.56/t/
prepend.t 3 # Tests for PREPEND features
26 PREPEND => q{$foo = "template"});
33 my $t3 = $tmpl2->fill_in(PREPEND => q{$foo = "fillin"}, PACKAGE => 'T3');
47 PREPEND => q{$foo = "template"});
54 $t3 = $tmpl2->fill_in(PREPEND => q{$foo = "fillin"}, PACKAGE => 'T6');
67 PREPEND => q{$foo = "template"});
74 $t3 = $tmpl2->fill_in(PREPEND => q{$foo = "fillin"}, PACKAGE => 'T6');
strict.t 26 PREPEND => q{$foo = "template"});
37 # prepend overrides the hash values
39 PREPEND => q{$foo = "fillin"},
46 is $t3, "The value of \$foo is: fillin", "hash values with prepend, prepend wins, even under strict.";
  /src/crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.56/t/
prepend.t 3 # Tests for PREPEND features
26 PREPEND => q{$foo = "template"});
33 my $t3 = $tmpl2->fill_in(PREPEND => q{$foo = "fillin"}, PACKAGE => 'T3');
47 PREPEND => q{$foo = "template"});
54 $t3 = $tmpl2->fill_in(PREPEND => q{$foo = "fillin"}, PACKAGE => 'T6');
67 PREPEND => q{$foo = "template"});
74 $t3 = $tmpl2->fill_in(PREPEND => q{$foo = "fillin"}, PACKAGE => 'T6');
strict.t 26 PREPEND => q{$foo = "template"});
37 # prepend overrides the hash values
39 PREPEND => q{$foo = "fillin"},
46 is $t3, "The value of \$foo is: fillin", "hash values with prepend, prepend wins, even under strict.";
  /src/crypto/external/bsd/openssl.old/dist/external/perl/Text-Template-1.46/t/
11-prepend.t 3 # Tests for PREPEND features
30 PREPEND => q{$foo = "template"},
38 $t3 = $tmpl2->fill_in(PREPEND => q{$foo = "fillin"}, PACKAGE => 'T3');
54 PREPEND => q{$foo = "template"},
62 $t3 = $tmpl2->fill_in(PREPEND => q{$foo = "fillin"}, PACKAGE => 'T6');
77 PREPEND => q{$foo = "template"},
85 $t3 = $tmpl2->fill_in(PREPEND => q{$foo = "fillin"}, PACKAGE => 'T6');
  /src/lib/libc/include/isc/
list.h 43 #define PREPEND(list, elt, link) \
94 PREPEND(list, elt, link); \
  /src/external/bsd/libbind/dist/include/isc/
list.h 43 #define PREPEND(list, elt, link) \
94 PREPEND(list, elt, link); \
  /src/crypto/external/apache2/openssl/dist/util/
dofile.pl 72 my $prepend = <<"_____";
92 PREPEND => $prepend,
  /src/crypto/external/bsd/openssl/dist/util/
dofile.pl 72 my $prepend = <<"_____";
92 PREPEND => $prepend,
  /src/external/bsd/libbind/dist/resolv/
res_update.c 150 /* Construct zone section and prepend it. */
157 PREPEND(zptr->z_rrlist, rrecp, r_glink);
  /src/crypto/external/apache2/openssl/dist/
configdata.pm.in 127 my $prepend = <<'_____';
143 PREPEND => $prepend,
165 PREPEND => $prepend,
  /src/crypto/external/bsd/openssl/dist/
configdata.pm.in 127 my $prepend = <<'_____';
143 PREPEND => $prepend,
165 PREPEND => $prepend,
  /src/external/bsd/ntp/dist/libntp/lib/isc/include/isc/
util.h 201 #define PREPEND(list, elt, link) ISC_LIST_PREPEND(list, elt, link)
  /src/external/mpl/dhcp/dist/includes/
dhctoken.h 132 PREPEND = 327,
  /src/external/mpl/dhcp/dist/keama/
dhctoken.h 136 PREPEND = 327,
conflex.c 1240 return PREPEND;
  /src/external/mpl/bind/dist/lib/isc/include/isc/
util.h 248 #define PREPEND(list, elt, link) ISC_LIST_PREPEND(list, elt, link)
  /src/external/mpl/bind/dist/lib/isc/
symtab.c 251 * We prepend so that the most recent definition will be found.
253 PREPEND(symtab->table[bucket], elt, link);
  /src/external/mpl/dhcp/bind/dist/lib/isc/include/isc/
util.h 218 #define PREPEND(list, elt, link) ISC_LIST_PREPEND(list, elt, link)
  /src/external/mpl/dhcp/bind/dist/lib/isc/
symtab.c 256 * We prepend so that the most recent definition will be found.
258 PREPEND(symtab->table[bucket], elt, link);
  /src/crypto/external/apache2/openssl/dist/external/perl/Text-Template-1.56/lib/Text/
Template.pm 65 my $prepend = _param('prepend', %a);
82 PREPEND => $prepend,
89 # Under 5.005_03, if any of $stype, $prepend, $untaint, or $broken
279 my $t = $self->{PREPEND};
288 $self->{PREPEND} = $_[1] if $#_ >= 1;
311 my $fi_prepend = _param('prepend', %fi_a);
625 $template = Text::Template->new(PREPEND => q{use strict;}, ...);
662 # Prepend specified perl code to each fragment before evaluating
    [all...]
  /src/crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.56/lib/Text/
Template.pm 65 my $prepend = _param('prepend', %a);
82 PREPEND => $prepend,
89 # Under 5.005_03, if any of $stype, $prepend, $untaint, or $broken
279 my $t = $self->{PREPEND};
288 $self->{PREPEND} = $_[1] if $#_ >= 1;
311 my $fi_prepend = _param('prepend', %fi_a);
625 $template = Text::Template->new(PREPEND => q{use strict;}, ...);
662 # Prepend specified perl code to each fragment before evaluating
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/external/perl/Text-Template-1.46/lib/Text/
Template.pm 56 my $prepend = _param('prepend', %a);
68 PREPEND => $prepend,
73 # Under 5.005_03, if any of $stype, $prepend, $untaint, or $broken
226 my $t = $self->{PREPEND};
233 $self->{PREPEND} = $_[1] if $#_ >= 1;
259 my $fi_prepend = _param('prepend', %fi_a);
498 $template = Text::Template->new(PREPEND => q{use strict;}, ...);
535 # Prepend specified perl code to each fragment before evaluating
    [all...]
  /src/external/mpl/dhcp/dist/common/
conflex.c 1262 return PREPEND;
  /src/crypto/external/bsd/openssl.old/dist/
Configure 1813 PREPEND => qq{use lib "$FindBin::Bin/util/perl";});

Completed in 45 milliseconds

1 2