Searched refs:listfile (Results 1 – 1 of 1) sorted by relevance
/linux-2.4.37.9/drivers/scsi/aic7xxx/aicasm/ |
D | aicasm.c | 94 FILE *listfile; variable 139 listfile = NULL; in main() 171 if ((listfile = fopen(optarg, "w")) == NULL) { in main() 298 if (listfile != NULL) in main() 612 fprintf(listfile, "\t\t%s", buf); in output_listing() 615 fprintf(listfile, "%03x %02x%02x%02x%02x", instrptr, in output_listing() 628 fprintf(listfile, "\t%s", buf); in output_listing() 634 fprintf(listfile, "\t\t%s", buf); in output_listing() 708 if (listfile != NULL) { in stop() 709 fclose(listfile); in stop()
|