OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:extra_stats_file
(Results
1 - 1
of
1
) 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
...]
Completed in 12 milliseconds
Indexes created Mon Oct 13 08:09:50 GMT 2025