Lines Matching refs:to
72 foreach my $to (@conversionforms) {
76 "-out", "$prefix-f.$to",
77 "-outform", $to])),
78 "p -> $to");
81 foreach my $to (@conversionforms) {
86 "-out", "$prefix-ff.$from$to",
87 "-outform", $to])),
88 "$from -> $to");
97 foreach my $to (@conversionforms) {
98 next if $to eq "d" or $to eq "pvk";
100 is(cmp_text("$prefix-f.$to", "$prefix-ff.$from$to"), 0,
101 "comparing $to to $from$to");