Lines Matching +full:- +full:outfile
8 FILE * outfile = NULL; variable
15 return -1; in bufferToFile()
21 return -2; in bufferToFile()
25 return -3; in bufferToFile()
32 if (outfile != NULL) { in fuzz_openFile()
33 fclose(outfile); in fuzz_openFile()
35 outfile = fopen(name, "w"); in fuzz_openFile()
47 if (outfile == NULL) { in LLVMFuzzerTestOneInput()
48 outfile = fopen("/dev/null", "w"); in LLVMFuzzerTestOneInput()
49 if (outfile == NULL) { in LLVMFuzzerTestOneInput()
62 fprintf(outfile, "Couldn't open pcap file %s\n", errbuf); in LLVMFuzzerTestOneInput()
70 fprintf(outfile, "packet length=%d/%d\n",header->caplen, header->len); in LLVMFuzzerTestOneInput()
74 fprintf(outfile, "number of packets=%d\n", stats.ps_recv); in LLVMFuzzerTestOneInput()