Home
last modified time | relevance | path

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

/trunk/main/soltools/ldump/
H A Dldump.cxx119 char aTmpBuf[4096]; in Dump() local
148 fgets( aTmpBuf, 4096, pList ); in Dump()
152 pFound = strchr( aTmpBuf, 'E' ); in Dump()
211 strncpy ( aTmpBuf, aBuf, (size_t) nPreLen ); in Dump()
212 aTmpBuf[nPreLen] = '\0'; in Dump()
213 if ( !strcmp( aTmpBuf, cAPrefix )) in Dump()
/trunk/main/svl/source/misc/
H A Dsharecontrolfile.cxx185 uno::Sequence< sal_Int8 > aTmpBuf( (sal_Int32)nLength ); in GetUsersData() local
186 nRead = m_xInputStream->readBytes( aTmpBuf, (sal_Int32)nLength ); in GetUsersData()
191 aBuffer[aBuffer.getLength() - (sal_Int32)nLength + nInd] = aTmpBuf[nInd]; in GetUsersData()

Completed in 16 milliseconds