Home
last modified time | relevance | path

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

/aoo42x/main/sal/osl/unx/
H A Dsignal.c559 char szShellCmd[512] = { '\0' }; in ReportCrash() local
754 snprintf( szShellCmd, sizeof(szShellCmd)/sizeof(szShellCmd[0]), in ReportCrash()
764 snprintf( szShellCmd, sizeof(szShellCmd)/sizeof(szShellCmd[0]), in ReportCrash()
773 snprintf( szShellCmd, sizeof(szShellCmd)/sizeof(szShellCmd[0]), in ReportCrash()
781 ret = szShellCmd[0] == '\0' ? -1 : system( szShellCmd ); in ReportCrash()

Completed in 12 milliseconds