Searched refs:pszEntry (Results 1 – 4 of 4) sorted by relevance
/aoo41x/main/sal/inc/osl/ |
H A D | profile.h | 68 const sal_Char* pszSection, const sal_Char* pszEntry, 75 const sal_Char* pszSection, const sal_Char* pszEntry, 81 const sal_Char* pszSection, const sal_Char* pszEntry, 89 const sal_Char* pszSection, const sal_Char* pszEntry, 95 const sal_Char* pszSection, const sal_Char* pszEntry, 101 const sal_Char* pszSection, const sal_Char* pszEntry, 112 const sal_Char *pszSection, const sal_Char *pszEntry);
|
/aoo41x/main/sal/osl/os2/ |
H A D | profile.c | 463 (PCSZ)pszEntry, (PCSZ)pszDefault, in osl_readProfileString() 487 const sal_Char* pszSection, const sal_Char* pszEntry, in osl_readProfileBool() argument 518 const sal_Char* pszSection, const sal_Char* pszEntry, in osl_readProfileIdent() argument 551 const sal_Char* pszSection, const sal_Char* pszEntry, in osl_writeProfileString() argument 604 strcpy(&Line[0], pszEntry); 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() 639 (PCSZ)pszEntry, (PCSZ)pszString); in osl_writeProfileString() 650 const sal_Char* pszSection, const sal_Char* pszEntry, in osl_writeProfileBool() argument [all …]
|
/aoo41x/main/sal/osl/unx/ |
H A D | profile.c | 484 const sal_Char* pszSection, const sal_Char* pszEntry, in osl_readProfileString() argument 580 const sal_Char* pszSection, const sal_Char* pszEntry, in osl_readProfileBool() argument 612 const sal_Char* pszSection, const sal_Char* pszEntry, in osl_readProfileIdent() argument 694 Line = (sal_Char*) malloc(strlen(pszEntry)+strlen(pszString)+48); in osl_writeProfileString() 698 if ((pSec = findEntry(pProfile, pszSection, pszEntry, &NoEntry)) == NULL) in osl_writeProfileString() 729 strcpy(&Line[0], pszEntry); 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() 789 const sal_Char* pszSection, const sal_Char* pszEntry, in osl_writeProfileBool() argument [all …]
|
/aoo41x/main/sal/osl/w32/ |
H A D | profile.cxx | 455 const sal_Char* pszSection, const sal_Char* pszEntry, in osl_readProfileString() argument 533 const sal_Char* pszSection, const sal_Char* pszEntry, in osl_readProfileBool() argument 564 const sal_Char* pszSection, const sal_Char* pszEntry, in osl_readProfileIdent() argument 596 const sal_Char* pszSection, const sal_Char* pszEntry, in osl_writeProfileString() argument 649 strcpy(&Line[0], pszEntry); in osl_writeProfileString() 650 Line[0 + strlen(pszEntry)] = '='; in osl_writeProfileString() 651 strcpy(&Line[1 + strlen(pszEntry)], pszString); in osl_writeProfileString() 661 (! addEntry(pProfile, pSec, i, pStr, strlen(pszEntry)))) in osl_writeProfileString() 699 const sal_Char* pszSection, const sal_Char* pszEntry, in osl_writeProfileBool() argument 722 const sal_Char* pszSection, const sal_Char* pszEntry, in osl_writeProfileIdent() argument [all …]
|
Completed in 36 milliseconds