Searched refs:fExitFile (Results 1 – 2 of 2) sorted by relevance
405 fExitFile = NULL; in RscCompiler()446 if( fExitFile ) in ~RscCompiler()447 fclose( fExitFile ); in ~RscCompiler()899 if ( NULL == (fExitFile = foutput = fopen( aRcTmp.getStr(), "wb" )) ) in Link()956 fExitFile = NULL; in Link()1007 if ( NULL == (fExitFile = foutput = fopen( aTmpOutputHxx.GetBuffer(), "w" )) ) in Link()1016 fExitFile = NULL; in Link()1023 if ( NULL == (fExitFile = foutput = fopen( aTmpOutputCxx.GetBuffer(), "w" )) ) in Link()1040 fExitFile = NULL; in Link()1056 fExitFile = NULL; in Link()[all …]
119 FILE * fExitFile; // bei Abbruch muss diese Datei geschlossen werden member in RscCompiler
Completed in 20 milliseconds