OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:configdata_outname
(Results
1 - 2
of
2
) sorted by relevancy
/src/crypto/external/bsd/openssl/dist/
Configure
2827
my $
configdata_outname
= 'configdata.pm';
2828
open CONFIGDATA, ">$
configdata_outname
.new"
2829
or die "Trying to create $
configdata_outname
.new: $!";
2844
rename "$
configdata_outname
.new", $
configdata_outname
;
2850
print "Created $
configdata_outname
\n";
2852
print "Running $
configdata_outname
\n";
2854
my $cmd = "$perlcmd $
configdata_outname
";
/src/crypto/external/apache2/openssl/dist/
Configure
2991
my $
configdata_outname
= 'configdata.pm';
2992
open CONFIGDATA, ">$
configdata_outname
.new"
2993
or die "Trying to create $
configdata_outname
.new: $!";
3008
rename "$
configdata_outname
.new", $
configdata_outname
;
3014
print "Created $
configdata_outname
\n";
3016
print "Running $
configdata_outname
\n";
3018
my $cmd = "$perlcmd $
configdata_outname
";
Completed in 19 milliseconds
Indexes created Sun Jul 19 00:25:04 UTC 2026