Searched refs:strEnv (Results 1 – 4 of 4) sorted by relevance
953 string strEnv; in read_settings_from_environment() local956 if ( strEnv.length() ) in read_settings_from_environment()958 rSettings[ "EMAIL" ] = strEnv; in read_settings_from_environment()967 if ( strEnv.length() ) in read_settings_from_environment()968 rSettings[ "SERVER" ] = strEnv; in read_settings_from_environment()971 if ( strEnv.length() ) in read_settings_from_environment()972 rSettings[ "PORT" ] = strEnv; in read_settings_from_environment()975 if ( strEnv.length() ) in read_settings_from_environment()979 if ( strEnv.length() ) in read_settings_from_environment()983 if ( strEnv.length() ) in read_settings_from_environment()[all …]
520 rtl_String *strEnv = NULL; in ReportCrash() local527 &strEnv, in ReportCrash()532 if ( strEnv ) in ReportCrash()534 putenv( rtl_string_getStr( strEnv ) ); in ReportCrash()535 rtl_string_release( strEnv ); in ReportCrash()
739 rtl_String* strEnv=0; in osl_executeProcess_WithRedirectedIO() local746 rtl_uString2String( &strEnv, in osl_executeProcess_WithRedirectedIO()752 pEnvironment[idx]=strdup(rtl_string_getStr(strEnv)); in osl_executeProcess_WithRedirectedIO()753 rtl_string_release(strEnv); in osl_executeProcess_WithRedirectedIO()
201 rtl_String* strEnv=0; in osl_executeProcess_WithRedirectedIO() local208 rtl_uString2String( &strEnv, in osl_executeProcess_WithRedirectedIO()214 pEnvironment[index]=strdup(rtl_string_getStr(strEnv)); in osl_executeProcess_WithRedirectedIO()215 rtl_string_release(strEnv); in osl_executeProcess_WithRedirectedIO()
Completed in 40 milliseconds