Home
last modified time | relevance | path

Searched refs:quotify (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/mpl/mozilla-certdata/share/
H A Dcertdata.awk28 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 Dconfigdata.pm.in293 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 DTest.pm320 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 D00-base-templates.conf97 push @defs, 'LIBZ=' . (quotify("perl", $zlib))[0];
/netbsd-src/crypto/external/bsd/openssl.old/dist/Configurations/
H A D00-base-templates.conf120 push @defs, 'LIBZ=' . (quotify("perl", $zlib))[0];
/netbsd-src/crypto/external/bsd/openssl.old/dist/
H A DConfigure2641 my $quotify = sub {
2646 print '[ ', join(', ', $quotify->(@{$target{$_}})), " ],\n";
2648 print $quotify->($target{$_}), ",\n"
/netbsd-src/external/mpl/dhcp/dist/
H A DRELNOTES4807 - Fix a memory smash in the quotify code, which was introduced in