Searched refs:xmlout (Results 1 – 2 of 2) sorted by relevance
/aoo42x/main/sal/osl/unx/ |
H A D | signal.c | 589 xmlout = fdopen( fdxml , "w" ); in ReportCrash() 598 if ( xmlout && stackout && checksumout ) in ReportCrash() 678 fprintf( xmlout, " name=\"%s\"", dli_fname ); in ReportCrash() 681 fprintf( xmlout, " path=\"%s\"", dli_fdir ); in ReportCrash() 697 fputs( " ordinal=\"", xmlout ); in ReportCrash() 698 fputs_xml( dl_info.dli_sname, xmlout ); in ReportCrash() 699 fprintf( xmlout, "+0x%" SAL_PRI_PTRDIFFT "x\"", in ReportCrash() 710 fprintf( xmlout, "/>\n" ); in ReportCrash() 714 fprintf( xmlout, "</errormail:Stack>\n" ); in ReportCrash() 726 if ( xmlout ) in ReportCrash() [all …]
|
/aoo42x/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()
|
Completed in 28 milliseconds