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

  /external/valgrind/main/tests/
vg_regtest 93 # and <test>.stderrB.exp*.
158 stderrB => 0, stdoutB => 0,
444 # to e.g. redirect stdoutB to stderrB
447 . " < $stdinB > $name.stdoutB.out 2> $name.stderrB.out $progB $argsB;"
451 . " > $name.stdoutB.out 2> $name.stderrB.out $progB $argsB;"
527 mysystem("$stderrB_filter $stderrB_filter_args < $name.stderrB.out > $tmp");
528 filtered_rename($tmp, "$name.stderrB.out");
529 # Find all the .stderrB.exp files. At least one must exist.
530 my @stderrB_exps = <$name.stderrB.exp*>;
531 (0 != scalar @stderrB_exps) or die "Could not find `$name.stderrB.exp*'\n"
    [all...]
vg_regtest.in 93 # and <test>.stderrB.exp*.
158 stderrB => 0, stdoutB => 0,
444 # to e.g. redirect stdoutB to stderrB
447 . " < $stdinB > $name.stdoutB.out 2> $name.stderrB.out $progB $argsB;"
451 . " > $name.stdoutB.out 2> $name.stderrB.out $progB $argsB;"
527 mysystem("$stderrB_filter $stderrB_filter_args < $name.stderrB.out > $tmp");
528 filtered_rename($tmp, "$name.stderrB.out");
529 # Find all the .stderrB.exp files. At least one must exist.
530 my @stderrB_exps = <$name.stderrB.exp*>;
531 (0 != scalar @stderrB_exps) or die "Could not find `$name.stderrB.exp*'\n"
    [all...]

Completed in 49 milliseconds