Home
last modified time | relevance | path

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

/trunk/main/sal/osl/unx/
H A Dsignal.c581 int fdxml, fdstk, fdchksum; in ReportCrash() local
592 fdxml = mkstemp(szXMLTempNameBuffer); in ReportCrash()
596 xmlout = fdopen( fdxml , "w" ); in ReportCrash()