Searched refs:quotify (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/mpl/mozilla-certdata/share/ |
H A D | 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), 526 quotify(certworkdir"/cert.der"), 527 quotify(certpem))))
|
/netbsd-src/crypto/external/bsd/openssl/dist/ |
H A D | configdata.pm.in | 293 my $quotify = sub { 304 print '[ ', join(', ', $quotify->(@{$target{$_}})), " ],\n"; 306 print $quotify->($target{$_}), ",\n"
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/util/perl/OpenSSL/ |
H A D | Test.pm | 320 return __decorate_cmd($num, [ @prog, quotify(@cmdargs) ], 779 sub quotify { subroutine 1146 ($prog) = quotify($prog) unless $^O eq "VMS";
|
/netbsd-src/crypto/external/bsd/openssl/dist/Configurations/ |
H A D | 00-base-templates.conf | 97 push @defs, 'LIBZ=' . (quotify("perl", $zlib))[0];
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/Configurations/ |
H A D | 00-base-templates.conf | 120 push @defs, 'LIBZ=' . (quotify("perl", $zlib))[0];
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/ |
H A D | Configure | 2641 my $quotify = sub { 2646 print '[ ', join(', ', $quotify->(@{$target{$_}})), " ],\n"; 2648 print $quotify->($target{$_}), ",\n"
|
/netbsd-src/external/mpl/dhcp/dist/ |
H A D | RELNOTES | 4807 - Fix a memory smash in the quotify code, which was introduced in
|