Home
last modified time | relevance | path

Searched refs:ofstr (Results 1 – 25 of 60) sorted by relevance

123

/dports/games/freedoko/FreeDoko_0.7.19/src/os/
H A Dbug_report.cpp131 if (!ofstr->fail()) in report()
134 if (!ofstr || ofstr->fail()) { in report()
140 ofstr = &cerr; in report()
171 *ofstr << '\n' in report()
187 *ofstr << '\n' in report()
197 *ofstr << "}\n"; in report()
201 *ofstr << '\n' in report()
213 *ofstr << "}\n"; in report()
219 *ofstr << '\n' in report()
245 *ofstr << "}\n"; in report()
[all …]
/dports/cad/librecad/LibreCAD-2.2.0-rc2/libraries/jwwlib/src/
H A Djwtype.h66 return ofstr;
118 return ofstr;
171 return ofstr;
234 return ofstr;
344 return ofstr;
367 return ofstr;
379 return ofstr;
391 return ofstr;
403 return ofstr;
414 ofstr.write((char*)&output, sizeof(int));
[all …]
H A Djwwdoc.h475 ofstr << (jwBYTE)0x0; in Serialize()
479 ofstr << (jwBYTE)0xFF; in Serialize()
480 ofstr << (jwWORD)len; in Serialize()
482 ofstr << (jwBYTE)len; in Serialize()
488 ofstr << (jwBYTE)0x0; in Serialize()
492 ofstr << (jwBYTE)0xFF; in Serialize()
493 ofstr << (jwWORD)len; in Serialize()
495 ofstr << (jwBYTE)len; in Serialize()
760 ofstr << (jwBYTE)0x0; in Serialize()
765 ofstr << (jwWORD)len; in Serialize()
[all …]
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/acro/packages/utilib/test/studies/
H A Diotest_debug.cpp127 ofstream ofstr(tmp); in test_iotest_debug() local
128 CommonIO::set_streams(&ofstr,&ofstr,&stdcin); in test_iotest_debug()
131 ofstr.close(); in test_iotest_debug()
177 ofstr.open(tmp); in test_iotest_debug()
178 CommonIO::set_streams(&ofstr,&ofstr,&stdcin); in test_iotest_debug()
183 ofstr.close(); in test_iotest_debug()
H A Diotest.cpp130 ofstream ofstr(tmp); in test_iotest() local
131 CommonIO::set_streams(&ofstr,&ofstr,&stdcin); in test_iotest()
134 ofstr.close(); in test_iotest()
180 ofstr.open(tmp); in test_iotest()
181 CommonIO::set_streams(&ofstr,&ofstr,&stdcin); in test_iotest()
186 ofstr.close(); in test_iotest()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/objtools/flatfile/integration_test/
H A Dflatfile_parser_integration_tests.cpp68 CNcbiOfstream ofstr(outputName); in BOOST_AUTO_TEST_CASE() local
69 ofstr << MSerial_AsnText << *pResult; in BOOST_AUTO_TEST_CASE()
70 ofstr.close(); in BOOST_AUTO_TEST_CASE()
109 CNcbiOfstream ofstr(outputName); in BOOST_AUTO_TEST_CASE() local
110 ofstr << MSerial_AsnText << *pResult; in BOOST_AUTO_TEST_CASE()
111 ofstr.close(); in BOOST_AUTO_TEST_CASE()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/objtools/writers/unit_test/
H A Dunit_test_bedgraphwriter.cpp194 CNcbiOfstream ofstr(output.c_str()); in sUpdateCase() local
195 CBedGraphWriter* pWriter = sGetWriter(*pScope, ofstr); in sUpdateCase()
204 ofstr.flush(); in sUpdateCase()
214 ofstr.flush(); in sUpdateCase()
217 ofstr.close(); in sUpdateCase()
267 CNcbiOfstream ofstr(resultName.c_str()); in sRunTest() local
268 CBedGraphWriter* pWriter = sGetWriter(*pScope, ofstr); in sRunTest()
277 ofstr.flush(); in sRunTest()
287 ofstr.flush(); in sRunTest()
290 ofstr.close(); in sRunTest()
H A Dunit_test_bedwriter.cpp194 CNcbiOfstream ofstr(output.c_str()); in sUpdateCase() local
195 CBedWriter* pWriter = sGetWriter(*pScope, ofstr); in sUpdateCase()
204 ofstr.flush(); in sUpdateCase()
214 ofstr.flush(); in sUpdateCase()
217 ofstr.close(); in sUpdateCase()
267 CNcbiOfstream ofstr(resultName.c_str()); in sRunTest() local
268 CBedWriter* pWriter = sGetWriter(*pScope, ofstr); in sRunTest()
277 ofstr.flush(); in sRunTest()
287 ofstr.flush(); in sRunTest()
290 ofstr.close(); in sRunTest()
H A Dunit_test_gtfwriter.cpp194 CNcbiOfstream ofstr(output.c_str()); in sUpdateCase() local
195 CGtfWriter* pWriter = sGetWriter(*pScope, ofstr); in sUpdateCase()
204 ofstr.flush(); in sUpdateCase()
214 ofstr.flush(); in sUpdateCase()
217 ofstr.close(); in sUpdateCase()
267 CNcbiOfstream ofstr(resultName.c_str()); in sRunTest() local
268 CGtfWriter* pWriter = sGetWriter(*pScope, ofstr); in sRunTest()
277 ofstr.flush(); in sRunTest()
287 ofstr.flush(); in sRunTest()
290 ofstr.close(); in sRunTest()
H A Dunit_test_srcwriter.cpp189 CNcbiOfstream ofstr(output.c_str()); in sUpdateCase() local
197 writer.WriteSeqEntry(*pEntry, *pScope, ofstr); in sUpdateCase()
208 writer.WriteBioseqHandles(vecIdBsh, CSrcWriter::sAllSrcCheckFields, ofstr); in sUpdateCase()
211 ofstr.flush(); in sUpdateCase()
213 ofstr.close(); in sUpdateCase()
268 CNcbiOfstream ofstr(resultName.c_str()); in sRunTest() local
273 writer.WriteSeqEntry(*pEntry, *pScope, ofstr); in sRunTest()
284 writer.WriteBioseqHandles(vecIdBsh, CSrcWriter::sAllSrcCheckFields, ofstr); in sRunTest()
287 ofstr.flush(); in sRunTest()
289 ofstr.close(); in sRunTest()
H A Dunit_test_ucscwriter.cpp194 CNcbiOfstream ofstr(output.c_str()); in sUpdateCase() local
195 CUCSCRegionWriter* pWriter = sGetWriter(*pScope, ofstr); in sUpdateCase()
204 ofstr.flush(); in sUpdateCase()
214 ofstr.flush(); in sUpdateCase()
217 ofstr.close(); in sUpdateCase()
267 CNcbiOfstream ofstr(resultName.c_str()); in sRunTest() local
268 CUCSCRegionWriter* pWriter = sGetWriter(*pScope, ofstr); in sRunTest()
277 ofstr.flush(); in sRunTest()
287 ofstr.flush(); in sRunTest()
290 ofstr.close(); in sRunTest()
H A Dunit_test_vcfwriter.cpp195 CNcbiOfstream ofstr(output.c_str()); in sUpdateCase() local
196 CVcfWriter* pWriter = sGetWriter(*pScope, ofstr); in sUpdateCase()
204 ofstr.flush(); in sUpdateCase()
214 ofstr.flush(); in sUpdateCase()
217 ofstr.close(); in sUpdateCase()
267 CNcbiOfstream ofstr(resultName.c_str()); in sRunTest() local
268 CVcfWriter* pWriter = sGetWriter(*pScope, ofstr); in sRunTest()
277 ofstr.flush(); in sRunTest()
287 ofstr.flush(); in sRunTest()
290 ofstr.close(); in sRunTest()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/objtools/readers/unit_test/
H A Dunit_test_5colftblreader.cpp97 CNcbiOfstream ofstr(output.c_str()); in sUpdateCase() local
99 ofstr << MSerial_AsnText << *pAnnot; in sUpdateCase()
100 ofstr.flush(); in sUpdateCase()
102 ofstr.close(); in sUpdateCase()
145 CNcbiOfstream ofstr(resultName.c_str()); in sRunTest() local
150 ofstr << MSerial_AsnText << *pAnnot; in sRunTest()
159 ofstr.close(); in sRunTest()
H A Dunit_test_gff3reader_genbank.cpp166 CNcbiOfstream ofstr(output.c_str()); in sUpdateCase() local
168 ofstr << MSerial_AsnText << *it; in sUpdateCase()
169 ofstr.flush(); in sUpdateCase()
171 ofstr.close(); in sUpdateCase()
221 CNcbiOfstream ofstr(resultName.c_str()); in sRunTest() local
223 ofstr << MSerial_AsnText << *it; in sRunTest()
224 ofstr.flush(); in sRunTest()
227 ofstr.close(); in sRunTest()
H A Dunit_test_pslreader.cpp160 CNcbiOfstream ofstr(output.c_str()); in sUpdateCase() local
162 ofstr << MSerial_AsnText << **cit; in sUpdateCase()
163 ofstr.flush(); in sUpdateCase()
165 ofstr.close(); in sUpdateCase()
214 CNcbiOfstream ofstr(resultName.c_str()); in sRunTest() local
216 ofstr << MSerial_AsnText << **cit; in sRunTest()
217 ofstr.flush(); in sRunTest()
220 ofstr.close(); in sRunTest()
H A Dunit_test_gtfreader.cpp166 CNcbiOfstream ofstr(output.c_str()); in sUpdateCase() local
168 ofstr << MSerial_AsnText << **cit; in sUpdateCase()
169 ofstr.flush(); in sUpdateCase()
171 ofstr.close(); in sUpdateCase()
220 CNcbiOfstream ofstr(resultName.c_str()); in sRunTest() local
222 ofstr << MSerial_AsnText << **cit; in sRunTest()
223 ofstr.flush(); in sRunTest()
226 ofstr.close(); in sRunTest()
H A Dunit_test_gvfreader.cpp158 CNcbiOfstream ofstr(output.c_str()); in sUpdateCase() local
160 ofstr << MSerial_AsnText << **cit; in sUpdateCase()
161 ofstr.flush(); in sUpdateCase()
163 ofstr.close(); in sUpdateCase()
212 CNcbiOfstream ofstr(resultName.c_str()); in sRunTest() local
214 ofstr << MSerial_AsnText << **cit; in sRunTest()
215 ofstr.flush(); in sRunTest()
218 ofstr.close(); in sRunTest()
H A Dunit_test_ucscreader.cpp164 CNcbiOfstream ofstr(output.c_str()); in sUpdateCase() local
165 ofstr << MSerial_AsnText << *annot; in sUpdateCase()
166 ofstr.flush(); in sUpdateCase()
167 ofstr.close(); in sUpdateCase()
216 CNcbiOfstream ofstr(resultName.c_str()); in sRunTest() local
217 ofstr << MSerial_AsnText << *annot; in sRunTest()
218 ofstr.flush(); in sRunTest()
220 ofstr.close(); in sRunTest()
H A Dunit_test_wigreader_raw.cpp154 CNcbiOfstream ofstr(output.c_str()); in sUpdateCase() local
159 record.Dump(ofstr); in sUpdateCase()
161 ofstr.flush(); in sUpdateCase()
171 ofstr.close(); in sUpdateCase()
210 CNcbiOfstream ofstr(resultName.c_str()); in sRunTest() local
215 record.Dump(ofstr); in sRunTest()
217 ofstr.flush(); in sRunTest()
227 ofstr.close(); in sRunTest()
H A Dunit_test_gff3reader.cpp163 CNcbiOfstream ofstr(output.c_str()); in sUpdateCase() local
165 ofstr << MSerial_AsnText << **cit; in sUpdateCase()
166 ofstr.flush(); in sUpdateCase()
168 ofstr.close(); in sUpdateCase()
220 CNcbiOfstream ofstr(resultName.c_str()); in sRunTest() local
222 ofstr << MSerial_AsnText << **cit; in sRunTest()
223 ofstr.flush(); in sRunTest()
226 ofstr.close(); in sRunTest()
H A Dunit_test_title_parser.cpp153 CNcbiOfstream ofstr(output.c_str()); in sUpdateCase() local
161 ofstr << mod.GetName() << " " << mod.GetValue() << endl; in sUpdateCase()
164 ofstr << remainder << endl; in sUpdateCase()
175 ofstr.close(); in sUpdateCase()
214 CNcbiOfstream ofstr(resultName.c_str()); in sRunTest() local
222 ofstr << mod.GetName() << " " << mod.GetValue() << endl; in sRunTest()
225 ofstr << remainder << endl; in sRunTest()
237 ofstr.close(); in sRunTest()
H A Dunit_test_bedreader.cpp157 CNcbiOfstream ofstr(output.c_str()); in sUpdateCase() local
159 ofstr << MSerial_AsnText << **cit; in sUpdateCase()
160 ofstr.flush(); in sUpdateCase()
162 ofstr.close(); in sUpdateCase()
209 CNcbiOfstream ofstr(resultName.c_str()); in sRunTest() local
211 ofstr << MSerial_AsnText << **cit; in sRunTest()
212 ofstr.flush(); in sRunTest()
215 ofstr.close(); in sRunTest()
H A Dunit_test_microarrayreader.cpp156 CNcbiOfstream ofstr(output.c_str()); in sUpdateCase() local
158 ofstr << MSerial_AsnText << **cit; in sUpdateCase()
159 ofstr.flush(); in sUpdateCase()
161 ofstr.close(); in sUpdateCase()
210 CNcbiOfstream ofstr(resultName.c_str()); in sRunTest() local
212 ofstr << MSerial_AsnText << **cit; in sRunTest()
213 ofstr.flush(); in sRunTest()
216 ofstr.close(); in sRunTest()
H A Dunit_test_vcfreader.cpp155 CNcbiOfstream ofstr(output.c_str()); in sUpdateCase() local
157 ofstr << MSerial_AsnText << **cit; in sUpdateCase()
158 ofstr.flush(); in sUpdateCase()
160 ofstr.close(); in sUpdateCase()
209 CNcbiOfstream ofstr(resultName.c_str()); in sRunTest() local
211 ofstr << MSerial_AsnText << **cit; in sRunTest()
212 ofstr.flush(); in sRunTest()
215 ofstr.close(); in sRunTest()
/dports/misc/rump/buildrump.sh-b914579/src/external/cddl/osnet/dist/tools/ctf/cvt/
H A Dstabs.c192 char *fstr = NULL, *ofstr = NULL; in stabs_read() local
309 if (ofstr && strcmp(fstr, ofstr) == 0) { in stabs_read()
316 if (ofstr) in stabs_read()
317 free(ofstr); in stabs_read()
318 ofstr = fstr; in stabs_read()
376 if (ofstr) in stabs_read()
377 free(ofstr); in stabs_read()

123