Searched refs:STR_INI_BOOLONE (Results 1 – 3 of 3) sorted by relevance
/trunk/main/sal/osl/unx/ |
H A D | profile.c | 50 #define STR_INI_BOOLONE "1" macro 594 (strcasecmp(Line, STR_INI_BOOLONE) == 0)) in osl_readProfileBool() 799 bRet=osl_writeProfileString(Profile, pszSection, pszEntry, STR_INI_BOOLONE); in osl_writeProfileBool()
|
/trunk/main/sal/osl/os2/ |
H A D | profile.c | 51 #define STR_INI_BOOLONE "1" macro 500 (stricmp(Line, STR_INI_BOOLONE) == 0)) in osl_readProfileBool() 660 bRet=osl_writeProfileString(Profile, pszSection, pszEntry, STR_INI_BOOLONE); in osl_writeProfileBool()
|
/trunk/main/sal/osl/w32/ |
H A D | profile.cxx | 55 #define STR_INI_BOOLONE "1" macro 546 (stricmp(Line, STR_INI_BOOLONE) == 0)) in osl_readProfileBool() 709 bRet=osl_writeProfileString(Profile, pszSection, pszEntry, STR_INI_BOOLONE); in osl_writeProfileBool()
|
Completed in 37 milliseconds