| /src/usr.sbin/gspa/gspa/ | 
| gsp_out.c | 55 extern FILE *objfile, *listfile; 186 	if( listfile == NULL )
 205 		if( listfile != NULL )
 206 			fprintf(listfile, "\t\t\t%s\n", p->string);
 229 	if( listfile == NULL ){
 234 		fprintf(listfile, "%.8X", line_pc);
 236 		fprintf(listfile, "        ");
 238 		fprintf(listfile, "  %.8X", val_to_show);
 242 			fprintf(listfile, " %.4X", codes[i]);
 246 			fprintf(listfile, "     ");
 [all...]
 | 
| gspa.c | 71 FILE *listfile;  variable in typeref:typename:FILE * 168 		if ((listfile = fopen(list_name, "w")) == NULL)
 
 | 
| /src/sys/dev/microcode/aic7xxx/ | 
| aicasm.c | 98 FILE *listfile;  variable in typeref:typename:FILE * 143 	listfile = NULL;
 175 			if ((listfile = fopen(optarg, "w")) == NULL) {
 302 		if (listfile != NULL)
 625 				fprintf(listfile, "\t\t%s", buf);
 628 		fprintf(listfile, "%03x %02x%02x%02x%02x", instrptr,
 641 		fprintf(listfile, "\t%s", buf);
 647 		fprintf(listfile, "\t\t%s", buf);
 721 	if (listfile != NULL) {
 722 		fclose(listfile);
 [all...]
 | 
| /src/sbin/restore/ | 
| extern.h | 68 long		 listfile(const char *, ino_t, int); 
 | 
| main.c | 275 			treescan(name, ino, listfile); 
 | 
| restore.c | 59 listfile(const char *name, ino_t ino, int type)  function in typeref:typename:long 
 | 
| /src/sys/dev/microcode/siop/ | 
| ncr53cxxx.c | 294 char	*listfile;  variable in typeref:typename:char * 348 	 * -l [listfile]
 373 				listfile = makefn (sourcefile, "lis");
 375 				listfile = argv[i + 1];
 406 	if (listfile)
 407 		listfp = fopen (listfile, "w");
 
 |