Searched refs:netrc (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A DNetrc.pm16 my %netrc = ();
26 $file = ($home =~ /:$/ ? $home . "netrc" : $home . ":netrc");
31 $file = $home . "/.netrc";
38 $netrc{default} = undef;
92 $netrc{default} = [$mach];
107 $netrc{$host} = []
108 unless exists($netrc{$host});
109 push(@{$netrc{$host}}, $mach);
115 # Following line added by rmerrell to remove '/' escape char in .netrc
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DCPAN.pm2727 my($netrc) = CPAN::FTP::netrc->new;
2728 my($netrcfile) = $netrc->netrc;
2742 CPAN->debug("No ~/.netrc file found") if $CPAN::DEBUG;
2743 } elsif ($netrc->hasdefault || $netrc->contains($host)) {
2745 $netrc->hasdefault,
2746 $netrc->contains($host))) if $CPAN::DEBUG;
2747 if ($netrc
2931 sub netrc { shift->{'netrc'} } subroutine
[all...]

Completed in 27 milliseconds