Home
last modified time | relevance | path

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

/aoo42x/main/sal/osl/unx/
H A Dsignal.c589 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 DXMLScanner.cxx77 void xmlout(const string & str) in xmlout() function in writerfilter::rtftok::XmlRtfScannerHandler
101 xmlout(charBuffer); in clearBuffers()
110 xmlout(ucharBuffer); in clearBuffers()

Completed in 18 milliseconds