Lines Matching refs:outstring
217 $outstring = "* Not a File\n";
218 return ($outstring) if $FileType =~ /[Mlsdc]/; # ldd results not useful here
225 # $outstring = "* unsupported or unknown file type, per map file";
226 # return ($outstring);
243 $outstring = "";
246 return ($outstring) if ($?);
249 $outstring = "";
256 $outstring .= "$filename\n";
258 return ($outstring);
382 $outstring = "* Not a File\n";
383 return ($outstring) if $FileType =~ /[Mlsdc]/; # ldd results not useful here
384 return ($outstring) if ($NoStrings eq true); # we are running in conservative mode
388 $outstring = "* unsupported or unknown file type, per map file";
389 return ($outstring);
395 $outstring = "";
409 $outstring .= $word; $outstring .= "\n";
413 return ($outstring);