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

  /external/valgrind/tests/
vg_regtest 107 # and <test>.stderrB.exp*.
175 stderrB => 0, stdoutB => 0,
490 # to e.g. redirect stdoutB to stderrB
493 . " < $stdinB > $name.stdoutB.out 2> $name.stderrB.out"
498 . " > $name.stdoutB.out 2> $name.stderrB.out"
581 mysystem("$stderrB_filter $stderrB_filter_args < $name.stderrB.out > $tmp");
582 filtered_rename($tmp, "$name.stderrB.out");
583 # Find all the .stderrB.exp files. At least one must exist.
584 my @stderrB_exps = <$name.stderrB.exp*>;
585 (0 != scalar @stderrB_exps) or die "Could not find `$name.stderrB.exp*'\n"
    [all...]
vg_regtest.in 107 # and <test>.stderrB.exp*.
175 stderrB => 0, stdoutB => 0,
490 # to e.g. redirect stdoutB to stderrB
493 . " < $stdinB > $name.stdoutB.out 2> $name.stderrB.out"
498 . " > $name.stdoutB.out 2> $name.stderrB.out"
581 mysystem("$stderrB_filter $stderrB_filter_args < $name.stderrB.out > $tmp");
582 filtered_rename($tmp, "$name.stderrB.out");
583 # Find all the .stderrB.exp files. At least one must exist.
584 my @stderrB_exps = <$name.stderrB.exp*>;
585 (0 != scalar @stderrB_exps) or die "Could not find `$name.stderrB.exp*'\n"
    [all...]

Completed in 2244 milliseconds