Searched refs:STR_INI_BOOLZERO (Results 1 – 3 of 3) sorted by relevance
/aoo41x/main/sal/osl/unx/ |
H A D | profile.c | 53 #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()
|
/aoo41x/main/sal/osl/os2/ |
H A D | profile.c | 54 #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()
|
/aoo41x/main/sal/osl/w32/ |
H A D | profile.cxx | 58 #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 43 milliseconds