Home
last modified time | relevance | path

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

/aoo42x/main/sal/osl/unx/
H A Dsignal.c590 stackout = fdopen( fdstk , "w" ); in ReportCrash()
598 if ( xmlout && stackout && checksumout ) in ReportCrash()
608 fprintf( stackout, "0x%" SAL_PRIxUINTPTR ":", in ReportCrash()
688 fprintf( stackout, " ????????" ); in ReportCrash()
692 fputs( " (", stackout ); in ReportCrash()
693 fputs_xml( dl_info.dli_sname, stackout ); in ReportCrash()
694 fprintf( stackout, " + 0x%" SAL_PRI_PTRDIFFT "x)", in ReportCrash()
706 fprintf( stackout, " ????????" ); in ReportCrash()
709 fprintf( stackout, "\n" ); in ReportCrash()
724 if ( stackout ) in ReportCrash()
[all …]

Completed in 31 milliseconds