OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:stdoutB_filter_args
(Results
1 - 2
of
2
) sorted by null
/external/valgrind/main/tests/
vg_regtest
73
# -
stdoutB_filter_args
: <args for stdout_filterB> (default: basename of .vgtest file)
147
my $
stdoutB_filter_args
;# arguments passed to stdout_filterB
279
($
stdoutB_filter_args
, $stderrB_filter_args) = (undef, undef);
317
} elsif ($line =~ /^\s*
stdoutB_filter_args
:\s*(.*)$/) {
318
$
stdoutB_filter_args
= $1;
516
$
stdoutB_filter_args
= $name if (! defined $
stdoutB_filter_args
);
517
mysystem("$stdoutB_filter $
stdoutB_filter_args
< $name.stdoutB.out > $tmp");
vg_regtest.in
73
# -
stdoutB_filter_args
: <args for stdout_filterB> (default: basename of .vgtest file)
147
my $
stdoutB_filter_args
;# arguments passed to stdout_filterB
279
($
stdoutB_filter_args
, $stderrB_filter_args) = (undef, undef);
317
} elsif ($line =~ /^\s*
stdoutB_filter_args
:\s*(.*)$/) {
318
$
stdoutB_filter_args
= $1;
516
$
stdoutB_filter_args
= $name if (! defined $
stdoutB_filter_args
);
517
mysystem("$stdoutB_filter $
stdoutB_filter_args
< $name.stdoutB.out > $tmp");
Completed in 31 milliseconds