Home
last modified time | relevance | path

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

/NextBSD/sys/dev/aic7xxx/aicasm/
HDaicasm.c94 FILE *listfile; variable
137 listfile = NULL; in main()
169 if ((listfile = fopen(optarg, "w")) == NULL) { in main()
299 if (listfile != NULL) in main()
613 fprintf(listfile, " \t%s", buf); in output_listing()
616 fprintf(listfile, "%04x %02x%02x%02x%02x", instrptr, in output_listing()
635 fprintf(listfile, "\t%s", buf); in output_listing()
638 fprintf(listfile, "\n"); in output_listing()
646 fprintf(listfile, " %s", buf); in output_listing()
720 if (listfile != NULL) { in stop()
[all …]
/NextBSD/sbin/ldconfig/
HDelfhints.c143 read_dirs_from_file(const char *hintsfile, const char *listfile) in read_dirs_from_file() argument
149 if ((fp = fopen(listfile, "r")) == NULL) in read_dirs_from_file()
150 err(1, "%s", listfile); in read_dirs_from_file()
176 listfile, linenum); in read_dirs_from_file()
/NextBSD/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/scripts/
HDdtest.pl181 my($listfile) = @_;
185 if (length($listfile) > 0) {
186 exit(123) unless open(STDIN, "<$listfile");
/NextBSD/sbin/restore/
HDextern.h65 long listfile(char *, ino_t, int);
HDmain.c263 treescan(name, ino, listfile); in main()
HDrestore.c58 listfile(char *name, ino_t ino, int type) in listfile() function