OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:stderrB_filter_args
(Results
1 - 2
of
2
) sorted by null
/external/valgrind/main/tests/
vg_regtest
74
# -
stderrB_filter_args
: <args for stderr_filterB> (default: basename of .vgtest file)
148
my $
stderrB_filter_args
;# arguments passed to stderr_filterB
279
($stdoutB_filter_args, $
stderrB_filter_args
) = (undef, undef);
319
} elsif ($line =~ /^\s*
stderrB_filter_args
:\s*(.*)$/) {
320
$
stderrB_filter_args
= $1;
526
$
stderrB_filter_args
= $name if (! defined $
stderrB_filter_args
);
527
mysystem("$stderrB_filter $
stderrB_filter_args
< $name.stderrB.out > $tmp");
vg_regtest.in
74
# -
stderrB_filter_args
: <args for stderr_filterB> (default: basename of .vgtest file)
148
my $
stderrB_filter_args
;# arguments passed to stderr_filterB
279
($stdoutB_filter_args, $
stderrB_filter_args
) = (undef, undef);
319
} elsif ($line =~ /^\s*
stderrB_filter_args
:\s*(.*)$/) {
320
$
stderrB_filter_args
= $1;
526
$
stderrB_filter_args
= $name if (! defined $
stderrB_filter_args
);
527
mysystem("$stderrB_filter $
stderrB_filter_args
< $name.stderrB.out > $tmp");
Completed in 323 milliseconds