Searched refs:quotify1 (Results 1 – 5 of 5) sorted by relevance
/freebsd/crypto/openssl/util/perl/OpenSSL/ |
H A D | Util.pm | 104 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 D | Template.pm | 72 $self->SUPER::fill_in(HASH => { quotify1 => \"ify1,
|
/freebsd/crypto/openssl/Configurations/ |
H A D | 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 …]
|
H A D | unix-Makefile.tmpl | 432 (map { '-I'.quotify1($_) } 466 (map { '-I'.quotify1($_) }
|
/freebsd/crypto/openssl/tools/ |
H A D | c_rehash.in | 14 my $dir = {- quotify1($config{openssldir}) -}; 15 my $prefix = {- quotify1($config{prefix}) -};
|