Searched refs:startnew (Results 1 – 1 of 1) sorted by relevance
/external/curl/tests/ |
D | runtests.pl | 416 sub startnew { subroutine 1233 my ($http2pid, $pid2) = startnew($cmd, $pidfile, 15, 0); 1318 my ($httppid, $pid2) = startnew($cmd, $pidfile, 15, 0); 1393 my ($httppid, $pid2) = startnew($cmd, $pidfile, 15, 0); 1474 my ($httpspid, $pid2) = startnew($cmd, $pidfile, 15, 0); 1555 my ($httptlspid, $pid2) = startnew($cmd, $pidfile, 10, 1); # fake pidfile 1650 my ($ftppid, $pid2) = startnew($cmd, $pidfile, 15, 0); 1732 my ($ftpspid, $pid2) = startnew($cmd, $pidfile, 15, 0); 1814 my ($tftppid, $pid2) = startnew($cmd, $pidfile, 15, 0); 1895 my ($rtsppid, $pid2) = startnew($cmd, $pidfile, 15, 0); [all …]
|