Searched refs:checksumout (Results 1 – 1 of 1) sorted by relevance
573 FILE *xmlout = NULL, *stackout = NULL, *checksumout = NULL; in ReportCrash() local591 checksumout = fdopen( fdchksum, "w" ); in ReportCrash()598 if ( xmlout && stackout && checksumout ) in ReportCrash()602 fprintf( checksumout, "<errormail:Checksums type=\"MD5\">\n" ); in ReportCrash()654 fprintf( checksumout, "<errormail:Checksum sum=\"0x" ); in ReportCrash()655 for ( j = 0; j < 16; fprintf( checksumout, "%02X", checksum[j++] ) ); in ReportCrash()656 fprintf( checksumout, in ReportCrash()715 fprintf( checksumout, "</errormail:Checksums>\n" ); in ReportCrash()728 if ( checksumout ) in ReportCrash()729 fclose( checksumout ); in ReportCrash()
Completed in 14 milliseconds