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

/netbsd-6-1-5-RELEASE/external/public-domain/xz/dist/src/xz/
H A Dlist.h14 extern void list_file(const char *filename);
H A Dmain.c209 // list_file() is for --list.
211 ? &list_file : &coder_run;
H A Dlist.c1069 list_file(const char *filename) function
/netbsd-6-1-5-RELEASE/usr.bin/btkey/
H A Dbtkey.h45 bool list_file(void);
H A Dbtkey.c159 if (lf && !list_file())
H A Dfile.c48 list_file(void) function
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/
H A Dlisting.c203 static FILE *list_file; variable
688 fprintf (list_file, "\f");
691 fprintf (list_file, "%s %s \t\t\tpage %d\n", LISTING_HEADER, fn, page);
692 fprintf (list_file, "%s\n", title);
693 fprintf (list_file, "%s\n", subtitle);
699 /* Print a line into the list_file. Update the line count
709 vfprintf (list_file, format, args);
802 fprintf (list_file, "% 4d ", lineno);
804 fprintf (list_file, " ");
811 fprintf (list_file, "
[all...]

Completed in 69 milliseconds