Lines Matching refs:file
107 my $file;
111 $file = "./$module/inc/i18npool/lang.h"; }
113 $file = "./$module/$name"; }
114 if (!($found = open( IN, $file)))
117 $file = "$path/$module/$name";
118 if (!($found = open( IN, $file)))
120 print "No $file\n";
121 $file = "$path/$module.lnk/$name";
122 if (!($found = open( IN, $file))) {
123 print "No $file.\n";
124 $file = "$path/$module.link/$name";
125 if (!($found = open( IN, $file))) {
126 print "No $file either.\n"; }
140 print "$file:\n";
166 print "$file:\n";
183 print "Not found in $file\n";
337 my $file = "$SRC_ROOT/i18npool/source/localedata/data/$loca.xml";
339 if (!($found = open( LD, $file)))
341 $file = "$SRC_ROOT/i18npool.lnk/source/localedata/data/$loca.xml";
342 if (!($found = open( LD, $file)))
344 $file = "$SRC_ROOT/i18npool.link/source/localedata/data/$loca.xml";
345 $found = open( LD, $file);
350 print "Found $file:\n";