| /src/usr.sbin/gspa/gspa/ |
| gsp_out.c | 52 extern FILE *objfile, *listfile; 183 if( listfile == NULL ) 202 if( listfile != NULL ) 203 fprintf(listfile, "\t\t\t%s\n", p->string); 226 if( listfile == NULL ){ 231 fprintf(listfile, "%.8X", line_pc); 233 fprintf(listfile, " "); 235 fprintf(listfile, " %.8X", val_to_show); 239 fprintf(listfile, " %.4X", codes[i]); 243 fprintf(listfile, " "); [all...] |
| gspa.c | 68 FILE *listfile; variable 165 if ((listfile = fopen(list_name, "w")) == NULL)
|
| /src/sys/dev/microcode/aic7xxx/ |
| aicasm.c | 98 FILE *listfile; variable 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
|
| /src/sys/dev/microcode/siop/ |
| ncr53cxxx.c | 294 char *listfile; variable 348 * -l [listfile] 373 listfile = makefn (sourcefile, "lis"); 375 listfile = argv[i + 1]; 406 if (listfile) 407 listfp = fopen (listfile, "w");
|