Searched refs:quotify (Results 1 – 4 of 4) sorted by relevance
/freebsd/crypto/openssl/ |
H A D | configdata.pm | 36125 my $quotify = sub { 36136 print '[ ', join(', ', $quotify->(@{$target{$_}})), " ],\n"; 36138 print $quotify->($target{$_}), ",\n"
|
H A D | configdata.pm.in | 293 my $quotify = sub { 304 print '[ ', join(', ', $quotify->(@{$target{$_}})), " ],\n"; 306 print $quotify->($target{$_}), ",\n"
|
H A D | Configure | 3012 my $perlcmd = (quotify("maybeshell", $config{PERL}))[0]; 3603 sub quotify { subroutine
|
/freebsd/crypto/openssl/Configurations/ |
H A D | 00-base-templates.conf | 141 push @defs, 'LIBZ=' . (quotify("perl", $zlib))[0];
|