Lines Matching refs:ofile
89 FILE *ofile; variable
187 if ((ofile = fopen(optarg, "w")) == NULL) { in main()
294 if (ofile != NULL) in main()
358 fprintf(ofile, in output_code()
365 fprintf(ofile, "static const uint8_t seqprog[] = {\n"); in output_code()
370 fprintf(ofile, "%s\t0x%02x, 0x%02x, 0x%02x, 0x%02x", in output_code()
385 fprintf(ofile, "\n};\n\n"); in output_code()
394 fprintf(ofile, in output_code()
400 fprintf(ofile, in output_code()
417 fprintf(ofile, in output_code()
428 fprintf(ofile, "%s\t{ %spatch%d_func, %d, %d, %d }", in output_code()
435 fprintf(ofile, "\n};\n\n"); in output_code()
437 fprintf(ofile, in output_code()
446 fprintf(ofile, "%s\t{ %d, %d }", in output_code()
451 fprintf(ofile, "\n};\n\n"); in output_code()
453 fprintf(ofile, in output_code()
698 if (ofile != NULL) { in stop()
699 fclose(ofile); in stop()