Searched refs:REPORTENV_PARAM (Results 1 – 2 of 2) sorted by relevance
123 #define REPORTENV_PARAM "-crashreportenv:" macro155 0 == strnicmp( __argv[argi], REPORTENV_PARAM, strlen(REPORTENV_PARAM) ) || in ReportCrash()159 const char *envparam = __argv[argi] + strlen(REPORTENV_PARAM); in ReportCrash()
409 #define REPORTENV_PARAM "-crashreportenv:" macro523 REPORTENV_PARAM, strlen(REPORTENV_PARAM) ) in ReportCrash()529 …ing_newFromStr( &ustrEnvironment, rtl_uString_getStr( ustrCommandArg ) + strlen(REPORTENV_PARAM) ); in ReportCrash()