| /src/external/mpl/mozilla-certdata/share/ |
| certdata.awk | 28 function quotify(x) { function 40 cmd = sprintf("ln -sfn %s %s", quotify(target), quotify(link)) 107 quotify(f), quotify(fcheck), quotify(fcheck)) 453 if (system(sprintf("mkdir -- %s", quotify(certworkdir))) \ 460 if (system(sprintf("test -f %s", quotify(certpem))) != 0) { 464 if (system(sprintf("test -d %s", quotify(certworkdir))) != 0) 525 quotify(OPENSSL) [all...] |
| /src/crypto/external/bsd/openssl/dist/Configurations/ |
| 00-base-templates.conf | 97 push @defs, 'LIBZ=' . (quotify("perl", $zlib))[0];
|
| /src/crypto/external/bsd/openssl.old/dist/ |
| Configure | 2403 map { quotify("perl", $_) } 2412 quotify("perl", $key), 2414 ? quotify("perl", $config{$_}->{$key}) 2422 print OUT " ", $_, " => ", quotify("perl", $config{$_}), ",\n" 2433 map { quotify("perl", $_) } 2436 print OUT " ", $_, " => ", quotify("perl", $target{$_}), ",\n" 2444 print OUT " tls => [ ", join(", ", map { quotify("perl", $_) } @tls), " ],\n"; 2445 print OUT " dtls => [ ", join(", ", map { quotify("perl", $_) } @dtls), " ],\n"; 2452 print OUT " ", quotify("perl", $_), ",\n"; 2460 print OUT " ", quotify("perl", $_), " => ", quotify("perl", $disabled{$_}), ",\n" [all...] |
| /src/crypto/external/apache2/openssl/dist/Configurations/ |
| 00-base-templates.conf | 141 push @defs, 'LIBZ=' . (quotify("perl", $zlib))[0];
|
| /src/crypto/external/bsd/openssl.old/dist/Configurations/ |
| 00-base-templates.conf | 120 push @defs, 'LIBZ=' . (quotify("perl", $zlib))[0];
|
| /src/crypto/external/apache2/openssl/dist/ |
| configdata.pm.in | 293 my $quotify = sub { 304 print '[ ', join(', ', $quotify->(@{$target{$_}})), " ],\n"; 306 print $quotify->($target{$_}), ",\n"
|
| Configure | 3012 my $perlcmd = (quotify("maybeshell", $config{PERL}))[0]; 3603 sub quotify { subroutine
|
| /src/crypto/external/bsd/openssl/dist/ |
| configdata.pm.in | 293 my $quotify = sub { 304 print '[ ', join(', ', $quotify->(@{$target{$_}})), " ],\n"; 306 print $quotify->($target{$_}), ",\n"
|
| Configure | 2853 my $perlcmd = (quotify("maybeshell", $config{PERL}))[0]; 3444 sub quotify { subroutine
|
| /src/crypto/external/bsd/openssl.old/dist/util/perl/OpenSSL/ |
| Test.pm | 24 pipe with cmdstr quotify 320 return __decorate_cmd($num, [ @prog, quotify(@cmdargs) ], 766 =item B<quotify LIST> 779 sub quotify { subroutine 1142 # Make sure to quotify the program file on platforms that may 1146 ($prog) = quotify($prog) unless $^O eq "VMS";
|