Lines Matching refs:fRspFile
98 FILE* fRspFile = NULL; in CallPrePro() local
104 fRspFile = fopen( aRspFileName.GetBuffer(), "w" ); in CallPrePro()
107 if( !fRspFile ) in CallPrePro()
142 if( fRspFile ) in CallPrePro()
154 fprintf( fRspFile, "%s\n", (const char *)aNewCmdL.GetEntry( i ) ); in CallPrePro()
156 fprintf( fRspFile, "%s ", (const char *)aNewCmdL.GetEntry( i ) ); in CallPrePro()
159 fclose( fRspFile ); in CallPrePro()
185 if ( fRspFile ) in CallPrePro()
211 FILE * fRspFile; // Response-Datei in CallRsc2() local
214 fRspFile = fopen( aRspFileName.GetBuffer(), "w" ); in CallRsc2()
217 if( fRspFile ) in CallRsc2()
247 fprintf( fRspFile, "%s\n", in CallRsc2()
249 fprintf( fRspFile, "%s ", in CallRsc2()
255 fprintf( fRspFile, "%s\n", aSrsName.GetBuffer() ); in CallRsc2()
257 fprintf( fRspFile, "%s", aSrsName.GetBuffer() ); in CallRsc2()
264 fprintf( fRspFile, "%s\n", pString->GetBuffer() ); in CallRsc2()
266 fprintf( fRspFile, " %s", pString->GetBuffer() ); in CallRsc2()
271 fclose( fRspFile ); in CallRsc2()
302 if( fRspFile ) in CallRsc2()