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

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A DPOP3.pm126 unless($me->_PASS($pass));
306 sub _PASS { shift->command('PASS',$_[0])->response() == CMD_OK } subroutine
H A DFTP.pm279 $ok = $ftp->_PASS($fwpass || "");
317 $ok = $ftp->_PASS($pass || "");
1208 sub _PASS { shift->command("PASS",@_)->response() } subroutine

Completed in 30 milliseconds