HomeSort by: relevance | last modified time | path
    Searched refs:perlenv (Results 1 - 5 of 5) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/
configdata.pm.in 312 foreach (sort keys %{$config{perlenv}}) {
313 print ' ',$_,' = ',($config{perlenv}->{$_} || ''),"\n";
361 foreach (sort keys %{$config{perlenv}}) {
362 print ' ',$_,' = ',($config{perlenv}->{$_} || ""),"\n";
Configure 315 $config{perlenv} = $configdata::config{perlenv} // {};
3443 # $config{perlenv}->{$name} will be created with the value
3446 $config{perlenv}->{$name} = $ENV{$name}
3447 if ! exists $config{perlenv}->{$name};
3449 return $config{perlenv}->{$name};
  /src/crypto/external/bsd/openssl/dist/
configdata.pm.in 312 foreach (sort keys %{$config{perlenv}}) {
313 print ' ',$_,' = ',($config{perlenv}->{$_} || ''),"\n";
361 foreach (sort keys %{$config{perlenv}}) {
362 print ' ',$_,' = ',($config{perlenv}->{$_} || ""),"\n";
Configure 298 $config{perlenv} = $configdata::config{perlenv} // {};
3284 # $config{perlenv}->{$name} will be created with the value
3287 $config{perlenv}->{$name} = $ENV{$name}
3288 if ! exists $config{perlenv}->{$name};
3290 return $config{perlenv}->{$name};
  /src/crypto/external/bsd/openssl.old/dist/
Configure 255 $config{perlenv} = $configdata::config{perlenv} // {};
2654 foreach (sort keys %{$config{perlenv}}) {
2655 print ' ',$_,' = ',($config{perlenv}->{$_} || ''),"\n";
2703 foreach (sort keys %{$config{perlenv}}) {
2704 print ' ',$_,' = ',($config{perlenv}->{$_} || ""),"\n";
3296 # $config{perlenv}->{$name} will be created with the value
3299 $config{perlenv}->{$name} = $ENV{$name}
3300 if ! exists $config{perlenv}->{$name};
3302 return $config{perlenv}->{$name}
    [all...]

Completed in 30 milliseconds