Home
last modified time | relevance | path

Searched refs:sOutputFile (Results 1 – 25 of 1592) sorted by relevance

12345678910>>...64

/dports/games/alephone/alephone-release-20190331/Source_Files/Misc/
H A DLogging.cpp47 static FILE* sOutputFile = NULL; variable
168 fprintf(sOutputFile, "%s\n", theString.c_str()); in logMessageV()
185 fprintf(sOutputFile, "%s", theString.c_str()); in logMessageV()
189 fflush(sOutputFile); in logMessageV()
198 if (sOutputFile) in flush()
200 fflush(sOutputFile); in flush()
227 assert(sOutputFile == NULL); in InitializeLogging()
231 sOutputFile = fopen(fs.GetPath(), "a"); in InitializeLogging()
234 if(sOutputFile != NULL) in InitializeLogging()
261 if(sFlushOutput && sOutputFile != NULL) in setFlushLoggingOutput()
[all …]
/dports/devel/codeworker/CodeWorker4_5_3/
H A DCGCompiler.cpp105 …d CGCompiledTemplateScript::generate(DtaScriptVariable* pContext, const std::string& sOutputFile) { in generate() argument
108 _pScript->generate(sOutputFile.c_str(), *pContext); in generate()
117 …void CGCompiledTemplateScript::expand(DtaScriptVariable* pContext, const std::string& sOutputFile)… in expand() argument
120 _pScript->expand(sOutputFile.c_str(), *pContext); in expand()
123 …d CGCompiledTemplateScript::generate(CppParsingTree_var pContext, const std::string& sOutputFile) { in generate() argument
126 _pScript->generate(sOutputFile.c_str(), *pContext._pInternalNode); in generate()
134 …void CGCompiledTemplateScript::expand(CppParsingTree_var pContext, const std::string& sOutputFile)… in expand() argument
136 expand(pContext._pInternalNode, sOutputFile); in expand()
229 …late(DtaScriptVariable* pContext, const std::string& sParsedFile, const std::string& sOutputFile) { in translate() argument
232 _pScript->translate(sParsedFile, sOutputFile, *pContext); in translate()
[all …]
H A DCGCompiler.h61 void generate(DtaScriptVariable* pContext, const std::string& sOutputFile);
63 void expand(DtaScriptVariable* pContext, const std::string& sOutputFile);
65 void generate(CppParsingTree_var pContext, const std::string& sOutputFile);
67 void expand(CppParsingTree_var pContext, const std::string& sOutputFile);
103 …slate(DtaScriptVariable* pContext, const std::string& sParsedFile, const std::string& sOutputFile);
107 …slate(CppParsingTree_var pContext, const std::string& sParsedFile, const std::string& sOutputFile);
H A DGrfGenerate.cpp60 std::string sOutputFile = _pFileName->getValue(visibility); in executeInternal() local
76 SEQUENCE_INTERRUPTION_LIST result = executeScript(sOutputFile.c_str(), pClass, executeFunction); in executeInternal()
87 …SEQUENCE_INTERRUPTION_LIST GrfGenerate::executeScript(const char* sOutputFile, DtaScriptVariable* … in executeScript() argument
89 CGRuntime::generate(executeFunction, CppParsingTree_var(pThisContext), sOutputFile); in executeScript()
93 return _pCachedScript->generate(sOutputFile, *pThisContext); in executeScript()
H A DGrfExpand.cpp34 …SEQUENCE_INTERRUPTION_LIST GrfExpand::executeScript(const char* sOutputFile, DtaScriptVariable* pT… in executeScript() argument
36 CGRuntime::expand(executeFunction, CppParsingTree_var(pThisContext), sOutputFile); in executeScript()
40 return getCachedScript()->expand(sOutputFile, *pThisContext); in executeScript()
H A DGrfTranslate.cpp62 std::string sOutputFile = _pOutputFileName->getValue(visibility); in executeInternal() local
78 …SEQUENCE_INTERRUPTION_LIST result = executeScript(sInputFile, sOutputFile, pClass, executeFunction… in executeInternal()
89 …slate::executeScript(const std::string& sInputFile, const std::string& sOutputFile, DtaScriptVaria… in executeScript() argument
91 CGRuntime::translate(executeFunction, CppParsingTree_var(pThisContext), sInputFile, sOutputFile); in executeScript()
94 return _pCachedScript->translate(sInputFile, sOutputFile, *pThisContext); in executeScript()
/dports/comms/mgetty+sendfax/mgetty-1.1.37/fax/
H A Dfaxspool.rules38 #FILTER ps /usr/bin/gs -sDEVICE=dfaxhigh -sOutputFile=$2%03d -dNOPAUSE -q -dSAFER - <$1
40 #FILTER ps /usr/bin/gs -sDEVICE=faxg3 -r204x196 -sOutputFile=$2%03d -dNOPAUSE -q -dSAFER - <$1
43 #FILTER ascii /usr/bin/gs -sDEVICE=dfaxhigh -sOutputFile=$2%03d -dNOPAUSE -q -- gslp.ps -fCourier-B…
57 #FILTER pdf /usr/bin/gs -sDEVICE=faxg3 -r204x196 -sOutputFile=$2%03d -dNOPAUSE -q -dSAFER -dBATCH -…
60 #FILTER pdf acroread -toPostScript <$1 | /usr/bin/gs -sDEVICE=faxg3 -r204x196 -sOutputFile=$2%03d -…
63 #FILTER pdf pdftops $1 - | /usr/bin/gs -sDEVICE=faxg3 -r204x196 -sOutputFile=$2%03d -dNOPAUSE -q -d…
69 FILTER doc /usr/bin/antiword -p a4 $1 | /usr/bin/gs -sDEVICE=faxg3 -r204x196 -sOutputFile=$2%03d -d…
70 FILTER doc-n /usr/bin/antiword -p a4 $1 | /usr/bin/gs -sDEVICE=faxg3 -r204x98 -sOutputFile=$2%03d -…
/dports/multimedia/libva-intel-media-driver/media-driver-intel-media-22.1.1/Tools/MediaDriverTools/KernelBinToSource/
H A DKernelBinToSource.cpp382 std::string sOutputFile; in createSourceFile() local
417sOutputFile = (uiLoc != std::string::npos) ? sInputFileName.substr(0, uiLoc) : sInputFileName; in createSourceFile()
418 sVarName = (sVar.length() == 0) ? sOutputFile : sVar; in createSourceFile()
421 sOutputFile += SOURCE_EXT; in createSourceFile()
422 sOutputFile = appendPath(sOutputDir, sOutputFile); in createSourceFile()
451 iStatus = writeSourceFile(pBuffer, uiIntSize, sOutputFile, sVarName); in createSourceFile()
483 std::string sOutputFile; in createHeaderFile() local
519 sVarName = (sVar.length() == 0) ? sOutputFile : sVar; in createHeaderFile()
522 sOutputFile += HEADER_EXT; in createHeaderFile()
523 sOutputFile = appendPath(sOutputDir, sOutputFile); in createHeaderFile()
[all …]
/dports/multimedia/cmrtlib/media-driver-intel-media-20.1.1/Tools/MediaDriverTools/KernelBinToSource/
H A DKernelBinToSource.cpp382 std::string sOutputFile; in createSourceFile() local
417sOutputFile = (uiLoc != std::string::npos) ? sInputFileName.substr(0, uiLoc) : sInputFileName; in createSourceFile()
418 sVarName = (sVar.length() == 0) ? sOutputFile : sVar; in createSourceFile()
421 sOutputFile += SOURCE_EXT; in createSourceFile()
422 sOutputFile = appendPath(sOutputDir, sOutputFile); in createSourceFile()
451 iStatus = writeSourceFile(pBuffer, uiIntSize, sOutputFile, sVarName); in createSourceFile()
483 std::string sOutputFile; in createHeaderFile() local
519 sVarName = (sVar.length() == 0) ? sOutputFile : sVar; in createHeaderFile()
522 sOutputFile += HEADER_EXT; in createHeaderFile()
523 sOutputFile = appendPath(sOutputDir, sOutputFile); in createHeaderFile()
[all …]
/dports/print/ghostscript7-base/ghostscript-7.07/gdevmjc-0.8/
H A DREADME.mje34 % gs -sDEVICE=mjc360 -sOutputFile=tiger.mj gdevmjc.ps tiger.ps
36 % gs -sDEVICE=mjc360 -dMicroWeave=1 -dDotSize=1 -sOutputFile=tiger.mj gdevmjc.ps tiger.ps
38 % gs -sDEVICE=mjc720 -dMicroWeave=1 -dDotSize=0 -sOutputFile=tiger.mj gdevmjc.ps tiger.ps
40 % gs -sDEVICE=mjc360 -dColorComponent=3 -sOutputFile=tiger.mj gdevmjc.ps tiger.ps
42 % gs -sDEVICE=mj500c -sOutputFile=tiger.mj gdevmjc.ps tiger.ps
44 % gs -sDEVICE=mjc720 -dColorComponent=1 -sOutputFile=tiger.mj gdevmjc.ps tiger.ps
/dports/devel/pear-PHP_Beautifier/PHP_Beautifier-0.1.15/scripts/
H A Dphp_beautifier61 $sOutputFile = STDOUT;
102 $sOutputFile = ($sParam == '-') ? STDOUT : $sParam;
179 $sOutputFile = STDOUT;
183 $sOutputFile = ($sOut == '-') ? STDOUT : $sOut;
187 $oLog->log("Out:".$sOutputFile, PEAR_LOG_INFO);
196 $oBeaut->setOutputFile($sOutputFile);
212 $sNameOut = ($sOutputFile == STDOUT) ? 'STDOUT' : $sOutputFile;
/dports/graphics/gocr/gocr-0.52/examples/
H A DMakefile106 -sOutputFile=font0.pbm - < font.ps
112 -sOutputFile=font1.pbm - < font.ps
118 -sOutputFile=font2.pbm - < font.ps
124 -sOutputFile=polish.pbm - < polish.ps
130 -sOutputFile=text.pbm - < text.ps
136 -sOutputFile=small.pbm - < small.ps
145 -sOutputFile=man.pbm - < man.ps
/dports/editors/libreoffice/libreoffice-7.2.6.2/l10ntools/source/
H A Dxrmmerge.cxx46 static OString sOutputFile; variable
66 sOutputFile = aArgs.m_sOutputFile; in GetOutputFile()
84 pParser = new XRMResMerge( sMergeSrc, sOutputFile, sFilename ); in InitXrmExport()
85 else if (!sOutputFile.isEmpty()) in InitXrmExport()
86 pParser = new XRMResExport( sOutputFile, sInputFileName ); in InitXrmExport()
417 sal_Int32 i = sOutputFile.lastIndexOf('/'); in WorkOnDesc()
420 << "Error: output file " << sOutputFile in WorkOnDesc()
425 sOutputFile.subView(0, i + 1) + sLocDescFilename); in WorkOnDesc()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/l10ntools/source/
H A Dxrmmerge.cxx46 static OString sOutputFile; variable
66 sOutputFile = aArgs.m_sOutputFile; in GetOutputFile()
84 pParser = new XRMResMerge( sMergeSrc, sOutputFile, sFilename ); in InitXrmExport()
85 else if (!sOutputFile.isEmpty()) in InitXrmExport()
86 pParser = new XRMResExport( sOutputFile, sInputFileName ); in InitXrmExport()
420 sal_Int32 i = sOutputFile.lastIndexOf('/'); in WorkOnDesc()
423 << "Error: output file " << sOutputFile in WorkOnDesc()
428 sOutputFile.copy(0, i + 1) + sLocDescFilename); in WorkOnDesc()
/dports/math/rexx-regmath/math/
H A DMakefile.doc25 gs -sDEVICE=pdfwrite -sOutputFile=rat.pdf -r720 -g3060x830 -dNOPAUSE -dBATCH -- regmath.1
28 gs -sDEVICE=pdfwrite -sOutputFile=sincos.pdf -r720 -g3860x1100 -dNOPAUSE -dBATCH -- regmath.2
31 gs -sDEVICE=pdfwrite -sOutputFile=exp.pdf -r720 -g2340x2250 -dNOPAUSE -dBATCH -- regmath.3
/dports/lang/racket/racket-8.3/src/ChezScheme/csug/gifs/
H A DMakefile17 gs -q -dNOPAUSE -dSAFER -sDEVICE=ppmraw -sOutputFile=-\
27 gs -q -dNOPAUSE -dSAFER -sDEVICE=ppmraw -sOutputFile=-\
53 gs -q -dNOPAUSE -dSAFER -sDEVICE=ppmraw -sOutputFile=-\
/dports/lang/racket-minimal/racket-8.3/src/ChezScheme/csug/gifs/
H A DMakefile17 gs -q -dNOPAUSE -dSAFER -sDEVICE=ppmraw -sOutputFile=-\
27 gs -q -dNOPAUSE -dSAFER -sDEVICE=ppmraw -sOutputFile=-\
53 gs -q -dNOPAUSE -dSAFER -sDEVICE=ppmraw -sOutputFile=-\
/dports/lang/chez-scheme/ChezScheme-9.5.4/csug/gifs/
H A DMakefile17 gs -q -dNOPAUSE -dSAFER -sDEVICE=ppmraw -sOutputFile=-\
27 gs -q -dNOPAUSE -dSAFER -sDEVICE=ppmraw -sOutputFile=-\
53 gs -q -dNOPAUSE -dSAFER -sDEVICE=ppmraw -sOutputFile=-\
/dports/benchmarks/lmbench/lmbench-3.0-a9/results/
H A DMakefile197 gs -sOutputFile=HTML/ctx%02d.$(IMAGE) -sDEVICE=$(IMAGE) -q -dNOPAUSE PS/PS < /dev/null
198 gs -sOutputFile=HTML/mem%02d.$(IMAGE) -sDEVICE=$(IMAGE) -q -dNOPAUSE PS/PS.1 < /dev/null
199 gs -sOutputFile=HTML/disk%02d.$(IMAGE) -sDEVICE=$(IMAGE) -q -dNOPAUSE PS/PS.2 < /dev/null
200 gs -sOutputFile=HTML/bwfile%02d.$(IMAGE) -sDEVICE=$(IMAGE) -q -dNOPAUSE PS/PS.3 < /dev/null
201 gs -sOutputFile=HTML/bwmem%02d.$(IMAGE) -sDEVICE=$(IMAGE) -q -dNOPAUSE PS/PS.4 < /dev/null
202 gs -sOutputFile=HTML/ctx-unscaled%02d.$(IMAGE) -sDEVICE=$(IMAGE) -q -dNOPAUSE PS/PS.5 < /dev/null
203 gs -sOutputFile=HTML/mem-unscaled%02d.$(IMAGE) -sDEVICE=$(IMAGE) -q -dNOPAUSE PS/PS.6 < /dev/null
204 …gs -sOutputFile=HTML/bwfile-unscaled%02d.$(IMAGE) -sDEVICE=$(IMAGE) -q -dNOPAUSE PS/PS.7 < /dev/nu…
205 gs -sOutputFile=HTML/bwmem-unscaled%02d.$(IMAGE) -sDEVICE=$(IMAGE) -q -dNOPAUSE PS/PS.8 < /dev/null
/dports/graphics/libpotrace/potrace-1.16/check/
H A Dpostscript-check.sh68 "$GS" -q -dNOPAUSE -sDEVICE=pbmraw -g460x394 -r100x100 -sOutputFile="$TMP2" -- "$TMP1"
76 action "$GS" -q -dNOPAUSE -sDEVICE=pbmraw -g460x394 -r100x100 -sOutputFile="$TMP2" -- "$TMP1"
80 action "$GS" -q -dNOPAUSE -sDEVICE=pbmraw -g568x528 -r100x100 -sOutputFile="$TMP2" -- "$TMP1"
H A Dpdf-check.sh70 "$GS" -q -dNOPAUSE -sDEVICE=pbmraw -g460x394 -r100x100 -sOutputFile="$TMP2" -- "$TMP1"
78 action "$GS" -q -dNOPAUSE -sDEVICE=pbmraw -g460x394 -r100x100 -sOutputFile="$TMP2" -- "$TMP1"
82 action "$GS" -q -dNOPAUSE -sDEVICE=pbmraw -g568x528 -r100x100 -sOutputFile="$TMP2" -- "$TMP1"
/dports/graphics/potrace/potrace-1.16/check/
H A Dpostscript-check.sh68 "$GS" -q -dNOPAUSE -sDEVICE=pbmraw -g460x394 -r100x100 -sOutputFile="$TMP2" -- "$TMP1"
76 action "$GS" -q -dNOPAUSE -sDEVICE=pbmraw -g460x394 -r100x100 -sOutputFile="$TMP2" -- "$TMP1"
80 action "$GS" -q -dNOPAUSE -sDEVICE=pbmraw -g568x528 -r100x100 -sOutputFile="$TMP2" -- "$TMP1"
H A Dpdf-check.sh70 "$GS" -q -dNOPAUSE -sDEVICE=pbmraw -g460x394 -r100x100 -sOutputFile="$TMP2" -- "$TMP1"
78 action "$GS" -q -dNOPAUSE -sDEVICE=pbmraw -g460x394 -r100x100 -sOutputFile="$TMP2" -- "$TMP1"
82 action "$GS" -q -dNOPAUSE -sDEVICE=pbmraw -g568x528 -r100x100 -sOutputFile="$TMP2" -- "$TMP1"
/dports/print/foomatic-db/foomatic-db-20210822/db/source/PPD/Lanier/PXL/
H A DLanier-MP_1600_LD316_PXL.ppd125 *FoomaticRIPOptionSetting PageSize=A3: " -sPAPERSIZE=a3 -sOutputFile=- - "
127 *FoomaticRIPOptionSetting PageSize=A4: " -sPAPERSIZE=a4 -sOutputFile=- - "
131 …POptionSetting PageSize=B4: " -dDEVICEWIDTHPOINTS=729 -dDEVICEHEIGHTPOINTS=1032 -sOutputFile=- - &&
135 …IPOptionSetting PageSize=B5: " -dDEVICEWIDTHPOINTS=516 -dDEVICEHEIGHTPOINTS=729 -sOutputFile=- - &&
141 *FoomaticRIPOptionSetting PageSize=Letter: " -sPAPERSIZE=letter -sOutputFile=- - "
148 *FoomaticRIPOptionSetting PageSize=Tabloid: " -sPAPERSIZE=11x17 -sOutputFile=- - "
154 …RIPOptionSetting PageSize=F: " -dDEVICEWIDTHPOINTS=576 -dDEVICEHEIGHTPOINTS=936 -sOutputFile=- - &&
159 …ptionSetting PageSize=Folio: " -dDEVICEWIDTHPOINTS=595 -dDEVICEHEIGHTPOINTS=935 -sOutputFile=- - &&
168 …ptionSetting PageSize=Env10: " -dDEVICEWIDTHPOINTS=297 -dDEVICEHEIGHTPOINTS=684 -sOutputFile=- - &&
176 …ptionSetting PageSize=EnvC5: " -dDEVICEWIDTHPOINTS=459 -dDEVICEHEIGHTPOINTS=649 -sOutputFile=- - &&
[all …]
H A DLanier-LD116_PXL.ppd125 *FoomaticRIPOptionSetting PageSize=A3: " -sPAPERSIZE=a3 -sOutputFile=- - "
127 *FoomaticRIPOptionSetting PageSize=A4: " -sPAPERSIZE=a4 -sOutputFile=- - "
131 …POptionSetting PageSize=B4: " -dDEVICEWIDTHPOINTS=729 -dDEVICEHEIGHTPOINTS=1032 -sOutputFile=- - &&
135 …IPOptionSetting PageSize=B5: " -dDEVICEWIDTHPOINTS=516 -dDEVICEHEIGHTPOINTS=729 -sOutputFile=- - &&
141 *FoomaticRIPOptionSetting PageSize=Letter: " -sPAPERSIZE=letter -sOutputFile=- - "
148 *FoomaticRIPOptionSetting PageSize=Tabloid: " -sPAPERSIZE=11x17 -sOutputFile=- - "
154 …RIPOptionSetting PageSize=F: " -dDEVICEWIDTHPOINTS=576 -dDEVICEHEIGHTPOINTS=936 -sOutputFile=- - &&
159 …ptionSetting PageSize=Folio: " -dDEVICEWIDTHPOINTS=595 -dDEVICEHEIGHTPOINTS=935 -sOutputFile=- - &&
168 …ptionSetting PageSize=Env10: " -dDEVICEWIDTHPOINTS=297 -dDEVICEHEIGHTPOINTS=684 -sOutputFile=- - &&
176 …ptionSetting PageSize=EnvC5: " -dDEVICEWIDTHPOINTS=459 -dDEVICEHEIGHTPOINTS=649 -sOutputFile=- - &&
[all …]

12345678910>>...64