Searched refs:testcmd (Results 1 – 2 of 2) sorted by relevance
30 static const char testcmd[] = "A1 IDLE\r\n"; variable85 ec = curl_easy_send(curl, testcmd + pos, in test()86 sizeof(testcmd) - 1 - pos, &len); in test()100 if(pos == sizeof(testcmd) - 1) { in test()
438 my ($testcmd, $testnum, $gdbline) = @_;444 runclient($testcmd);446 logmsg " CMD: $testcmd\n" if($verbose);507 my $cmd = $testcmd;518 $cmd = "$valgrindcmd $testcmd";
Completed in 17 milliseconds