OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:stdoutB_filter
(Results
1 - 2
of
2
) sorted by null
/external/valgrind/main/tests/
vg_regtest
71
# -
stdoutB_filter
: <filter progB stdout through> (default: none)
145
my $
stdoutB_filter
; #
276
($
stdoutB_filter
, $stderrB_filter) = (undef, undef);
313
} elsif ($line =~ /^\s*
stdoutB_filter
:\s*(.*)$/) {
314
$
stdoutB_filter
= validate_program(".", $1, 1, 1);
515
if (defined $
stdoutB_filter
) {
517
mysystem("$
stdoutB_filter
$stdoutB_filter_args < $name.stdoutB.out > $tmp");
vg_regtest.in
71
# -
stdoutB_filter
: <filter progB stdout through> (default: none)
145
my $
stdoutB_filter
; #
276
($
stdoutB_filter
, $stderrB_filter) = (undef, undef);
313
} elsif ($line =~ /^\s*
stdoutB_filter
:\s*(.*)$/) {
314
$
stdoutB_filter
= validate_program(".", $1, 1, 1);
515
if (defined $
stdoutB_filter
) {
517
mysystem("$
stdoutB_filter
$stdoutB_filter_args < $name.stdoutB.out > $tmp");
Completed in 144 milliseconds