Lines Matching refs:stderr
39 AFL_DRIVER_STDERR_DUPLICATE_FILENAME: Setting this *appends* stderr to the file
75 // to stderr and abort(). Otherwise do nothing. Note that setting
80 fprintf(stderr, (error_message)); \
135 fprintf(stderr, "libFuzzer: sigaction failed with %d\n", errno);
222 // If the user asks us to duplicate stderr, then do it.
231 freopen(stderr_duplicate_filename, "a+", stderr);
235 stderr,
236 "Failed to duplicate stderr to AFL_DRIVER_STDERR_DUPLICATE_FILENAME");
242 fprintf(stderr, "======================= INFO =========================\n"
294 fprintf(stderr, "%s: successfully executed %d input(s)\n", argv[0], num_runs);