Home
last modified time | relevance | path

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

/trunk/main/sal/osl/unx/
H A Dsignal.c581 int fdxml, fdstk, fdchksum; in ReportCrash() local
593 fdstk = mkstemp(szStackTempNameBuffer); in ReportCrash()
597 stackout = fdopen( fdstk , "w" ); in ReportCrash()