Searched refs:xmlout (Results 1 – 2 of 2) sorted by relevance
| /AOO41X/main/sal/osl/unx/ |
| H A D | signal.c | 573 FILE *xmlout = NULL, *stackout = NULL, *checksumout = NULL; in ReportCrash() local 589 xmlout = fdopen( fdxml , "w" ); in ReportCrash() 598 if ( xmlout && stackout && checksumout ) in ReportCrash() 600 fprintf( xmlout, "<errormail:Stack type=\"%s\">\n", STACKTYPE ); in ReportCrash() 611 … fprintf( xmlout, "<errormail:StackInfo pos=\"%d\" ip=\"0x%" SAL_PRIxUINTPTR "\"", in ReportCrash() 676 …fprintf( xmlout, " rel=\"0x%" SAL_PRI_PTRDIFFT "x\"", (char *)stackframes[iFrame] - (char *)dl_inf… in ReportCrash() 678 fprintf( xmlout, " name=\"%s\"", dli_fname ); in ReportCrash() 681 fprintf( xmlout, " path=\"%s\"", dli_fdir ); in ReportCrash() 684 … fprintf( xmlout, " dynamicoffset=\"0x%" SAL_PRI_SIZET "x\"", dynamic_offset ); in ReportCrash() 697 fputs( " ordinal=\"", xmlout ); in ReportCrash() [all …]
|
| /AOO41X/main/writerfilter/unocomponent/debugservices/rtftok/ |
| H A D | XMLScanner.cxx | 77 void xmlout(const string & str) in xmlout() function in writerfilter::rtftok::XmlRtfScannerHandler 101 xmlout(charBuffer); in clearBuffers() 110 xmlout(ucharBuffer); in clearBuffers()
|