Home | History | Annotate | Download | only in bin

Lines Matching refs:prog_file

4868   my $prog_file = shift;
4870 # Check for the existence of $prog_file because /usr/bin/file does not
4872 (-e $prog_file) || error("$prog_file does not exist.\n");
4877 my $escaped_prog_file = ShellEscape($prog_file);
4883 print STDERR "WARNING: Can't determine the file type of $prog_file";