HomeSort by: relevance | last modified time | path
    Searched defs:extra_stats_file (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/afl/
afl_driver.cpp 134 static FILE *extra_stats_file = NULL; variable in typeref:typename:FILE *
189 int chars_printed = fprintf(extra_stats_file, kExtraStatsFormatString,
192 CHECK_ERROR(chars_printed != 0, "Failed to write extra_stats_file");
194 CHECK_ERROR(fclose(extra_stats_file) == 0,
195 "Failed to close extra_stats_file");
210 // If the user has specified an extra_stats_file through the environment
227 extra_stats_file = fopen(extra_stats_filename, "r");
229 // If extra_stats_file already exists: read old stats from it.
230 if (extra_stats_file) {
231 int matches = fscanf(extra_stats_file, kExtraStatsFormatString
    [all...]
afl_driver.cpp 134 static FILE *extra_stats_file = NULL; variable in typeref:typename:FILE *
189 int chars_printed = fprintf(extra_stats_file, kExtraStatsFormatString,
192 CHECK_ERROR(chars_printed != 0, "Failed to write extra_stats_file");
194 CHECK_ERROR(fclose(extra_stats_file) == 0,
195 "Failed to close extra_stats_file");
210 // If the user has specified an extra_stats_file through the environment
227 extra_stats_file = fopen(extra_stats_filename, "r");
229 // If extra_stats_file already exists: read old stats from it.
230 if (extra_stats_file) {
231 int matches = fscanf(extra_stats_file, kExtraStatsFormatString
    [all...]
afl_driver.cpp 134 static FILE *extra_stats_file = NULL; variable in typeref:typename:FILE *
189 int chars_printed = fprintf(extra_stats_file, kExtraStatsFormatString,
192 CHECK_ERROR(chars_printed != 0, "Failed to write extra_stats_file");
194 CHECK_ERROR(fclose(extra_stats_file) == 0,
195 "Failed to close extra_stats_file");
210 // If the user has specified an extra_stats_file through the environment
227 extra_stats_file = fopen(extra_stats_filename, "r");
229 // If extra_stats_file already exists: read old stats from it.
230 if (extra_stats_file) {
231 int matches = fscanf(extra_stats_file, kExtraStatsFormatString
    [all...]
afl_driver.cpp 134 static FILE *extra_stats_file = NULL; variable in typeref:typename:FILE *
189 int chars_printed = fprintf(extra_stats_file, kExtraStatsFormatString,
192 CHECK_ERROR(chars_printed != 0, "Failed to write extra_stats_file");
194 CHECK_ERROR(fclose(extra_stats_file) == 0,
195 "Failed to close extra_stats_file");
210 // If the user has specified an extra_stats_file through the environment
227 extra_stats_file = fopen(extra_stats_filename, "r");
229 // If extra_stats_file already exists: read old stats from it.
230 if (extra_stats_file) {
231 int matches = fscanf(extra_stats_file, kExtraStatsFormatString
    [all...]

Completed in 158 milliseconds