Searched refs:fRspFile (Results 1 – 1 of 1) sorted by relevance
98 FILE* fRspFile = NULL; in CallPrePro() local104 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() local214 fRspFile = fopen( aRspFileName.GetBuffer(), "w" ); in CallRsc2()[all …]