Searched refs:IFile (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/tools/depcheck/
H A Dmake_pkg_db168 foreach $IFile (@IFiles) {
170 unless (-r $IFile) {
171 print STDERR "Could not open file: $IFile\n";
175 @pkgname = split("/", $IFile);
187 open (IFILE, "$IFile") || die "cannot open input file $IFile\n";
192 &yelp("...opening $IFile\n") unless ($PKGDefs);
284 } # end foreach $IFile
402 print STDERR "Unrecognized entry in $IFile: $l\n";

Completed in 51 milliseconds