Searched refs:listfile (Results 1 – 6 of 6) sorted by relevance
| /NextBSD/sys/dev/aic7xxx/aicasm/ |
| HD | aicasm.c | 94 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/ |
| HD | elfhints.c | 143 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/ |
| HD | dtest.pl | 181 my($listfile) = @_; 185 if (length($listfile) > 0) { 186 exit(123) unless open(STDIN, "<$listfile");
|
| /NextBSD/sbin/restore/ |
| HD | extern.h | 65 long listfile(char *, ino_t, int);
|
| HD | main.c | 263 treescan(name, ino, listfile); in main()
|
| HD | restore.c | 58 listfile(char *name, ino_t ino, int type) in listfile() function
|