Lines Matching refs:out
47 my ($chunklength, $buf, $rcount, $out);
57 $out .= $buf;
60 return $out;
105 my $out = get_hunk($offset, $length);
110 printf "%02x ",ord(substr($out,$i,1)) if ($debug);
114 syswrite(OUTFILE, $out);
120 my $out = get_hunk($offset, $length);
125 printf "%02x ",ord(substr($out,$i,1)) if ($debug);
131 my $size = ord(substr($out,$i,1))*256+ord(substr($out,$i+1,1));
132 syswrite(OUTFILE, substr($out,$i+1,1));
133 syswrite(OUTFILE, substr($out,$i,1));
137 syswrite(OUTFILE, substr($out,$j+$i,1));
146 my $out;
912 my $out;
1689 my $out;
1697 my $out;