Lines Matching refs:FILE
68 void do_objs(FILE *fp, const char *msg, int ext, int flags);
69 void do_files(FILE *fp, const char *msg, char ext);
70 void do_machdep(FILE *ofp);
71 void do_rules(FILE *f);
72 void copy_dependencies(FILE *makin, FILE *makout);
78 void put_source_file_name(FILE *fp, struct file_list *tp);
173 FILE *ifp, *ofp; in makefile()
174 FILE *dfp; in makefile()
283 FILE *fp; in read_files()
653 put_source_file_name(FILE *fp, struct file_list *tp) in put_source_file_name()
663 do_objs(FILE *fp, const char *msg, int ext, int flags) in do_objs()
717 do_files(FILE *fp, const char *msg, char ext) in do_files()
749 do_machdep(FILE *ofp) in do_machdep()
751 FILE *ifp; in do_machdep()
783 void emit_bounds_checks_new_checks_lines(struct file_list * ftp, FILE *f, const char* tp);
785 emit_bounds_checks_new_checks_lines(struct file_list * ftp, FILE *f, const char* tp) in emit_bounds_checks_new_checks_lines()
819 do_rules(FILE *f) in do_rules()
960 copy_dependencies(FILE *makin, FILE *makout) in copy_dependencies()