Searched refs:szShellCmd (Results 1 – 1 of 1) sorted by relevance
566 char szShellCmd[512] = { '\0' }; in ReportCrash() local761 snprintf( szShellCmd, sizeof(szShellCmd)/sizeof(szShellCmd[0]), in ReportCrash()771 snprintf( szShellCmd, sizeof(szShellCmd)/sizeof(szShellCmd[0]), in ReportCrash()780 snprintf( szShellCmd, sizeof(szShellCmd)/sizeof(szShellCmd[0]), in ReportCrash()788 ret = szShellCmd[0] == '\0' ? -1 : system( szShellCmd ); in ReportCrash()