Searched defs:login (Results 1 - 5 of 5) sorted by relevance
| /osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/ |
| H A D | Netrc.pm | 34 my($login,$pass,$acct) = (undef,undef,undef); 111 elsif($tok =~ /^(login|password|account)$/) 135 my($pkg,$mach,$login) = @_; 141 undef $login 146 if(defined $login) 152 if(exists $m->{login} && $m->{login} eq $login); 165 sub login subroutine 169 exists $me->{login} [all...] |
| H A D | POP3.pm | 69 sub login subroutine 71 @_ >= 1 && @_ <= 3 or croak 'usage: $pop3->login( USER, PASS )'; 376 if ($pop->login($username, $password) > 0) { 440 =item login ( [ USER [, PASS ]] ) 456 Similar to L</login>, but the password is not sent in clear text.
|
| H A D | FTP.pm | 232 sub login { subroutine 1233 $ftp->login("anonymous",'-anonymous@') 1234 or die "Cannot login ", $ftp->message; 1295 appended to the login identifier. This kind of setup is also refered to 1341 =item login ([LOGIN [,PASSWORD [, ACCOUNT] ] ]) 1343 Log into the remote FTP server with the given login information. If 1345 package to lookup the login information for the connected host. 1346 If no information is found then a login of I<anonymous> is used. 1347 If no password is given and the login is I<anonymous> then I<anonymous@> 1685 Mount a different file system structure without changing login o [all...] |
| /osnet-11/usr/src/grub/grub2/grub-core/normal/ |
| H A D | auth.c | 202 char login[1024]; local 208 grub_memset (login, 0, sizeof (login)); 218 if (!grub_username_get (login, sizeof (login) - 1)) 228 if (grub_strcmp (login, user->name) == 0) 235 cur->callback (login, entered, cur->arg);
|
| /osnet-11/usr/src/lib/libshell/common/bltins/ |
| H A D | misc.c | 25 * login [arg...] 53 struct login struct 62 struct login logdata; 101 register struct login *logp=0; 108 logp = (struct login*)extra;
|
Completed in 28 milliseconds