Home
last modified time | relevance | path

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

/trunk/main/sal/osl/unx/
H A Dprofile.c53 #define STR_INI_BOOLZERO "0" macro
599 (strcasecmp(Line, STR_INI_BOOLZERO) == 0)) in osl_readProfileBool()
801 bRet=osl_writeProfileString(Profile, pszSection, pszEntry, STR_INI_BOOLZERO); in osl_writeProfileBool()
/trunk/main/sal/osl/os2/
H A Dprofile.c54 #define STR_INI_BOOLZERO "0" macro
505 (stricmp(Line, STR_INI_BOOLZERO) == 0)) in osl_readProfileBool()
662 bRet=osl_writeProfileString(Profile, pszSection, pszEntry, STR_INI_BOOLZERO); in osl_writeProfileBool()
/trunk/main/sal/osl/w32/
H A Dprofile.cxx58 #define STR_INI_BOOLZERO "0" macro
551 (stricmp(Line, STR_INI_BOOLZERO) == 0)) in osl_readProfileBool()
711 bRet=osl_writeProfileString(Profile, pszSection, pszEntry, STR_INI_BOOLZERO); in osl_writeProfileBool()

Completed in 35 milliseconds