OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sendcontrol
(Results
1 - 2
of
2
) sorted by null
/external/curl/tests/
ftpserver.pl
481
sub
sendcontrol
{
subroutine
767
sendcontrol
"250-$d\r\n";
770
sendcontrol
"250 $d\r\n";
793
sendcontrol
"250 $smtp_type pingpong test server Hello $client\r\n";
807
sendcontrol
"501 Unrecognized parameter\r\n";
828
sendcontrol
"501 Invalid address\r\n";
845
sendcontrol
"552 Message size too large\r\n";
848
sendcontrol
"250 Sender OK\r\n";
863
sendcontrol
"501 Unrecognized parameter\r\n";
872
sendcontrol
"501 Invalid address\r\n"
[
all
...]
/external/autotest/client/common_lib/
pexpect.py
965
def
sendcontrol
(self, char):
member in class:spawn
[
all
...]
Completed in 339 milliseconds