Home
last modified time | relevance | path

Searched refs:theFileName (Results 1 – 25 of 339) sorted by relevance

12345678910>>...14

/dports/textproc/xalan-c/xalan_c-1.12/src/xalanc/Utils/MsgCreator/
H A DMsgFileOutputStream.cpp40 openFile(const char* theFileName) in openFile() argument
42 assert(theFileName != 0); in openFile()
46 return fopen(theFileName, "wb"); in openFile()
52 m_fileName(theFileName), in MsgFileOutputStream()
58 theFileName, in MsgFileOutputStream()
123 assert(theFileName != 0); in FormatMessageLocal()
132 theFileName, in FormatMessageLocal()
139 const char* theFileName, in OpenException() argument
145 theFileName, in OpenException()
159 const char* theFileName, in WriteException() argument
[all …]
/dports/math/gap/gap-4.11.0/pkg/digraphs-1.1.1/extern/edge-addition-planarity-suite-Version_3.0.0.5/c/
H A DplanarityUtils.c320 scanf(" %s", theFileName); in ConstructInputFilename()
322 if (!strchr(theFileName, '.')) in ConstructInputFilename()
323 strcat(theFileName, ".txt"); in ConstructInputFilename()
332 strcpy(theFileName, infileName); in ConstructInputFilename()
335 return theFileName; in ConstructInputFilename()
355 if (theFileName != infileName) in ConstructPrimaryOutputFilename()
362 strcat(theFileName, "."); in ConstructPrimaryOutputFilename()
375 if (theFileName != infileName) in ConstructPrimaryOutputFilename()
380 strcat(theFileName, "."); in ConstructPrimaryOutputFilename()
389 if (theFileName != outfileName) in ConstructPrimaryOutputFilename()
[all …]
/dports/math/planarity/edge-addition-planarity-suite-Version_3.0.1.1/c/
H A DplanarityUtils.c331 scanf(" %s", theFileName); in ConstructInputFilename()
333 if (!strchr(theFileName, '.')) in ConstructInputFilename()
334 strcat(theFileName, ".txt"); in ConstructInputFilename()
343 strcpy(theFileName, infileName); in ConstructInputFilename()
346 return theFileName; in ConstructInputFilename()
366 if (theFileName != infileName) in ConstructPrimaryOutputFilename()
373 strcat(theFileName, "."); in ConstructPrimaryOutputFilename()
386 if (theFileName != infileName) in ConstructPrimaryOutputFilename()
391 strcat(theFileName, "."); in ConstructPrimaryOutputFilename()
400 if (theFileName != outfileName) in ConstructPrimaryOutputFilename()
[all …]
H A DplanarityRandomGraphs.c26 char theFileName[256]; in RandomGraphs() local
80 sprintf(theFileName, "random%c%d.txt", FILE_DELIMITER, K%10); in RandomGraphs()
81 writeResult = gp_Write(theGraph, theFileName, WRITE_ADJLIST); in RandomGraphs()
118 writeResult = gp_Write(theGraph, theFileName, WRITE_ADJLIST); in RandomGraphs()
169 sprintf(theFileName, "error%c%d.txt", FILE_DELIMITER, K%10); in RandomGraphs()
170 writeResult = gp_Write(origGraph, theFileName, WRITE_ADJLIST); in RandomGraphs()
426 char theFileName[256]; in RandomGraph() local
429 sprintf(theFileName, "random%cnonPlanarEdgeList.txt", FILE_DELIMITER); in RandomGraph()
431 sprintf(theFileName, "random%cmaxPlanarEdgeList.txt", FILE_DELIMITER); in RandomGraph()
433 sprintf(Line, "Saving edge list format to '%s'\n", theFileName); in RandomGraph()
[all …]
/dports/textproc/xalan-c/xalan_c-1.12/src/xalanc/PlatformSupport/
H A DXalanFileOutputStream.cpp119 const XalanDOMString& theFileName, in openFile() argument
199 const XalanDOMString& theFileName, in XalanFileOutputStream() argument
203 m_fileName(theFileName, theManager), in XalanFileOutputStream()
204 m_handle(openFile(theFileName, theManager)) in XalanFileOutputStream()
212 theFileName, in XalanFileOutputStream()
222 theFileName, in XalanFileOutputStream()
243 theFileName, in create()
336 const XalanDOMString& theFileName, in XalanFileOutputStreamOpenException() argument
345 theFileName), in XalanFileOutputStreamOpenException()
362 const XalanDOMString& theFileName, in XalanFileOutputStreamWriteException() argument
[all …]
/dports/benchmarks/polygraph/polygraph-4.13.0/src/base/
H A DILog.cc56 theFileName = aFileName; in stream()
64 stream(log.theFileName, log.theStream); in stream()
116 cerr << theFileName << ": read error; " << Error::Last() << endl; in getHeader()
118 cerr << theFileName << ": unknown log file format" << endl; in getHeader()
128 cerr << theFileName << ": log version " << cver << endl; in getHeader()
130 cerr << theFileName << ": this program supports version " << sver << endl; in getHeader()
135 cerr << theFileName << ": log version " << cver << endl; in getHeader()
136 cerr << theFileName << ": this program supports version " << sver << endl; in getHeader()
137 cerr << theFileName << ": continuing at your own risk..." << endl; in getHeader()
151 cerr << theFileName << ": log file is " in getHeader()
[all …]
/dports/audio/milkytracker/MilkyTracker-1.03.00/src/milkyplay/
H A DSampleLoaderGeneric.cpp114 loader = new SampleLoaderWAV(theFileName, theModule); in saveSample()
118 loader = new SampleLoaderIFF(theFileName, theModule); in saveSample()
122 loader = new SampleLoaderAIFF(theFileName, theModule); in saveSample()
128 loader = new SampleLoaderALL(theFileName, theModule); in saveSample()
145 SampleLoaderAbstract* loader = new SampleLoaderWAV(theFileName, theModule); in getSuitableLoader()
152 loader = new SampleLoaderIFF(theFileName, theModule); in getSuitableLoader()
159 loader = new SampleLoaderAIFF(theFileName, theModule); in getSuitableLoader()
168 loader = new SampleLoaderALL(theFileName, theModule); in getSuitableLoader()
/dports/cad/opencascade/opencascade-7.6.0/tools/DFBrowser/
H A DDFBrowser_OpenApplication.cxx41 …Handle(TDocStd_Application) OpenApplication (const TCollection_AsciiString& theFileName, bool& isS… in OpenApplication() argument
43 Handle(TDocStd_Application) anApplication = CreateApplicationBySTEPFile (theFileName); in OpenApplication()
72 PCDM_ReaderStatus aStatus = anApplication->Open (theFileName, aDocument); in OpenApplication()
82 …andle(TDocStd_Application) CreateApplicationBySTEPFile (const TCollection_AsciiString& theFileName) in CreateApplicationBySTEPFile() argument
84 if (!theFileName.EndsWith (".step") && !theFileName.EndsWith (".stp")) in CreateApplicationBySTEPFile()
90 const TCollection_AsciiString aStr (theFileName); in CreateApplicationBySTEPFile()
/dports/cad/opencascade/opencascade-7.6.0/samples/CSharp/OCCTProxy_D3D/
H A DOCCTProxyD3D.cpp134 bool Dump (const TCollection_AsciiString& theFileName)
741 bool ImportBrep (System::String^ theFileName)
743 return ImportBrep (toAsciiString (theFileName));
750 bool ImportBrep (const TCollection_AsciiString& theFileName)
770 bool ImportStep (const TCollection_AsciiString& theFileName)
803 bool ImportIges (const TCollection_AsciiString& theFileName)
822 bool ExportBRep (const TCollection_AsciiString& theFileName)
839 bool ExportStep (const TCollection_AsciiString& theFileName)
904 aWriter.Write (aRes, theFileName.ToCString());
912 bool ExportStl (const TCollection_AsciiString& theFileName)
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/Image/
H A DImage_AlienPixMap.hxx50 bool Load (const TCollection_AsciiString& theFileName) in Load() argument
52 return Load (NULL, 0, theFileName); in Load()
57 const TCollection_AsciiString& theFileName);
66 const TCollection_AsciiString& theFileName);
69 Standard_EXPORT bool Save (const TCollection_AsciiString& theFileName);
109 Standard_EXPORT bool savePPM (const TCollection_AsciiString& theFileName) const;
/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DImage_AlienPixMap.hxx50 bool Load (const TCollection_AsciiString& theFileName) in Load() argument
52 return Load (NULL, 0, theFileName); in Load()
57 const TCollection_AsciiString& theFileName);
66 const TCollection_AsciiString& theFileName);
69 Standard_EXPORT bool Save (const TCollection_AsciiString& theFileName);
109 Standard_EXPORT bool savePPM (const TCollection_AsciiString& theFileName) const;
/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/opencascade/
H A DImage_AlienPixMap.hxx50 bool Load (const TCollection_AsciiString& theFileName) in Load() argument
52 return Load (NULL, 0, theFileName); in Load()
57 const TCollection_AsciiString& theFileName);
66 const TCollection_AsciiString& theFileName);
69 Standard_EXPORT bool Save (const TCollection_AsciiString& theFileName);
109 Standard_EXPORT bool savePPM (const TCollection_AsciiString& theFileName) const;
/dports/cad/opencascade/opencascade-7.6.0/samples/CSharp/OCCTProxy/
H A DOCCTProxy.cpp118 bool Dump(const TCollection_AsciiString& theFileName)
763 bool ImportBrep(System::String^ theFileName)
765 return ImportBrep (toAsciiString (theFileName));
790 bool ImportStep(const TCollection_AsciiString& theFileName)
828 bool ImportIges(const TCollection_AsciiString& theFileName)
852 bool ExportBRep(const TCollection_AsciiString& theFileName)
869 bool ExportStep(const TCollection_AsciiString& theFileName)
886 aStatus = aWriter.Write(theFileName.ToCString());
941 aWriter.Write(aRes, theFileName.ToCString());
950 bool ExportStl(const TCollection_AsciiString& theFileName)
[all …]
/dports/www/libecap/libecap-1.0.1/src/libecap/common/
H A Derrors.cc8 message(aMsg), theFileName(aFileName), theLineNo(aLineNo) { in TextException()
10 if (theFileName) { in TextException()
12 buf << theFileName << ':'; in TextException()
30 if (theFileName) in print()
31 os << theFileName << ':' << theLineNo << ": "; in print()
/dports/databases/percona56-client/percona-server-5.6.51-91.0/storage/ndb/src/kernel/blocks/ndbfs/
H A DPosixAsyncFile.cpp105 theFileName.c_str()); in check_odirect_write()
130 theFileName.c_str()); in check_odirect_read()
405 unlink(theFileName.c_str()); in openReq()
450 theFileName.c_str(), rw, in openReq()
454 theFileName.c_str(), rw); in openReq()
482 theFileName.c_str(), errno); in openReq()
499 err, my_errno, theFileName.c_str()); in openReq()
581 bytes_read, size, theFileName.c_str())); in readBuffer()
773 if (-1 == ::remove(theFileName.c_str())) { in removeReq()
858 const char * name = theFileName.c_str(); in createDirectories()
[all …]
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/storage/ndb/src/kernel/blocks/ndbfs/
H A DPosixAsyncFile.cpp105 theFileName.c_str()); in check_odirect_write()
130 theFileName.c_str()); in check_odirect_read()
405 unlink(theFileName.c_str()); in openReq()
450 theFileName.c_str(), rw, in openReq()
454 theFileName.c_str(), rw); in openReq()
482 theFileName.c_str(), errno); in openReq()
499 err, my_errno, theFileName.c_str()); in openReq()
581 bytes_read, size, theFileName.c_str())); in readBuffer()
773 if (-1 == ::remove(theFileName.c_str())) { in removeReq()
858 const char * name = theFileName.c_str(); in createDirectories()
[all …]
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/ndb/src/kernel/blocks/ndbfs/
H A DPosixAsyncFile.cpp139 theFileName.c_str()); in check_odirect_write()
164 theFileName.c_str()); in check_odirect_read()
183 theFileName.c_str(), GLOBAL_PAGE_SIZE); in check_odirect_read()
457 unlink(theFileName.c_str()); in openReq()
508 theFileName.c_str(), rw, in openReq()
512 theFileName.c_str(), rw); in openReq()
543 theFileName.c_str(), errno); in openReq()
692 bytes_read, size, theFileName.c_str())); in readBuffer()
880 if (-1 == ::remove(theFileName.c_str())) { in removeReq()
963 const char * name = theFileName.c_str(); in createDirectories()
[all …]
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/ndb/src/kernel/blocks/ndbfs/
H A DPosixAsyncFile.cpp134 theFileName.c_str()); in check_odirect_write()
159 theFileName.c_str()); in check_odirect_read()
178 theFileName.c_str(), GLOBAL_PAGE_SIZE); in check_odirect_read()
442 unlink(theFileName.c_str()); in openReq()
487 theFileName.c_str(), rw, in openReq()
491 theFileName.c_str(), rw); in openReq()
521 theFileName.c_str(), errno); in openReq()
623 bytes_read, size, theFileName.c_str())); in readBuffer()
821 if (-1 == ::remove(theFileName.c_str())) { in removeReq()
906 const char * name = theFileName.c_str(); in createDirectories()
[all …]
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/ndb/src/kernel/blocks/ndbfs/
H A DPosixAsyncFile.cpp134 theFileName.c_str()); in check_odirect_write()
159 theFileName.c_str()); in check_odirect_read()
178 theFileName.c_str(), GLOBAL_PAGE_SIZE); in check_odirect_read()
442 unlink(theFileName.c_str()); in openReq()
487 theFileName.c_str(), rw, in openReq()
491 theFileName.c_str(), rw); in openReq()
521 theFileName.c_str(), errno); in openReq()
623 bytes_read, size, theFileName.c_str())); in readBuffer()
821 if (-1 == ::remove(theFileName.c_str())) { in removeReq()
906 const char * name = theFileName.c_str(); in createDirectories()
[all …]
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/ndb/src/kernel/blocks/ndbfs/
H A DPosixAsyncFile.cpp134 theFileName.c_str()); in check_odirect_write()
159 theFileName.c_str()); in check_odirect_read()
178 theFileName.c_str(), GLOBAL_PAGE_SIZE); in check_odirect_read()
442 unlink(theFileName.c_str()); in openReq()
487 theFileName.c_str(), rw, in openReq()
491 theFileName.c_str(), rw); in openReq()
521 theFileName.c_str(), errno); in openReq()
623 bytes_read, size, theFileName.c_str())); in readBuffer()
821 if (-1 == ::remove(theFileName.c_str())) { in removeReq()
906 const char * name = theFileName.c_str(); in createDirectories()
[all …]
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/storage/ndb/src/kernel/blocks/ndbfs/
H A DPosixAsyncFile.cpp134 theFileName.c_str()); in check_odirect_write()
159 theFileName.c_str()); in check_odirect_read()
178 theFileName.c_str(), GLOBAL_PAGE_SIZE); in check_odirect_read()
442 unlink(theFileName.c_str()); in openReq()
487 theFileName.c_str(), rw, in openReq()
491 theFileName.c_str(), rw); in openReq()
521 theFileName.c_str(), errno); in openReq()
623 bytes_read, size, theFileName.c_str())); in readBuffer()
821 if (-1 == ::remove(theFileName.c_str())) { in removeReq()
906 const char * name = theFileName.c_str(); in createDirectories()
[all …]
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/storage/ndb/src/kernel/blocks/ndbfs/
H A DPosixAsyncFile.cpp134 theFileName.c_str()); in check_odirect_write()
159 theFileName.c_str()); in check_odirect_read()
178 theFileName.c_str(), GLOBAL_PAGE_SIZE); in check_odirect_read()
442 unlink(theFileName.c_str()); in openReq()
487 theFileName.c_str(), rw, in openReq()
491 theFileName.c_str(), rw); in openReq()
521 theFileName.c_str(), errno); in openReq()
623 bytes_read, size, theFileName.c_str())); in readBuffer()
821 if (-1 == ::remove(theFileName.c_str())) { in removeReq()
906 const char * name = theFileName.c_str(); in createDirectories()
[all …]
/dports/databases/percona56-server/percona-server-5.6.51-91.0/storage/ndb/src/kernel/blocks/ndbfs/
H A DPosixAsyncFile.cpp105 theFileName.c_str()); in check_odirect_write()
130 theFileName.c_str()); in check_odirect_read()
405 unlink(theFileName.c_str()); in openReq()
450 theFileName.c_str(), rw, in openReq()
454 theFileName.c_str(), rw); in openReq()
482 theFileName.c_str(), errno); in openReq()
499 err, my_errno, theFileName.c_str()); in openReq()
581 bytes_read, size, theFileName.c_str())); in readBuffer()
773 if (-1 == ::remove(theFileName.c_str())) { in removeReq()
858 const char * name = theFileName.c_str(); in createDirectories()
[all …]
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/storage/ndb/src/kernel/blocks/ndbfs/
H A DPosixAsyncFile.cpp105 theFileName.c_str()); in check_odirect_write()
130 theFileName.c_str()); in check_odirect_read()
405 unlink(theFileName.c_str()); in openReq()
450 theFileName.c_str(), rw, in openReq()
454 theFileName.c_str(), rw); in openReq()
482 theFileName.c_str(), errno); in openReq()
499 err, my_errno, theFileName.c_str()); in openReq()
581 bytes_read, size, theFileName.c_str())); in readBuffer()
773 if (-1 == ::remove(theFileName.c_str())) { in removeReq()
858 const char * name = theFileName.c_str(); in createDirectories()
[all …]
/dports/databases/mysql56-client/mysql-5.6.51/storage/ndb/src/kernel/blocks/ndbfs/
H A DPosixAsyncFile.cpp105 theFileName.c_str()); in check_odirect_write()
130 theFileName.c_str()); in check_odirect_read()
405 unlink(theFileName.c_str()); in openReq()
450 theFileName.c_str(), rw, in openReq()
454 theFileName.c_str(), rw); in openReq()
482 theFileName.c_str(), errno); in openReq()
499 err, my_errno, theFileName.c_str()); in openReq()
581 bytes_read, size, theFileName.c_str())); in readBuffer()
773 if (-1 == ::remove(theFileName.c_str())) { in removeReq()
858 const char * name = theFileName.c_str(); in createDirectories()
[all …]

12345678910>>...14