Searched refs:foutput (Results 1 – 1 of 1) sorted by relevance
561 FILE * foutput; in EndCompile() local564 if( NULL == (foutput = fopen( pCL->aOutputSrs.GetBuffer(), "w" )) ) in EndCompile()574 pTC->WriteSrc( foutput, NOFILE_INDEX, in EndCompile()580 fclose( foutput ); in EndCompile()837 FILE * foutput; in Link() local899 if ( NULL == (fExitFile = foutput = fopen( aRcTmp.getStr(), "wb" )) ) in Link()927 aContext.fOutput = foutput; in Link()955 fclose( foutput ); in Link()1007 if ( NULL == (fExitFile = foutput = fopen( aTmpOutputHxx.GetBuffer(), "w" )) ) in Link()1013 aError = pTC->WriteHxx( foutput, NOFILE_INDEX ); in Link()[all …]