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/tests/
vg_regtest
82
# -
stderrB_filter_args
: <args for stderr_filterB> (default: basename of .vgtest file)
163
my $
stderrB_filter_args
;# arguments passed to stderr_filterB
310
($stdoutB_filter_args, $
stderrB_filter_args
) = (undef, undef);
352
} elsif ($line =~ /^\s*
stderrB_filter_args
:\s*(.*)$/) {
353
$
stderrB_filter_args
= $1;
580
$
stderrB_filter_args
= $name if (! defined $
stderrB_filter_args
);
581
mysystem("$stderrB_filter $
stderrB_filter_args
< $name.stderrB.out > $tmp");
vg_regtest.in
82
# -
stderrB_filter_args
: <args for stderr_filterB> (default: basename of .vgtest file)
163
my $
stderrB_filter_args
;# arguments passed to stderr_filterB
310
($stdoutB_filter_args, $
stderrB_filter_args
) = (undef, undef);
352
} elsif ($line =~ /^\s*
stderrB_filter_args
:\s*(.*)$/) {
353
$
stderrB_filter_args
= $1;
580
$
stderrB_filter_args
= $name if (! defined $
stderrB_filter_args
);
581
mysystem("$stderrB_filter $
stderrB_filter_args
< $name.stderrB.out > $tmp");
Completed in 258 milliseconds