Home
last modified time | relevance | path

Searched refs:listfile (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/dev/aic7xxx/aicasm/
H A Daicasm.c94 FILE *listfile; variable
137 listfile = NULL; in main()
169 if ((listfile = fopen(optarg, "w")) == NULL) { in main()
299 if (listfile != NULL) in main()
609 fprintf(listfile, " \t%s", buf); in output_listing()
612 fprintf(listfile, "%04x %02x%02x%02x%02x", instrptr, in output_listing()
631 fprintf(listfile, "\t%s", buf); in output_listing()
634 fprintf(listfile, "\n"); in output_listing()
642 fprintf(listfile, " %s", buf); in output_listing()
716 if (listfile != NULL) { in stop()
[all …]
/freebsd/sbin/ldconfig/
H A Delfhints.c145 read_dirs_from_file(const char *hintsfile, const char *listfile) in read_dirs_from_file() argument
151 if ((fp = fopen(listfile, "r")) == NULL) in read_dirs_from_file()
152 err(1, "%s", listfile); in read_dirs_from_file()
178 listfile, linenum); in read_dirs_from_file()
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/scripts/
H A Ddtest.pl181 my($listfile) = @_;
185 if (length($listfile) > 0) {
186 exit(123) unless open(STDIN, "<$listfile");
/freebsd/sbin/restore/
H A Dextern.h64 long listfile(char *, ino_t, int);
H A Dmain.c250 treescan(name, ino, listfile); in main()
H A Drestore.c51 listfile(char *name, ino_t ino, int type) in listfile() function