listfile
long listfile(const char *, ino_t, int);
treescan(name, ino, listfile);
listfile = NULL;
if ((listfile = fopen(optarg, "w")) == NULL) {
if (listfile != NULL)
fprintf(listfile, "\t\t%s", buf);
fprintf(listfile, "%03x %02x%02x%02x%02x", instrptr,
fprintf(listfile, "\t%s", buf);
fprintf(listfile, "\t\t%s", buf);
if (listfile != NULL) {
fclose(listfile);
FILE *listfile;
char *listfile;
listfile = makefn (sourcefile, "lis");
listfile = argv[i + 1];
if (listfile)
listfp = fopen (listfile, "w");
if( listfile == NULL )
if( listfile != NULL )
fprintf(listfile, "\t\t\t%s\n", p->string);
if( listfile == NULL ){
fprintf(listfile, "%.8X", line_pc);
fprintf(listfile, " ");
fprintf(listfile, " %.8X", val_to_show);
fprintf(listfile, " %.4X", codes[i]);
fprintf(listfile, " ");
fprintf(listfile, " %s", line);
fprintf(listfile, "\n");
extern FILE *objfile, *listfile;
if ((listfile = fopen(list_name, "w")) == NULL)
FILE *listfile;