Home
last modified time | relevance | path

Searched refs:quotify1 (Results 1 – 5 of 5) sorted by relevance

/freebsd/crypto/openssl/util/perl/OpenSSL/
H A DUtil.pm104 sub quotify1 { subroutine
125 quotify1($_);
305 quotify1($_) . " => " . dump_data($ref->{$_}, %subopts);
313 $product = defined $$ref ? quotify1 $$ref : "undef";
315 $product = defined $ref ? quotify1 $ref : "undef";
H A DTemplate.pm72 $self->SUPER::fill_in(HASH => { quotify1 => \&quotify1,
/freebsd/crypto/openssl/Configurations/
H A Dwindows-makefile.tmpl88 join(" ", map { quotify1(platform->sharedlib_import($_)
106 join(" ", map { quotify1(platform->dso($_)) }
112 join(" ", map { quotify1(platform->dsopdb($_)) }
118 join(" ", map { quotify1(platform->dso($_)) }
125 join(" ", map { quotify1(platform->dsopdb($_)) }
131 join(" ", map { quotify1(platform->dso($_)) }
138 join(" ", map { quotify1(platform->bin($_)) }
143 join(" ", map { quotify1(platform->binpdb($_)) }
148 join(" ", map { quotify1($_) }
154 join(" ", map { quotify1($_) }
[all …]
H A Dunix-Makefile.tmpl444 (map { '-I'.quotify1($_) }
478 (map { '-I'.quotify1($_) }
/freebsd/crypto/openssl/tools/
H A Dc_rehash.in14 my $dir = {- quotify1($config{openssldir}) -};
15 my $prefix = {- quotify1($config{prefix}) -};