Home
last modified time | relevance | path

Searched refs:ofile (Results 201 – 225 of 11765) sorted by relevance

12345678910>>...471

/dports/math/reduce/Reduce-svn5758-src/psl/bin/brock/
H A Dsparsify.c30 { int ifile,ofile,ilen,ans,seeking; local
48 ofile=open(oname,O_WRONLY|O_CREAT|O_EXCL,0755);
49 if (ofile<0)
56 { lans=lseek(ofile,(long)BSIZE,L_INCR);
64 { ans=write(ofile,(char *)buf,BSIZE);
72 { ans=write(ofile,(char *)buf,ilen);
79 { lans=lseek(ofile,-(long)BSIZE,L_INCR);
84 ans=write(ofile,(char *)buf,BSIZE);
95 ilen=fchmod(ofile,statbuf.st_mode);
105 ilen=fchown(ofile,statbuf.st_uid,statbuf.st_gid);
/dports/math/reduce/Reduce-svn5758-src/psl/bin/ibmrs/
H A Dsparsify.c30 { int ifile,ofile,ilen,ans,seeking; local
48 ofile=open(oname,O_WRONLY|O_CREAT|O_EXCL,0755);
49 if (ofile<0)
56 { lans=lseek(ofile,(long)BSIZE,L_INCR);
64 { ans=write(ofile,(char *)buf,BSIZE);
72 { ans=write(ofile,(char *)buf,ilen);
79 { lans=lseek(ofile,-(long)BSIZE,L_INCR);
84 ans=write(ofile,(char *)buf,BSIZE);
95 ilen=fchmod(ofile,statbuf.st_mode);
105 ilen=fchown(ofile,statbuf.st_uid,statbuf.st_gid);
/dports/math/reduce/Reduce-svn5758-src/psl/bin/
H A Dsparsify.c36 { int ifile,ofile,ilen,ans,seeking; local
54 ofile=open(oname,O_WRONLY|O_CREAT|O_EXCL,0755);
55 if (ofile<0)
62 { lans=lseek(ofile,(long)BSIZE,L_INCR);
70 { ans=write(ofile,(char *)buf,BSIZE);
78 { ans=write(ofile,(char *)buf,ilen);
85 { lans=lseek(ofile,-(long)BSIZE,L_INCR);
90 ans=write(ofile,(char *)buf,BSIZE);
101 ilen=fchmod(ofile,statbuf.st_mode);
111 ilen=fchown(ofile,statbuf.st_uid,statbuf.st_gid);
/dports/math/reduce/Reduce-svn5758-src/psl/dist/distrib/
H A Dsparsify.c36 { int ifile,ofile,ilen,ans,seeking; local
54 ofile=open(oname,O_WRONLY|O_CREAT|O_EXCL,0755);
55 if (ofile<0)
62 { lans=lseek(ofile,(long)BSIZE,L_INCR);
70 { ans=write(ofile,(char *)buf,BSIZE);
78 { ans=write(ofile,(char *)buf,ilen);
85 { lans=lseek(ofile,-(long)BSIZE,L_INCR);
90 ans=write(ofile,(char *)buf,BSIZE);
101 ilen=fchmod(ofile,statbuf.st_mode);
111 ilen=fchown(ofile,statbuf.st_uid,statbuf.st_gid);
/dports/audio/rosegarden/rosegarden-21.06.1/scripts/
H A Dmake-colors32 ofile=$CVS/rosegarden/gui/testfiles/colourmap-fragment.xml
34 [ -f $ofile ]&&rm -f $ofile
37 cat << EOF >> $ofile
50 cat << EOF >> $ofile
57 cat << EOF >> $ofile
61 echo Done... Reminder, output went to $ofile...
/dports/math/R/R-4.1.2/src/library/utils/R/
H A Drtags.R158 function(src, ofile = "", append = FALSE, argument
179 file = ofile, append = append)
196 ofile = "", append = FALSE, argument
201 if (nzchar(ofile) && !append) {
202 if (!file.create(ofile, showWarnings = FALSE))
203 stop(gettextf("Could not create file %s, aborting", ofile),
214 rtags.file(s, ofile = ofile, append = TRUE, write.fun = write.fun),
221 if (type == "ctags" && nzchar(ofile))
223 tagLines <- readLines(ofile)
224 writeLines(sort(tagLines), con = ofile)
/dports/math/libRmath/R-4.1.1/src/library/utils/R/
H A Drtags.R158 function(src, ofile = "", append = FALSE, argument
179 file = ofile, append = append)
196 ofile = "", append = FALSE, argument
201 if (nzchar(ofile) && !append) {
202 if (!file.create(ofile, showWarnings = FALSE))
203 stop(gettextf("Could not create file %s, aborting", ofile),
214 rtags.file(s, ofile = ofile, append = TRUE, write.fun = write.fun),
221 if (type == "ctags" && nzchar(ofile))
223 tagLines <- readLines(ofile)
224 writeLines(sort(tagLines), con = ofile)
/dports/devel/nasm/nasm-2.15.05/output/
H A Doutcoff.c971 saa_fpwrite(coff_strs, ofile); in coff_write()
984 nasm_write(padname, 8, ofile); in coff_section_header()
1006 nasm_write(padname, 8, ofile); in coff_section_header()
1038 fwriteint32_t(0, ofile); in coff_write_relocs()
1039 fwriteint16_t(0, ofile); in coff_write_relocs()
1047 ofile); in coff_write_relocs()
1061 fwriteint32_t(0, ofile); in coff_symbol()
1062 fwriteint32_t(strpos, ofile); in coff_symbol()
1069 fputc(storageclass, ofile); in coff_symbol()
1070 fputc(aux, ofile); in coff_symbol()
[all …]
/dports/print/ghostscript8-x11/ghostscript-8.71/toolbin/tests/
H A Dmake_two_pdfversions31 def make_version(ifile, ofile, device, dpi, baseline=0):
47 tfile = ofile + ".pdf"
56 gs.outfile = ofile
78 ofile = "%s.pdf.%s.baseline.pnm" % (file, device)
82 rasterdb.get_file(dbfile, output=ofile)
84 make_version(file, ofile, device, res, baseline=1)
86 ofile = "%s.pdf.%s.compare.pnm" % (file, device)
88 make_version(file, ofile, device, res, baseline=0)
/dports/print/ghostscript9-base/ghostscript-9.06/toolbin/tests/
H A Dmake_two_pdfversions33 def make_version(ifile, ofile, device, dpi, baseline=0):
49 tfile = ofile + ".pdf"
58 gs.outfile = ofile
80 ofile = "%s.pdf.%s.baseline.pnm" % (file, device)
84 rasterdb.get_file(dbfile, output=ofile)
86 make_version(file, ofile, device, res, baseline=1)
88 ofile = "%s.pdf.%s.compare.pnm" % (file, device)
90 make_version(file, ofile, device, res, baseline=0)
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/toolbin/tests/
H A Dmake_two_pdfversions33 def make_version(ifile, ofile, device, dpi, baseline=0):
49 tfile = ofile + ".pdf"
58 gs.outfile = ofile
80 ofile = "%s.pdf.%s.baseline.pnm" % (file, device)
84 rasterdb.get_file(dbfile, output=ofile)
86 make_version(file, ofile, device, res, baseline=1)
88 ofile = "%s.pdf.%s.compare.pnm" % (file, device)
90 make_version(file, ofile, device, res, baseline=0)
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/toolbin/tests/
H A Dmake_two_pdfversions33 def make_version(ifile, ofile, device, dpi, baseline=0):
49 tfile = ofile + ".pdf"
58 gs.outfile = ofile
80 ofile = "%s.pdf.%s.baseline.pnm" % (file, device)
84 rasterdb.get_file(dbfile, output=ofile)
86 make_version(file, ofile, device, res, baseline=1)
88 ofile = "%s.pdf.%s.compare.pnm" % (file, device)
90 make_version(file, ofile, device, res, baseline=0)
/dports/print/ghostscript8-base/ghostscript-8.71/toolbin/tests/
H A Dmake_two_pdfversions31 def make_version(ifile, ofile, device, dpi, baseline=0):
47 tfile = ofile + ".pdf"
56 gs.outfile = ofile
78 ofile = "%s.pdf.%s.baseline.pnm" % (file, device)
82 rasterdb.get_file(dbfile, output=ofile)
84 make_version(file, ofile, device, res, baseline=1)
86 ofile = "%s.pdf.%s.compare.pnm" % (file, device)
88 make_version(file, ofile, device, res, baseline=0)
/dports/print/ghostscript9-x11/ghostscript-9.06/toolbin/tests/
H A Dmake_two_pdfversions33 def make_version(ifile, ofile, device, dpi, baseline=0):
49 tfile = ofile + ".pdf"
58 gs.outfile = ofile
80 ofile = "%s.pdf.%s.baseline.pnm" % (file, device)
84 rasterdb.get_file(dbfile, output=ofile)
86 make_version(file, ofile, device, res, baseline=1)
88 ofile = "%s.pdf.%s.compare.pnm" % (file, device)
90 make_version(file, ofile, device, res, baseline=0)
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/tools/
H A Dquality.cpp69 std::ofstream ofile; in main() local
75 ofile.open (out_file); in main()
169 if (ofile.is_open()) in main()
178 ofile<<"\n"; in main()
182 ofile<<", " << qit->second; in main()
184 ofile<<"\n"; in main()
199 if (ofile.is_open()) in main()
204 ofile<< ", " << qit->second; in main()
206 ofile<<"\n"; in main()
271 if (ofile.is_open()) in main()
[all …]
/dports/science/plumed/plumed2-2.7.2/src/ves/
H A DCoeffsMatrix.cpp605 writeHeaderToFile(ofile); in writeToFile()
606 writeDataToFile(ofile); in writeToFile()
632 ofile.clearFields(); in writeHeaderToFile()
675 ofile.printField(); in writeDataDiagonalToFile()
677 ofile.fmtField(); in writeDataDiagonalToFile()
680 ofile.printf("\n"); in writeDataDiagonalToFile()
681 ofile.printf("\n"); in writeDataDiagonalToFile()
704 ofile.printField(); in writeDataFullToFile()
707 ofile.fmtField(); in writeDataFullToFile()
710 ofile.printf("\n"); in writeDataFullToFile()
[all …]
/dports/science/plumed/plumed2-2.7.2/src/gridtools/
H A DGridPrintingBase.cpp85 OFile ofile; ofile.link(*this); in update() local
86 ofile.setBackupString("analysis"); in update()
87 ofile.open( filename ); printGrid( ofile ); in update()
100 OFile ofile; ofile.link(*this); in runFinalJobs() local
101 ofile.open( filename ); printGrid( ofile ); in runFinalJobs()
/dports/lang/fpc/fpc-3.2.2/compiler/utils/
H A Ddummyas.pp23 ofile : text;
86 Assign(ofile,assembler_name);
88 Reset(ofile);
94 Close(ofile);
97 Assign(ofile,object_name);
98 Rewrite(ofile);
104 Writeln(ofile,'Dummy as called');
106 Write(ofile,ParamStr(i),' ');
107 Writeln(ofile);
109 Writeln(ofile,'object file=',object_name);
[all …]
/dports/lang/fpc-source/fpc-3.2.2/compiler/utils/
H A Ddummyas.pp23 ofile : text;
86 Assign(ofile,assembler_name);
88 Reset(ofile);
94 Close(ofile);
97 Assign(ofile,object_name);
98 Rewrite(ofile);
104 Writeln(ofile,'Dummy as called');
106 Write(ofile,ParamStr(i),' ');
107 Writeln(ofile);
109 Writeln(ofile,'object file=',object_name);
[all …]
/dports/editors/fpc-ide/fpc-3.2.2/compiler/utils/
H A Ddummyas.pp23 ofile : text;
86 Assign(ofile,assembler_name);
88 Reset(ofile);
94 Close(ofile);
97 Assign(ofile,object_name);
98 Rewrite(ofile);
104 Writeln(ofile,'Dummy as called');
106 Write(ofile,ParamStr(i),' ');
107 Writeln(ofile);
109 Writeln(ofile,'object file=',object_name);
[all …]
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/gzip/
H A Dgzip.c94 char ofile[256], *f, *s; in gzipf() local
117 strcpy(ofile, "<stdout>"); in gzipf()
125 if(s != nil && s != ofile && strcmp(s, ".tar") == 0){ in gzipf()
127 snprint(ofile, sizeof(ofile), "%s.tgz", f); in gzipf()
129 snprint(ofile, sizeof(ofile), "%s.gz", f); in gzipf()
130 ofd = create(ofile, OWRITE, 0666); in gzipf()
132 fprint(2, "gzip: can't open %s: %r\n", ofile); in gzipf()
139 fprint(2, "compressing %s to %s\n", file, ofile); in gzipf()
144 fprint(2, "gzip: error writing %s: %r\n", ofile); in gzipf()
146 remove(ofile); in gzipf()
H A Dgunzip.c19 static int gunzip(int ofd, char *ofile, Biobuf *bin);
97 char ofile[256], *s; in gunzipf() local
122 strcpy(ofile, "<stdout>"); in gunzipf()
129 strecpy(ofile, ofile+sizeof ofile, s); in gunzipf()
130 s = strrchr(ofile, '.'); in gunzipf()
135 else if(strcmp(file, ofile) == 0){ in gunzipf()
142 ofd = create(ofile, OWRITE, 0666); in gunzipf()
149 delfile = ofile; in gunzipf()
153 ok = gunzip(ofd, ofile, &bin); in gunzipf()
157 fprint(2, "gunzip: can't write %s: %r\n", ofile); in gunzipf()
[all …]
/dports/devel/cli11/CLI11-2.1.2/tests/
H A DConfigFileTest.cpp64 std::stringstream ofile; variable
66 ofile << "one=three\n";
67 ofile << "two=four\n";
83 std::stringstream ofile; variable
86 ofile << "one=three\n";
87 ofile << "two=four\n";
104 std::stringstream ofile; variable
196 ofile << "two = four";
215 ofile << "[second]\n";
238 ofile << " \n";
[all …]
/dports/math/miracl/miracl-5.6/
H A Denciph.c44 FILE *ofile; in main() local
93 ofile=fopen(ofname,"wb"); in main()
105 fputc(ch,ofile); in main()
108 fclose(ofile); in main()
112 ofile=fopen(ofname,"wt"); in main()
113 fprintf(ofile,"%ld\n",ipt); in main()
114 cotnum(x,ofile); in main()
115 fclose(ofile); in main()
/dports/cad/lepton-eda/lepton-eda-1.9.17/libleptongui/scheme/schematic/
H A Dprecompile.scm32 ( define ( precompile-file ifile ofile )
49 ( set! res ( compile-file ifile #:output-file ofile ) )
56 ( false-if-exception ( delete-file ofile ) )
75 ( ofile #f )
119 ( set! ofile (format #f "~a/~a" odir ifile-rel) )
121 ( set! ofile (strip-suffix ofile ext) )
122 ( set! ofile (append-suffix ofile ".go") )
124 ( precompile-file ifile ofile )

12345678910>>...471