Lines Matching refs:strlen
455 nLen=strlen(pFile->m_pWriteBuf); in writeProfileImpl()
547 MaxLen = (MaxLen - 1 < strlen(pStr)) ? (MaxLen - 1) : strlen(pStr); in osl_readProfileString()
694 Line = (sal_Char*)malloc(strlen(pszEntry)+strlen(pszString)+48); in osl_writeProfileString()
705 Line[1 + strlen(pszSection)] = ']'; in osl_writeProfileString()
706 Line[2 + strlen(pszSection)] = '\0'; in osl_writeProfileString()
709 (! addSection(pProfile, pProfile->m_NoLines - 1, &pStr[1], strlen(pszSection)))) in osl_writeProfileString()
730 Line[0 + strlen(pszEntry)] = '='; in osl_writeProfileString()
731 strcpy(&Line[1 + strlen(pszEntry)], pszString); in osl_writeProfileString()
741 (! addEntry(pProfile, pSec, i, pStr, strlen(pszEntry)))) in osl_writeProfileString()
762 setEntry(pProfile, pSec, NoEntry, i, pProfile->m_Lines[i], strlen(pszEntry)); in osl_writeProfileString()
1451 unsigned int Len = strlen(pszLine); in OslProfile_putLine()
1490 strLen = strlen(pFile->m_pWriteBuf); in OslProfile_putLine()
1823 Len = strlen(Section); in findEntry()
1842 Len = strlen(Entry); in findEntry()
1914 pChar = pStr + strlen(pStr); in loadProfile()