Home
last modified time | relevance | path

Searched refs:foutput (Results 1 – 1 of 1) sorted by relevance

/AOO41X/main/rsc/source/rsc/
H A Drsc.cxx561 FILE * foutput; in EndCompile() local
564 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() local
899 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 …]