Searched refs:CMD_OK (Results 1 – 13 of 13) sorted by relevance
/openbsd/gnu/usr.bin/perl/cpan/libnet/lib/Net/ |
H A D | POP3.pm | 101 unless ($obj->response() == CMD_OK) { 361 sub _STAT { shift->command('STAT' )->response() == CMD_OK } 362 sub _LIST { shift->command('LIST', @_)->response() == CMD_OK } 363 sub _RETR { shift->command('RETR', $_[0])->response() == CMD_OK } 364 sub _DELE { shift->command('DELE', $_[0])->response() == CMD_OK } 365 sub _NOOP { shift->command('NOOP' )->response() == CMD_OK } 366 sub _RSET { shift->command('RSET' )->response() == CMD_OK } 367 sub _QUIT { shift->command('QUIT' )->response() == CMD_OK } 377 sub _STLS { shift->command("STLS", )->response() == CMD_OK } 442 if ($this->command('AUTH')->response() == CMD_OK) { [all …]
|
H A D | SMTP.pm | 105 unless ($obj->response() == CMD_OK) { 237 $code == CMD_OK; 527 && $me->response() == CMD_OK; 543 && $me->response() == CMD_OK; 597 sub _EHLO { shift->command("EHLO", @_)->response() == CMD_OK } 598 sub _HELO { shift->command("HELO", @_)->response() == CMD_OK } 599 sub _MAIL { shift->command("MAIL", @_)->response() == CMD_OK } 600 sub _RCPT { shift->command("RCPT", @_)->response() == CMD_OK } 607 sub _RSET { shift->command("RSET")->response() == CMD_OK } 608 sub _NOOP { shift->command("NOOP")->response() == CMD_OK } [all …]
|
H A D | NNTP.pm | 107 unless ($obj->response() == CMD_OK) { 204 && $nntp->_AUTHINFO("PASS", $pass) == CMD_OK; 213 && $nntp->command($user, $pass)->response == CMD_OK; 718 sub _HEAD { shift->command('HEAD', @_)->response == CMD_OK } 721 sub _LAST { shift->command('LAST')->response == CMD_OK } 722 sub _LIST { shift->command('LIST', @_)->response == CMD_OK } 726 sub _NEXT { shift->command('NEXT')->response == CMD_OK } 728 sub _QUIT { shift->command('QUIT', @_)->response == CMD_OK } 731 sub _STAT { shift->command('STAT', @_)->response == CMD_OK } 732 sub _MODE { shift->command('MODE', @_)->response == CMD_OK } [all …]
|
H A D | FTP.pm | 166 unless ($ftp->response() == CMD_OK) { 306 $ftp->_AUTH('TLS') == CMD_OK or return; 376 return 0 unless $ok == CMD_OK || $ok == CMD_MORE; 380 return 0 unless $ok == CMD_OK || $ok == CMD_MORE; 392 return 0 unless $ok == CMD_OK || $ok == CMD_MORE; 427 $ok == CMD_OK; 435 $ftp->_ACCT($acct) == CMD_OK; 467 $ok == CMD_OK; 527 $ftp->status == CMD_OK; 1293 unless $dres == CMD_OK && $sres == CMD_OK; [all …]
|
H A D | Cmd.pm | 34 use constant CMD_OK => 2; constant 567 $cmd->response() == CMD_OK;
|
/openbsd/sys/dev/ata/ |
H A D | ata.c | 130 return CMD_OK; in ata_get_params() 146 return CMD_OK; in ata_get_params() 176 return CMD_OK; in ata_set_mode()
|
H A D | atavar.h | 176 #define CMD_OK 0 macro
|
H A D | wd.c | 1037 case CMD_OK: in wd_get_params()
|
/openbsd/gnu/usr.bin/perl/cpan/libnet/lib/Net/FTP/ |
H A D | dataconn.pm | 80 $ftp->response() == CMD_OK 84 $ftp->status == CMD_OK;
|
/openbsd/gnu/usr.bin/perl/cpan/libnet/t/ |
H A D | datasend.t | 45 return Net::Cmd::CMD_OK;
|
/openbsd/gnu/usr.bin/binutils/gdb/ |
H A D | ser-e7kpc.c | 64 #define CMD_OK 0x4f4b macro
|
/openbsd/sys/arch/octeon/dev/ |
H A D | octcf.c | 820 return CMD_OK; in octcf_get_params() 836 return CMD_OK; in octcf_get_params()
|
/openbsd/sys/dev/ic/ |
H A D | wdc.c | 812 CMD_OK) { in wdcattach() 1333 at_poll) != CMD_OK) in wdc_probe_caps() 1367 != CMD_OK) in wdc_probe_caps() 1390 at_poll) != CMD_OK) in wdc_probe_caps()
|