Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/aic7xxx/aicasm/
H A Daicasm.c96 FILE *listfile; variable
139 listfile = NULL; in main()
171 if ((listfile = fopen(optarg, "w")) == NULL) { in main()
301 if (listfile != NULL) in main()
615 fprintf(listfile, " \t%s", buf); in output_listing()
618 fprintf(listfile, "%04x %02x%02x%02x%02x", instrptr, in output_listing()
637 fprintf(listfile, "\t%s", buf); in output_listing()
640 fprintf(listfile, "\n"); in output_listing()
648 fprintf(listfile, " %s", buf); in output_listing()
722 if (listfile != NULL) { in stop()
[all …]
/freebsd-12.1/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-12.1/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-12.1/sbin/restore/
H A Dextern.h67 long listfile(char *, ino_t, int);
H A Dmain.c265 treescan(name, ino, listfile); in main()
H A Drestore.c60 listfile(char *name, ino_t ino, int type) in listfile() function