Searched refs:xmlout (Results 1 – 2 of 2) sorted by relevance
| /trunk/main/sal/osl/unx/ |
| H A D | signal.c | 580 FILE *xmlout = NULL, *stackout = NULL, *checksumout = NULL; in ReportCrash() local 596 xmlout = fdopen( fdxml , "w" ); in ReportCrash() 605 if ( xmlout && stackout && checksumout ) in ReportCrash() 607 fprintf( xmlout, "<errormail:Stack type=\"%s\">\n", STACKTYPE ); in ReportCrash() 618 … fprintf( xmlout, "<errormail:StackInfo pos=\"%d\" ip=\"0x%" SAL_PRIxUINTPTR "\"", in ReportCrash() 683 …fprintf( xmlout, " rel=\"0x%" SAL_PRI_PTRDIFFT "x\"", (char *)stackframes[iFrame] - (char *)dl_inf… in ReportCrash() 685 fprintf( xmlout, " name=\"%s\"", dli_fname ); in ReportCrash() 688 fprintf( xmlout, " path=\"%s\"", dli_fdir ); in ReportCrash() 691 … fprintf( xmlout, " dynamicoffset=\"0x%" SAL_PRI_SIZET "x\"", dynamic_offset ); in ReportCrash() 704 fputs( " ordinal=\"", xmlout ); in ReportCrash() [all …]
|
| /trunk/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()
|