Searched refs:listfile (Results 1 - 1 of 1) sorted by relevance

/drivers/scsi/aic7xxx/aicasm/
H A Daicasm.c94 FILE *listfile; variable
139 listfile = NULL;
171 if ((listfile = fopen(optarg, "w")) == NULL) {
298 if (listfile != NULL)
612 fprintf(listfile, " \t%s", buf);
615 fprintf(listfile, "%04x %02x%02x%02x%02x", instrptr,
634 fprintf(listfile, "\t%s", buf);
637 fprintf(listfile, "\n");
643 fprintf(listfile, " %s", buf);
717 if (listfile !
[all...]

Completed in 60 milliseconds