• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10.1/ICU-531.30/icuSources/tools/gensprep/

Lines Matching refs:outfile

69   $outfile = $destDir."/".$destFileName;
71 unlink($outfile);
72 $outFH = IO::File->new($outfile,"a")
73 or die "could not open the file $outfile for writing: $! \n";
95 createUnassignedTable($inFH,$outfile);
98 createMapToNothing($inFH,$outfile);
101 createCaseMapNorm($inFH,$outfile);
104 createCaseMapNoNorm($inFH,$outfile);
107 createProhibitedTable($inFH,$outfile,$line);
110 createProhibitedTable($inFH,$outfile,$line);
113 createProhibitedTable($inFH,$outfile,$line);
116 createProhibitedTable($inFH,$outfile,$line);
119 createProhibitedTable($inFH,$outfile,$line);
122 createProhibitedTable($inFH,$outfile,$line);
125 createProhibitedTable($inFH,$outfile,$line);
128 createProhibitedTable($inFH,$outfile,$line);
131 createProhibitedTable($inFH,$outfile,$line);
134 createProhibitedTable($inFH,$outfile,$line);
137 createProhibitedTable($inFH,$outfile,$line);
141 create_iSCSIExtraProhibitedTable($inFH, $outfile);
144 create_XMPPNodeExtraProhibitedTable($inFH, $outfile);
147 create_SASLMapTable($inFH, $outfile);
150 create_LDAPMapTable($inFH, $outfile);
217 ($inFH,$outfile) = @_;
218 $outFH = IO::File->new($outfile,"a")
219 or die "could not open the file $outfile for writing: $! \n";
226 ($inFH,$outfile) = @_;
227 $outFH = IO::File->new($outfile,"a")
228 or die "could not open the file $outfile for writing: $! \n";
235 ($inFH,$outfile) = @_;
236 $outFH = IO::File->new($outfile,"a")
237 or die "could not open the file $outfile for writing: $! \n";
244 ($inFH,$outfile) = @_;
245 $outFH = IO::File->new($outfile,"a")
246 or die "could not open the file $outfile for writing: $! \n";
253 ($inFH,$outfile,$line) = @_;
258 $outFH = IO::File->new($outfile, "a")
259 or die "could not open the file $outfile for writing: $! \n";
266 ($inFH,$outfile,$line) = @_;
269 $outFH = IO::File->new($outfile, "a")
270 or die "could not open the file $outfile for writing: $! \n";
283 ($inFH,$outfile,$line) = @_;
286 $outFH = IO::File->new($outfile, "a")
287 or die "could not open the file $outfile for writing: $! \n";
302 ($inFH,$outfile,$line) = @_;
305 $outFH = IO::File->new($outfile, "a")
306 or die "could not open the file $outfile for writing: $! \n";
359 ($inFH,$outfile,$line) = @_;
362 $outFH = IO::File->new($outfile, "a")
363 or die "could not open the file $outfile for writing: $! \n";