Searched refs:execcmd (Results 1 – 3 of 3) sorted by relevance
223 my $execcmd = $self->execute235 $execcmd .= " -cipher ".$self->ciphers;238 $execcmd .= " -ciphersuites ".$self->ciphersuitess;241 $execcmd .= " ".$self->serverflags;244 print STDERR "Server command: $execcmd\n";250 $pid = open(STDIN, "$execcmd 2>&1 |") or die "Failed to $execcmd: $!\n";267 die "no ACCEPT detected in '$execcmd' output: $?\n";317 my $execcmd = $self->execute321 $execcmd .= " -cipher ".$self->cipherc;324 $execcmd .= " -ciphersuites ".$self->ciphersuitesc;[all …]
59 execcmd -s exec
1322 execcmd(int argc, char **argv) in execcmd() function