Home
last modified time | relevance | path

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

/trunk/main/sal/osl/unx/
H A Dsignal.c566 char szShellCmd[512] = { '\0' }; in ReportCrash() local
761 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()