Lines Matching refs:strlen
455 MaxLen = (MaxLen - 1 < strlen(pStr)) ? (MaxLen - 1) : strlen(pStr); in osl_readProfileString()
586 Line[1 + strlen(pszSection)] = ']'; in osl_writeProfileString()
587 Line[2 + strlen(pszSection)] = '\0'; in osl_writeProfileString()
590 (! addSection(pProfile, pProfile->m_NoLines - 1, &pStr[1], strlen(pszSection)))) in osl_writeProfileString()
605 Line[0 + strlen(pszEntry)] = '='; in osl_writeProfileString()
606 strcpy(&Line[1 + strlen(pszEntry)], pszString); in osl_writeProfileString()
616 (! addEntry(pProfile, pSec, i, pStr, strlen(pszEntry)))) in osl_writeProfileString()
632 setEntry(pProfile, pSec, NoEntry, i, pProfile->m_Lines[i], strlen(pszEntry)); in osl_writeProfileString()
896 if (nFileLen + strlen(STR_INI_EXTENSION) >= _MAX_PATH)
901 nFileLen += strlen(STR_INI_EXTENSION);
932 if (nFileLen + strlen(STR_INI_EXTENSION) >= _MAX_PATH)
937 nFileLen += strlen(STR_INI_EXTENSION);
1041 nPathLen = strlen(Path);
1047 nPathLen = strlen(Path);
1380 unsigned int Len = strlen(pszLine); in putLine()
1419 strLen = strlen(pFile->m_pWriteBuf); in putLine()
1715 Len = strlen(Section); in findEntry()
1735 Len = strlen(Entry); in findEntry()
1793 pChar = pStr + strlen(pStr); in loadProfile()
2029 for (pChr = Buffer; *pChr != '\0'; pChr += strlen(pChr) + 1)
2055 for (pChr = Buffer; *pChr != '\0'; pChr += strlen(pChr) + 1)
2085 for (pChr = Buffer; *pChr != '\0'; pChr += strlen(pChr) + 1)
2096 if ((Path[strlen(Path) - 1] != '/') && (Path[strlen(Path) - 1] != '\\'))
2101 pChr =&Path[strlen(Path)];
2102 if ( strlen(pszPath) <= 0 )
2121 if (strlen(Path) <= 0)
2137 if (strlen(Product) <= 0)
2151 if ( strlen(pszPath) <= 0 )
2162 if (((access(Path, 0) < 0) && (pStr != NULL)) || (strlen(pszPath) <= 0))
2169 if (strnicmp(pStr + 1, SubDirs[i], strlen(SubDirs[i])) == 0)
2171 if ( strlen(pszPath) <= 0)
2188 pChr = &Path[strlen(Path)];
2189 if ((Path[strlen(Path) - 1] != '/') && (Path[strlen(Path) - 1] != '\\'))
2193 if ((access(Path, 0) < 0) && (strlen(Product) > 0))
2206 pChr = &Product[strlen(Product)];
2216 if (strlen(Buffer) <= 0)
2226 … if ((strlen(Buffer) <= 0) && (strcmp(SVERSION_LOCATION, SVERSION_FALLBACK) != 0))
2238 if (strlen(Buffer) <= 0)
2253 if (strlen(Buffer) > 0)
2258 if ((Path[strlen(Path) - 1] != '/') && (Path[strlen(Path) - 1] != '\\'))
2264 pChr=&Path[strlen(pszPath)];
2265 if ( strlen(pszPath) > 0 )