HomeSort by relevance Sort by last modified time
    Searched refs:stdoutB_filter (Results 1 - 2 of 2) sorted by null

  /external/valgrind/tests/
vg_regtest 79 # - stdoutB_filter: <filter progB stdout through> (default: none)
160 my $stdoutB_filter; #
307 ($stdoutB_filter, $stderrB_filter) = (undef, undef);
346 } elsif ($line =~ /^\s*stdoutB_filter:\s*(.*)$/) {
347 $stdoutB_filter = validate_program(".", $1, 1, 1);
569 if (defined $stdoutB_filter) {
571 mysystem("$stdoutB_filter $stdoutB_filter_args < $name.stdoutB.out > $tmp");
vg_regtest.in 79 # - stdoutB_filter: <filter progB stdout through> (default: none)
160 my $stdoutB_filter; #
307 ($stdoutB_filter, $stderrB_filter) = (undef, undef);
346 } elsif ($line =~ /^\s*stdoutB_filter:\s*(.*)$/) {
347 $stdoutB_filter = validate_program(".", $1, 1, 1);
569 if (defined $stdoutB_filter) {
571 mysystem("$stdoutB_filter $stdoutB_filter_args < $name.stdoutB.out > $tmp");

Completed in 80 milliseconds