Home
last modified time | relevance | path

Searched refs:ofile (Results 101 – 125 of 11381) sorted by relevance

12345678910>>...456

/dports/www/firefox/firefox-99.0/dom/media/webrtc/third_party_build/
H A Dextract-for-git.py83 def write_as_mbox(sha1, author, date, description, commit, ofile): argument
85 ofile.write("From {} Mon Sep 17 00:00:00 2001\n".format(sha1))
86 ofile.write("From: {}\n".format(author))
87 ofile.write("Date: {}\n".format(date))
89 ofile.write("Subject: {}\n".format(description[0]))
90 ofile.write("\n".join(description[1:]))
91 ofile.write(
96 ofile.write(commit)
97 ofile.write("\n")
98 ofile.write("\n")
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/dom/media/webrtc/third_party_build/
H A Dextract-for-git.py83 def write_as_mbox(sha1, author, date, description, commit, ofile): argument
85 ofile.write("From {} Mon Sep 17 00:00:00 2001\n".format(sha1))
86 ofile.write("From: {}\n".format(author))
87 ofile.write("Date: {}\n".format(date))
89 ofile.write("Subject: {}\n".format(description[0]))
90 ofile.write("\n".join(description[1:]))
91 ofile.write(
96 ofile.write(commit)
97 ofile.write("\n")
98 ofile.write("\n")
[all …]
/dports/mail/ecartis/ecartis-1.0.0/src/
H A Dvariables.c872 if(!ofile) { in write_configfile()
887 close_file(ofile); in write_configfile()
894 close_file(ofile); in write_configfile()
981 write_file(ofile, "#\n"); in write_configfile()
1004 close_file(ofile); in write_configfile()
1013 if(!ofile) { in write_configfile_section()
1067 close_file(ofile); in write_configfile_section()
1424 if(!ofile) { in write_cheatsheet()
1435 close_file(ofile); in write_cheatsheet()
1526 write_file(ofile,"G"); in write_cheatsheet()
[all …]
/dports/science/plumed/plumed2-2.7.2/src/generic/
H A DDebug.cpp52 OFile ofile; member in PLMD::generic::Debug
96 ofile.link(*this); in Debug()
100 ofile.open(file); in Debug()
104 ofile.link(log); in Debug()
118 ofile<<"activity at step "<<getStep()<<": "; in apply()
121 if(p->isActive()) ofile.printf("+"); in apply()
122 else ofile.printf("-"); in apply()
124 ofile.printf("\n"); in apply()
128 ofile<<"requested atoms at step "<<getStep()<<": "; in apply()
133 for(int i=0; i<n; i++) ofile.printf(" %d",l[i]); in apply()
[all …]
/dports/lang/ocaml/ocaml-4.05.0/testsuite/tests/lib-threads/
H A Dfileio.ml61 let make_lines ofile =
62 let oc = open_out ofile in
70 let test_trunc_line ofile =
72 let oc = open_out ofile in
76 let ic = open_in ofile in
90 let ofile = Filename.temp_file "testio" "" in
92 (copy_file 256) (copy_file 256) ifile ofile;
98 (copy_file 256) (copy_file 4096) ifile ofile;
112 copy_line copy_line linesfile ofile;
113 test_trunc_line ofile;
[all …]
/dports/lang/ocaml-nox11/ocaml-4.05.0/testsuite/tests/lib-threads/
H A Dfileio.ml61 let make_lines ofile =
62 let oc = open_out ofile in
70 let test_trunc_line ofile =
72 let oc = open_out ofile in
76 let ic = open_in ofile in
90 let ofile = Filename.temp_file "testio" "" in
92 (copy_file 256) (copy_file 256) ifile ofile;
98 (copy_file 256) (copy_file 4096) ifile ofile;
112 copy_line copy_line linesfile ofile;
113 test_trunc_line ofile;
[all …]
/dports/science/plumed/plumed2-2.7.2/src/analysis/
H A DCommittor.cpp63 OFile ofile; member in PLMD::analysis::Committor
101 ofile.link(*this); in Committor()
104 ofile.open(file); in Committor()
108 ofile.link(log); in Committor()
164 ofile.fmtField(" %f"); in calculate()
165 ofile.printField("time",getTime()); in calculate()
167 ofile.fmtField(fmt); in calculate()
171 ofile.printField(); in calculate()
183 ofile.addConstantField(str); in calculate()
184 ofile.printField(); in calculate()
[all …]
/dports/games/d2x/d2x-0.2.5/iff/
H A Diff.c857 put_sig(bmhd_sig,ofile); in write_bmhd()
887 put_sig(cmap_sig,ofile); in write_pal()
898 fputc(r,ofile); in write_pal()
899 fputc(g,ofile); in write_pal()
900 fputc(b,ofile); in write_pal()
986 put_long(len,ofile); in write_body()
1042 put_word(new_w,ofile); in write_tiny()
1043 put_word(new_h,ofile); in write_tiny()
1083 put_sig(pbm_sig,ofile); in write_pbm()
1113 FILE *ofile; in iff_write_bitmap() local
[all …]
/dports/math/cado-nfs/cado-nfs-f4284e2391121b2bfb97bc4880b6273c7250dc2f/linalg/bwc/
H A Dmf_scan.c72 const char * ofile = NULL; in main() local
140 ofile = tmp; in main()
194 if (ofile) { in main()
195 if (strcmp(ofile, "-") == 0) { in main()
196 ofile = NULL; in main()
201 m_out->f = fopen(ofile, "w"); in main()
203 m_out->f = fopen(ofile, "wb"); in main()
210 m_out->f = fopen(ofile, "wb"); in main()
215 } else if (ofile) { in main()
223 if (ofile) freq_default_prefix=ofile; in main()
[all …]
/dports/devel/py-memory-profiler/memory_profiler-0.58.0/test/
H A Dtest_exit_code.py17 with tmpfile as ofile:
18 ofile.write(s)
19 ofile.flush()
26 with tmpfile as ofile:
27 ofile.write(s)
28 ofile.flush()
35 with tmpfile as ofile:
36 ofile.write(s)
37 ofile.flush()
/dports/devel/boost-docs/boost_1_72_0/boost/sort/common/
H A Dfile_vector.hpp48 std::ofstream ofile; in generate_file() local
51 if (ofile.bad()) in generate_file()
62 ofile.close(); in generate_file()
121 std::ofstream ofile; in write_file_uint64() local
122 ofile.open(filename, in write_file_uint64()
125 if (ofile.bad()) in write_file_uint64()
133 ofile.close(); in write_file_uint64()
195 std::ofstream ofile; in write_file_string() local
199 if (ofile.bad()) in write_file_string()
206 ofile.put(0x0); in write_file_string()
[all …]
/dports/devel/hyperscan/boost_1_75_0/boost/sort/common/
H A Dfile_vector.hpp48 std::ofstream ofile; in generate_file() local
51 if (ofile.bad()) in generate_file()
62 ofile.close(); in generate_file()
121 std::ofstream ofile; in write_file_uint64() local
122 ofile.open(filename, in write_file_uint64()
125 if (ofile.bad()) in write_file_uint64()
133 ofile.close(); in write_file_uint64()
195 std::ofstream ofile; in write_file_string() local
199 if (ofile.bad()) in write_file_string()
206 ofile.put(0x0); in write_file_string()
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/boost/sort/common/
H A Dfile_vector.hpp48 std::ofstream ofile; in generate_file() local
51 if (ofile.bad()) in generate_file()
62 ofile.close(); in generate_file()
121 std::ofstream ofile; in write_file_uint64() local
122 ofile.open(filename, in write_file_uint64()
125 if (ofile.bad()) in write_file_uint64()
133 ofile.close(); in write_file_uint64()
195 std::ofstream ofile; in write_file_string() local
199 if (ofile.bad()) in write_file_string()
206 ofile.put(0x0); in write_file_string()
[all …]
/dports/devel/R-cran-BH/BH/inst/include/boost/sort/common/
H A Dfile_vector.hpp48 std::ofstream ofile; in generate_file() local
51 if (ofile.bad()) in generate_file()
62 ofile.close(); in generate_file()
121 std::ofstream ofile; in write_file_uint64() local
122 ofile.open(filename, in write_file_uint64()
125 if (ofile.bad()) in write_file_uint64()
133 ofile.close(); in write_file_uint64()
195 std::ofstream ofile; in write_file_string() local
199 if (ofile.bad()) in write_file_string()
206 ofile.put(0x0); in write_file_string()
[all …]
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/sort/common/
H A Dfile_vector.hpp48 std::ofstream ofile; in generate_file() local
51 if (ofile.bad()) in generate_file()
62 ofile.close(); in generate_file()
121 std::ofstream ofile; in write_file_uint64() local
122 ofile.open(filename, in write_file_uint64()
125 if (ofile.bad()) in write_file_uint64()
133 ofile.close(); in write_file_uint64()
195 std::ofstream ofile; in write_file_string() local
199 if (ofile.bad()) in write_file_string()
206 ofile.put(0x0); in write_file_string()
[all …]
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/sort/common/
H A Dfile_vector.hpp48 std::ofstream ofile; in generate_file() local
51 if (ofile.bad()) in generate_file()
62 ofile.close(); in generate_file()
121 std::ofstream ofile; in write_file_uint64() local
122 ofile.open(filename, in write_file_uint64()
125 if (ofile.bad()) in write_file_uint64()
133 ofile.close(); in write_file_uint64()
195 std::ofstream ofile; in write_file_string() local
199 if (ofile.bad()) in write_file_string()
206 ofile.put(0x0); in write_file_string()
[all …]
/dports/devel/boost-libs/boost_1_72_0/boost/sort/common/
H A Dfile_vector.hpp48 std::ofstream ofile; in generate_file() local
51 if (ofile.bad()) in generate_file()
62 ofile.close(); in generate_file()
121 std::ofstream ofile; in write_file_uint64() local
122 ofile.open(filename, in write_file_uint64()
125 if (ofile.bad()) in write_file_uint64()
133 ofile.close(); in write_file_uint64()
195 std::ofstream ofile; in write_file_string() local
199 if (ofile.bad()) in write_file_string()
206 ofile.put(0x0); in write_file_string()
[all …]
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/sort/common/
H A Dfile_vector.hpp48 std::ofstream ofile; in generate_file() local
51 if (ofile.bad()) in generate_file()
62 ofile.close(); in generate_file()
121 std::ofstream ofile; in write_file_uint64() local
122 ofile.open(filename, in write_file_uint64()
125 if (ofile.bad()) in write_file_uint64()
133 ofile.close(); in write_file_uint64()
195 std::ofstream ofile; in write_file_string() local
199 if (ofile.bad()) in write_file_string()
206 ofile.put(0x0); in write_file_string()
[all …]
/dports/lang/python-legacy/Python-2.7.18/Lib/
H A Dmimify.py151 ofile.write(pref + line)
220 ofile = outfile
223 ofile.flush()
368 ofile.write(line)
378 ofile.write(header_end)
383 ofile.write(line)
384 ofile.write(message_end)
404 ofile.write(line)
413 ofile.write(line)
428 ofile = outfile
[all …]
/dports/lang/python27/Python-2.7.18/Lib/
H A Dmimify.py151 ofile.write(pref + line)
220 ofile = outfile
223 ofile.flush()
368 ofile.write(line)
378 ofile.write(header_end)
383 ofile.write(line)
384 ofile.write(message_end)
404 ofile.write(line)
413 ofile.write(line)
428 ofile = outfile
[all …]
/dports/java/eclipse-pydev/eclipse-pydev-8.2.0/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/
H A Dmimify.py151 ofile.write(pref + line)
220 ofile = outfile
223 ofile.flush()
368 ofile.write(line)
378 ofile.write(header_end)
383 ofile.write(line)
384 ofile.write(message_end)
404 ofile.write(line)
413 ofile.write(line)
428 ofile = outfile
[all …]
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Lib/
H A Dmimify.py151 ofile.write(pref + line)
220 ofile = outfile
223 ofile.flush()
368 ofile.write(line)
378 ofile.write(header_end)
383 ofile.write(line)
384 ofile.write(message_end)
404 ofile.write(line)
413 ofile.write(line)
428 ofile = outfile
[all …]
/dports/news/s-news/s-news-0.1.11/
H A Dnewgroup.c111 if (!(rfp = fopen(ofile,"r"))) in update_active()
113 perror(ofile); in update_active()
125 fprintf(stderr,"%s: long line\n",ofile); in update_active()
131 fprintf(stderr,"%s: malformed line\n",ofile); in update_active()
161 perror(ofile); in update_active()
183 if (!ret && rename(nfile,ofile)) in update_active()
206 if (!(rfp = fopen(ofile,"r"))) in update_newsgroups()
208 perror(ofile); in update_newsgroups()
219 fprintf(stderr,"%s: long line\n",ofile); in update_newsgroups()
248 perror(ofile); in update_newsgroups()
[all …]
/dports/emulators/bsvc/bsvc-2.4.6/misc/sim68360/
H A Dgal.py270 ofile.write(s)
301 ofile.write(s)
339 ofile.write("\n")
342 ofile.write(s)
359 ofile.write("\n")
362 ofile.write(s)
380 ofile.write(s)
383 ofile.write(s)
400 ofile=open(n,"w")
410 ofile.close()
[all …]
/dports/science/cdo/cdo-2.0.0/libcdi/app/
H A Dcreatetable.c30 char *ifile = NULL, *ofile = NULL; in main() local
77 ofile = (++argv)[0]; in main()
81 if ( ifile == NULL || ofile == NULL ) in main()
93 if ( ofile ) in main()
94 fprintf(stderr, " > %s\n\n", ofile); in main()
101 Message("write parameter table %d to %s", tableID, ofile); in main()
102 FILE *ptfp = (ofile[0] == '-' && ofile[1] == '\0')?stdout:fopen(ofile, "w"); in main()

12345678910>>...456