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 | 88 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 D | unix-Makefile.tmpl | 444 (map { '-I'.quotify1($_) } 478 (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}) -};
|