Home
last modified time | relevance | path

Searched refs:pszEntry (Results 1 – 4 of 4) sorted by relevance

/AOO41X/main/sal/inc/osl/
H A Dprofile.h68 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 Dprofile.c415 const sal_Char* pszSection, const sal_Char* pszEntry, in osl_readProfileString() argument
444 if (((pSec = findEntry(pProfile, pszSection, pszEntry, &NoEntry)) != NULL) && in osl_readProfileString()
463 (PCSZ)pszEntry, (PCSZ)pszDefault, in osl_readProfileString()
487 const sal_Char* pszSection, const sal_Char* pszEntry, in osl_readProfileBool() argument
496 if (osl_readProfileString(Profile, pszSection, pszEntry, Line, sizeof(Line), "")) in osl_readProfileBool()
518 const sal_Char* pszSection, const sal_Char* pszEntry, in osl_readProfileIdent() argument
529 if (osl_readProfileString(Profile, pszSection, pszEntry, Line, sizeof(Line), "")) in osl_readProfileIdent()
551 const sal_Char* pszSection, const sal_Char* pszEntry, in osl_writeProfileString() argument
579 if ((pSec = findEntry(pProfile, pszSection, pszEntry, &NoEntry)) == NULL) in osl_writeProfileString()
604 strcpy(&Line[0], pszEntry); in osl_writeProfileString()
[all …]
/AOO41X/main/sal/osl/unx/
H A Dprofile.c484 const sal_Char* pszSection, const sal_Char* pszEntry, in osl_readProfileString() argument
532 if (((pSec = findEntry(pProfile, pszSection, pszEntry, &NoEntry)) != NULL) && in osl_readProfileString()
580 const sal_Char* pszSection, const sal_Char* pszEntry, in osl_readProfileBool() argument
590 if (osl_readProfileString(Profile, pszSection, pszEntry, Line, sizeof(Line), "")) in osl_readProfileBool()
612 const sal_Char* pszSection, const sal_Char* pszEntry, in osl_readProfileIdent() argument
624 if (osl_readProfileString(Profile, pszSection, pszEntry, Line, sizeof(Line), "")) in osl_readProfileIdent()
645 const sal_Char* pszSection, const sal_Char* pszEntry, in osl_writeProfileString() 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()
[all …]
/AOO41X/main/sal/osl/w32/
H A Dprofile.cxx455 const sal_Char* pszSection, const sal_Char* pszEntry, in osl_readProfileString() argument
484 if (((pSec = findEntry(pProfile, pszSection, pszEntry, &NoEntry)) != NULL) && in osl_readProfileString()
506 GetPrivateProfileString(pszSection, pszEntry, pszDefault, pszString, MaxLen, aFileName); in osl_readProfileString()
533 const sal_Char* pszSection, const sal_Char* pszEntry, in osl_readProfileBool() argument
542 if (osl_readProfileString(Profile, pszSection, pszEntry, Line, sizeof(Line), "")) in osl_readProfileBool()
564 const sal_Char* pszSection, const sal_Char* pszEntry, in osl_readProfileIdent() argument
575 if (osl_readProfileString(Profile, pszSection, pszEntry, Line, sizeof(Line), "")) in osl_readProfileIdent()
596 const sal_Char* pszSection, const sal_Char* pszEntry, in osl_writeProfileString() argument
624 if ((pSec = findEntry(pProfile, pszSection, pszEntry, &NoEntry)) == NULL) in osl_writeProfileString()
649 strcpy(&Line[0], pszEntry); in osl_writeProfileString()
[all …]