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

  /external/valgrind/main/tests/
vg_regtest 65 # - stdout_filter_args: <args for stdout_filter> (default: basename of .vgtest file)
141 my $stdout_filter_args; # arguments passed to stdout_filter
278 ($stdout_filter_args, $stderr_filter_args) = (undef, undef);
303 } elsif ($line =~ /^\s*stdout_filter_args:\s*(.*)$/) {
304 $stdout_filter_args = $1;
483 $stdout_filter_args = $name if (! defined $stdout_filter_args);
484 mysystem("$stdout_filter $stdout_filter_args < $name.stdout.out > $tmp");
vg_regtest.in 65 # - stdout_filter_args: <args for stdout_filter> (default: basename of .vgtest file)
141 my $stdout_filter_args; # arguments passed to stdout_filter
278 ($stdout_filter_args, $stderr_filter_args) = (undef, undef);
303 } elsif ($line =~ /^\s*stdout_filter_args:\s*(.*)$/) {
304 $stdout_filter_args = $1;
483 $stdout_filter_args = $name if (! defined $stdout_filter_args);
484 mysystem("$stdout_filter $stdout_filter_args < $name.stdout.out > $tmp");

Completed in 58 milliseconds