sourcefile        182 dev/microcode/ncr53cxxx/ncr53cxxx.c char	*sourcefile;
sourcefile        224 dev/microcode/ncr53cxxx/ncr53cxxx.c 	sourcefile = argv[1];
sourcefile        225 dev/microcode/ncr53cxxx/ncr53cxxx.c 	infp = fopen (sourcefile, "r");
sourcefile        247 dev/microcode/ncr53cxxx/ncr53cxxx.c 				outputfile = makefn (sourcefile, "out");
sourcefile        255 dev/microcode/ncr53cxxx/ncr53cxxx.c 				listfile = makefn (sourcefile, "lis");
sourcefile        263 dev/microcode/ncr53cxxx/ncr53cxxx.c 				errorfile = makefn (sourcefile, "err");
sourcefile        295 dev/microcode/siop/ncr53cxxx.c char	*sourcefile;
sourcefile        342 dev/microcode/siop/ncr53cxxx.c 	sourcefile = argv[1];
sourcefile        343 dev/microcode/siop/ncr53cxxx.c 	infp = fopen (sourcefile, "r");
sourcefile        368 dev/microcode/siop/ncr53cxxx.c 				outputfile = makefn (sourcefile, "out");
sourcefile        376 dev/microcode/siop/ncr53cxxx.c 				listfile = makefn (sourcefile, "lis");
sourcefile        384 dev/microcode/siop/ncr53cxxx.c 				errorfile = makefn (sourcefile, "err");
sourcefile        423 dev/microcode/siop/ncr53cxxx.c 		fprintf(outfp, " *\tcreated from %s on %s", sourcefile, ctime(&cur_time));