Lines Matching refs:sOutput
446 ByteString sOutput; in PrintSingleMinorList() local
464 sOutput += pMinorMk->GetBuildNr(); in PrintSingleMinorList()
465 sOutput += " "; in PrintSingleMinorList()
468 sOutput += "flat: "; in PrintSingleMinorList()
470 sOutput += " "; in PrintSingleMinorList()
472 sOutput += sVersion; in PrintSingleMinorList()
473 sOutput += "."; in PrintSingleMinorList()
474 sOutput += sMinor; in PrintSingleMinorList()
475 sOutput += "("; in PrintSingleMinorList()
476 sOutput += pMinorMk->GetBuildNr(); in PrintSingleMinorList()
477 sOutput += ") "; in PrintSingleMinorList()
479 aOutputList.PutString( new ByteString( sOutput )); in PrintSingleMinorList()
487 ByteString sOutput( *aOutputList.GetObject( o )); in PrintSingleMinorList() local
488 sOutput = sOutput.Copy( sOutput.GetToken( 0, ' ' ).Len() + 1 ); in PrintSingleMinorList()
490 ByteString sCurMinor( sOutput.GetToken( 1, '.' ).GetToken( 0, '(' )); in PrintSingleMinorList()
496 fprintf( stdout, "%s\n", sOutput.GetBuffer()); in PrintSingleMinorList()