Home
last modified time | relevance | path

Searched refs:STR_INI_BOOLONE (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sal/osl/unx/
H A Dprofile.c50 #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 Dprofile.c51 #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 Dprofile.cxx55 #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 43 milliseconds