Home
last modified time | relevance | path

Searched refs:outfile (Results 1 – 25 of 25) sorted by path

/trunk/main/autodoc/
H A DExecutable_autodoc.mk169 autodoc/source/display/html/outfile \
/trunk/main/filter/source/xsltfilter/com/sun/star/comp/xsltfilter/
H A DBase64.java419 String outfile = args[2]; in main() local
421 Base64.encodeFileToFile( infile, outfile ); in main()
424 Base64.decodeFileToFile( infile, outfile ); in main()
1291 public static boolean encodeFileToFile( String infile, String outfile ) in encodeFileToFile() argument
1301 out = new java.io.BufferedOutputStream( new java.io.FileOutputStream( outfile ) ); in encodeFileToFile()
1328 public static boolean decodeFileToFile( String infile, String outfile ) in decodeFileToFile() argument
1338 out = new java.io.BufferedOutputStream( new java.io.FileOutputStream( outfile ) ); in decodeFileToFile()
/trunk/main/icc/source/create_sRGB_profile/
H A Dcreate_sRGB_profile.cpp179 void dumpTag(FILE *outfile, CIccProfile *pIcc, icTagSignature sig) in dumpTag() argument
190 fprintf(outfile,"Type: "); in dumpTag()
192 if (pTag->IsArrayType()) fprintf(outfile, "Array of "); in dumpTag()
196 fwrite(contents.c_str(), contents.length(), 1, outfile); in dumpTag()
202 void dumpProfile(FILE *outfile, const char * profileName) in dumpProfile() argument
217 fprintf(outfile,"Profile: '%s'\n", profileName); in dumpProfile()
224 fprintf(outfile,"\nHeader\n"); in dumpProfile()
225 fprintf(outfile,"------\n"); in dumpProfile()
244 fprintf(outfile,"\nProfile Tags\n"); in dumpProfile()
245 fprintf(outfile,"------------\n"); in dumpProfile()
[all …]
/trunk/main/icu/
H A Dcreatemak.pl532 my $outfile = $configelements{"Release"}{"OutputFile"};
535 print_link_template($path,$outfile);
607 my $outfile = shift;
610 if ( $outfile =~ /\.exe/ ) {
627 $line =~ s/<OUTFILE>/$outfile/;
646 my $out = $outfile;
650 $outfile =~ s/\//\\/; # subst / with \
651 …createCopySection($outfile,$outfile,$out,"copy \"\$(InputPath)\" .\\..\\..\\..\\bin",\@mak,\%dummy…
743 $outfile =~ s/\//\\/; # subst / with \
744 print "PATH=$path OUTFILE=$outfile\n" if ($is_debug);
[all …]
/trunk/main/l10ntools/scripts/
H A DkeyidGen.pl34 my ( $infile,$outfile,$dbimport );
39 if ( ! defined $outfile )
41 $outfile = $infile;
42 $outfile =~ s/\.sdf$//i;
43 $outfile .= "_KeyID.sdf";
49 print "writing to $outfile\n";
51 open OUTFILE,">$outfile" || die "could not open $outfile $! $^E\n";
178 $outfile = $arg;
H A Dlocalize.pl611 my $outfile = shift;
619 if ( open ( SORTEDFILE , "< $outfile" ) ){
653 } else { print STDERR "ERROR: Can't open file $outfile\n";}
656 if ( open ( SORTEDFILE , "> $outfile" ) ){
661 } else { print STDERR "ERROR: Can't open file $outfile\n";}
666 my $outfile = shift;
667 print STDOUT "### Sorting ... $outfile ...";
673 if ( open ( SORTEDFILE , "< $outfile" ) ){
724 if ( open ( SORTEDFILE , "> $outfile" ) ){
732 } else { print STDERR "WARNING: Can't open file $outfile\n";}
H A Dlocalize_old.pl614 my $outfile = shift;
622 if ( open ( SORTEDFILE , "< $outfile" ) ){
656 } else { print STDERR "ERROR: Can't open file $outfile\n";}
659 if ( open ( SORTEDFILE , "> $outfile" ) ){
664 } else { print STDERR "ERROR: Can't open file $outfile\n";}
669 my $outfile = shift;
670 print STDOUT "### Sorting ... $outfile ...";
676 if ( open ( SORTEDFILE , "< $outfile" ) ){
727 if ( open ( SORTEDFILE , "> $outfile" ) ){
735 } else { print STDERR "WARNING: Can't open file $outfile\n";}
/trunk/main/mythes/
H A Dmythes-1.2.0-vanilla-th-gen-idx.patch56 + print "$0 -o outfile < input\n";
68 +my $outfile = "";
70 +$outfile = get_outfile();
71 +usage() if ( $outfile eq "" );
82 +print "$outfile\n";
83 +open OUTFILE, ">$outfile" or die "ERROR: Can't open $outfile for writing!";
/trunk/main/sc/workben/celltrans/
H A Dparse.py111 self.outfile = "../../source/core/tool/cellkeywords.inl"
116 self.outfile = args[2]
195 file = open(self.outfile, 'w')
/trunk/main/scp2/macros/
H A Dmacro.pl26 my $outfile = "";
47 open OUTFILE, ">$outfile" or die "$0 ERROR: cannot open $outfile for writing!\n";
259 $outfile = $ARGV[ $i + 1];
266 usage() if "$outfile" eq "";
267 if ( -f "$outfile" ) {
269 return if (stat($0))[9] > (stat("$outfile"))[9] ;
271 open OLDFILE, "$outfile" or die "$0 - ERROR: $outfile exists but isn't readable.\n";
/trunk/main/scp2/source/templates/
H A Dmodules.pl26 my $outfile = "";
47 open OUTFILE, ">$outfile" or die "$0 ERROR: cannot open $outfile for writing!\n";
127 $outfile = $ARGV[ $i + 1];
141 usage() if "$outfile" eq "";
156 if ( -f "$outfile" ) {
158 return if (stat($0))[9] > (stat("$outfile"))[9] ;
160 return if (stat($infile))[9] > (stat("$outfile"))[9] ;
162 open OLDFILE, "$outfile" or die "$0 - ERROR: $outfile exists but isn't readable.\n";
/trunk/main/
H A Dset_soenv.in451 $outfile = "LinuxX86Env.Set";
511 $outfile = "LinuxPPC64Env.Set";
523 $outfile = "LinuxPPCEnv.Set";
696 $outfile = "winmingw.set";
728 $outfile = "winenv.set";
734 $outfile = "winAMD64Env.set";
765 $outfile = "os2env.set";
831 $outfile = "aixPPCEnv.Set";
944 $outfile_sh = $outfile.".sh";
949 $outfile_bat = $outfile;
[all …]
/trunk/main/setup_native/scripts/
H A Dinstall_create.pl40 $outfile = $ARGV[2];
45 open( OUTFILE, ">$outfile$$.tmp" ) || die "cannot open $outfile";
59 system( "cat $library >>$outfile$$.tmp" );
60 rename "$outfile$$.tmp", "$outfile";
62 chmod 0775, $outfile;
/trunk/main/setup_native/source/ulfconv/
H A Dulfconv.cxx246 char *outfile = NULL; in main() local
265 outfile = argv[argi]; in main()
304 if ( outfile ) in main()
306 ostream = fopen(outfile, "w"); in main()
308 fprintf(stderr, "ulfconv: %s : %s\n", outfile, strerror(errno)); in main()
/trunk/main/solenv/bin/
H A Dgen_userfeedback_VCL_names.pl43 my ($hid, $winpath, $outfile) = @ARGV;
188 open HIDS, ">$outfile" or die "can't open file $filename $! $^E";
/trunk/main/solenv/gbuild/platform/
H A Dfreebsd.mk469 __ant_out:=$(shell $(gb_Ant_ANTCOMMAND) -v -Ddependencies.outfile=$(WORKDIR)/Ant/$(1)/deps -f $(2) …
H A Dlinux.mk446 __ant_out:=$(shell $(gb_Ant_ANTCOMMAND) -v -Ddependencies.outfile=$(WORKDIR)/Ant/$(1)/deps -f $(2) …
H A Dmacosx.mk487 __ant_out:=$(shell $(gb_Ant_ANTCOMMAND) -v -Ddependencies.outfile=$(WORKDIR)/Ant/$(1)/deps -f $(2) …
H A Dos2.mk561 __ant_out:=$(shell $(gb_Ant_ANTCOMMAND) -Ddependencies.outfile=`cygpath -m $(WORKDIR)/Ant/$(1)/deps…
H A Dsolaris.mk412 __ant_out:=$(shell $(gb_Ant_ANTCOMMAND) -v -Ddependencies.outfile=$(WORKDIR)/Ant/$(1)/deps -f $(2) …
H A Dwindows.mk723 __ant_out:=$(shell $(gb_Ant_ANTCOMMAND) -Ddependencies.outfile=`cygpath -m $(WORKDIR)/Ant/$(1)/deps…
H A Dwinmingw.mk647 __ant_out:=$(shell $(gb_Ant_ANTCOMMAND) -Ddependencies.outfile=`cygpath -m $(WORKDIR)/Ant/$(1)/deps…
/trunk/main/svtools/source/filter/jpeg/
H A Djpeg.cxx100 SvStream* outfile; /* target stream */ member
123 if (dest->outfile->Write(dest->buffer, BUF_SIZE) != in empty_output_buffer()
140 if (dest->outfile->Write(dest->buffer, datacount) != datacount) in term_destination()
147 SvStream * outfile = (SvStream*)out; in jpeg_svstream_dest() local
166 dest->outfile = outfile; in jpeg_svstream_dest()
H A Djpegc.c38 void jpeg_svstream_dest (j_compress_ptr cinfo, void* outfile);
/trunk/main/sysui/desktop/share/
H A Dtranslate.pl84 system "mv -f $outfile.tmp $outfile\n";
88 $outfile = "$workdir/$prefix$_.$ext";
92 unless(open(TEMPLATE, $outfile)) {
93 print STDERR "Warning: No template found for item $_: $outfile: $!\n";
98 unless (open(OUTFILE, "> $outfile.tmp")) {
99 print STDERR "Can't create output file $outfile.tmp: $!\n";
138 system "mv -f $outfile.tmp $outfile\n";

Completed in 164 milliseconds