Home
last modified time | relevance | path

Searched refs:lFilename (Results 1 – 11 of 11) sorted by relevance

/dports/devel/open-beagle/beagle-3.0.3/beagle/src/
H A DMilestoneWriteOp.cpp189 string lFilename = mMilestonePrefix->getWrappedValue(); in operate() local
191 lFilename += "_d"; in operate()
192 lFilename += uint2str(ioContext.getDemeIndex()+1); in operate()
195 lFilename += "_g"; in operate()
196 lFilename += uint2str(ioContext.getGeneration()); in operate()
198 lFilename += ".obm"; in operate()
200 if(mCompressMilestone->getWrappedValue()) lFilename += ".gz"; in operate()
205 string("Writing milestone file \"")+lFilename+"\"" in operate()
207 writeMilestone(lFilename, ioContext); in operate()
H A DEvolver.cpp626 string lFilename(lToken.begin()+lEqual+1, lToken.end()); in parseCommandLine() local
627 readEvolverFile(lFilename); in parseCommandLine()
/dports/games/alienblaster/alienblaster/src/
H A Doptions.cc30 Options::Options(const string lFilename) { in Options() argument
31 if (lFilename == "") { in Options()
36 filename = lFilename; in Options()
90 int Options::saveFile( const string lFilename ) { in saveFile() argument
92 if (lFilename != "") { in saveFile()
93 filename = lFilename; in saveFile()
H A Doptions.h50 Options( const std::string lFilename );
77 int saveFile( const std::string lFilename );
/dports/math/pdal/PDAL-2.3.0/pdal/
H A DStageFactory.cpp78 std::string lFilename = Utils::tolower(filename); in inferWriterDriver() local
79 if (lFilename == "devnull" || lFilename == "/dev/null") in inferWriterDriver()
83 if (lFilename == "stdout") in inferWriterDriver()
86 ext = Utils::tolower(FileUtils::extension(lFilename)); in inferWriterDriver()
/dports/games/freedink-dfarc/dfarc-3.14/src/
H A DRecursiveDelete.cpp42 wxString lFilename = aFilename.Mid( aFilename.Find( '/', true ) + 1 ); in OnFile() local
43 if (lFilename.Mid(0, 4).MakeUpper() == _T("SAVE") in OnFile()
44 && lFilename.Mid(lFilename.Len() - 3).MakeUpper() == _T("DAT")) in OnFile()
/dports/math/teyjus/teyjus-2.1-7-ge63f40a/source/system/
H A Dstream.c386 char *lFilename = NULL; in STREAM_open() local
403 } else lFilename = EM_strdup(inFilename); in STREAM_open()
405 lFile = fopen(lFilename, inMode); in STREAM_open()
414 lStream -> mUnion.mFile.mName = lFilename; in STREAM_open()
420 if (lFilename) free(lFilename); in STREAM_open()
/dports/graphics/bmeps/dktools-4.31.1/src/wxbmpp/
H A DBmpp4Progress.cpp447 lFilename = NULL; in Bmpp4Progress()
465 lFilename = new wxStaticText( in Bmpp4Progress()
470 if(!(lFilename)) { in Bmpp4Progress()
474 lFilename, in Bmpp4Progress()
774 lFilename->SetLabel(onefile->shortifn); in ProcessingNewFile()
H A DBmpp4Progress.h261 wxStaticText *lFilename; variable
H A DBmpp4Progress.wxc22 contents = lFilename left
31 [wxStaticText lFilename]
987 lFilename->SetLabel(onefile->shortifn);
/dports/graphics/openjpeg/openjpeg-2.4.0/src/bin/jp2/
H A Dopj_compress.c1259 char *lFilename = opj_optarg; in parse_cmdline_encoder() local
1269 FILE * lFile = fopen(lFilename, "r"); in parse_cmdline_encoder()