HomeSort by: relevance | last modified time | path
    Searched refs:quotify1 (Results 1 - 13 of 13) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/util/perl/OpenSSL/
Util.pm 19 @EXPORT = qw(cmp_versions quotify1 quotify_l fixup_cmd_elements fixup_cmd
95 =item quotify1 STRING
104 sub quotify1 { subroutine
115 it quotified with 'quotify1'.
125 quotify1($_);
305 quotify1($_) . " => " . dump_data($ref->{$_}, %subopts);
313 $product = defined $$ref ? quotify1 $$ref : "undef";
315 $product = defined $ref ? quotify1 $ref : "undef";
Template.pm 72 $self->SUPER::fill_in(HASH => { quotify1 => \&quotify1,
  /src/crypto/external/bsd/openssl/dist/util/perl/OpenSSL/
Util.pm 19 @EXPORT = qw(cmp_versions quotify1 quotify_l fixup_cmd_elements fixup_cmd
95 =item quotify1 STRING
104 sub quotify1 { subroutine
115 it quotified with 'quotify1'.
125 quotify1($_);
286 quotify1($_) . " => " . dump_data($ref->{$_}, %subopts);
294 $product = defined $$ref ? quotify1 $$ref : "undef";
296 $product = defined $ref ? quotify1 $ref : "undef";
Template.pm 72 $self->SUPER::fill_in(HASH => { quotify1 => \&quotify1,
  /src/crypto/external/bsd/openssl.old/dist/util/
dofile.pl 98 # quotify1 STRING
101 sub quotify1 { subroutine
109 # it quotified with 'quotify1'
115 quotify1($_);
204 quotify1 => \&quotify1,
  /src/crypto/external/apache2/openssl/dist/Configurations/
windows-makefile.tmpl 87 join(" ", map { quotify1(platform->sharedlib_import($_)
105 join(" ", map { quotify1(platform->dso($_)) }
111 join(" ", map { quotify1(platform->dsopdb($_)) }
117 join(" ", map { quotify1(platform->dso($_)) }
124 join(" ", map { quotify1(platform->dsopdb($_)) }
130 join(" ", map { quotify1(platform->dso($_)) }
137 join(" ", map { quotify1(platform->bin($_)) }
142 join(" ", map { quotify1(platform->binpdb($_)) }
147 join(" ", map { quotify1($_) }
153 join(" ", map { quotify1($_)
    [all...]
unix-Makefile.tmpl 443 (map { '-I'.quotify1($_) }
477 (map { '-I'.quotify1($_) }
  /src/crypto/external/bsd/openssl/dist/Configurations/
windows-makefile.tmpl 87 join(" ", map { quotify1(platform->sharedlib_import($_)
105 join(" ", map { quotify1(platform->dso($_)) }
111 join(" ", map { quotify1(platform->dsopdb($_)) }
117 join(" ", map { quotify1(platform->dso($_)) }
124 join(" ", map { quotify1(platform->dsopdb($_)) }
130 join(" ", map { quotify1(platform->dso($_)) }
137 join(" ", map { quotify1(platform->bin($_)) }
142 join(" ", map { quotify1(platform->binpdb($_)) }
147 join(" ", map { quotify1($_) }
153 join(" ", map { quotify1($_)
    [all...]
unix-Makefile.tmpl 402 (map { '-I'.quotify1($_) }
436 (map { '-I'.quotify1($_) }
  /src/crypto/external/apache2/openssl/dist/tools/
c_rehash.in 14 my $dir = {- quotify1($config{openssldir}) -};
15 my $prefix = {- quotify1($config{prefix}) -};
  /src/crypto/external/bsd/openssl/dist/tools/
c_rehash.in 14 my $dir = {- quotify1($config{openssldir}) -};
15 my $prefix = {- quotify1($config{prefix}) -};
  /src/crypto/external/bsd/openssl.old/dist/tools/
c_rehash.in 14 my $dir = {- quotify1($config{openssldir}) -};
15 my $prefix = {- quotify1($config{prefix}) -};
  /src/crypto/external/bsd/openssl.old/dist/Configurations/
windows-makefile.tmpl 97 INSTALL_LIBS={- join(" ", map { quotify1(shlib_import($_) or lib($_)) } @{$unified_info{install}->{libraries}}) -}
100 INSTALL_ENGINES={- join(" ", map { quotify1(dso($_)) } @{$unified_info{install}->{engines}}) -}
101 INSTALL_ENGINEPDBS={- join(" ", map { local $dsoext = ".pdb"; quotify1(dso($_)) } @{$unified_info{install}->{engines}}) -}
102 INSTALL_PROGRAMS={- join(" ", map { quotify1($_.$exeext) } grep { !m|^test\\| } @{$unified_info{install}->{programs}}) -}
103 INSTALL_PROGRAMPDBS={- join(" ", map { quotify1($_.".pdb") } grep { !m|^test\\| } @{$unified_info{install}->{programs}}) -}
212 (map { '-D'.quotify1($_) } @{$target{defines}},
238 (map { '-D'.quotify1($_) }
243 (map { '-I'.quotify1($_) }
251 (map { '-D'.quotify1($_) }

Completed in 27 milliseconds