Home | History | Annotate | Download | only in aic7xxx

Lines Matching defs:ofile

93 FILE *ofile;
191 if ((ofile = fopen(optarg, "w")) == NULL) {
298 if (ofile != NULL)
362 fprintf(ofile,
369 fprintf(ofile, "static const uint8_t seqprog[] = {\n");
374 fprintf(ofile, "%s\t0x%02x, 0x%02x, 0x%02x, 0x%02x",
389 fprintf(ofile, "\n};\n\n");
398 fprintf(ofile,
404 fprintf(ofile,
421 fprintf(ofile,
432 fprintf(ofile, "%s\t{ %spatch%d_func, %d, %d, %d }",
439 fprintf(ofile, "\n};\n\n");
441 fprintf(ofile,
450 fprintf(ofile, "%s\t{ %d, %d }",
455 fprintf(ofile, "\n};\n\n");
457 fprintf(ofile,
460 fprintf(ofile,
703 if (ofile != NULL) {
704 fclose(ofile);