Searched refs:checksumout (Results 1 – 1 of 1) sorted by relevance
580 FILE *xmlout = NULL, *stackout = NULL, *checksumout = NULL; in ReportCrash() local598 checksumout = fdopen( fdchksum, "w" ); in ReportCrash()605 if ( xmlout && stackout && checksumout ) in ReportCrash()609 fprintf( checksumout, "<errormail:Checksums type=\"MD5\">\n" ); in ReportCrash()661 fprintf( checksumout, "<errormail:Checksum sum=\"0x" ); in ReportCrash()662 … for ( j = 0; j < 16; fprintf( checksumout, "%02X", checksum[j++] ) ); in ReportCrash()663 fprintf( checksumout, in ReportCrash()722 fprintf( checksumout, "</errormail:Checksums>\n" ); in ReportCrash()735 if ( checksumout ) in ReportCrash()736 fclose( checksumout ); in ReportCrash()