Searched refs:outf (Results 1 – 1 of 1) sorted by relevance
115 FILE *inf, *outf; in do_header() local124 outf = fopen(file, "w"); in do_header()125 if (outf == 0) { in do_header()129 fprintf(outf, "#define %s %d\n", name, count); in do_header()130 (void) fclose(outf); in do_header()132 outf = fopen(file, "a"); in do_header()133 if (outf == 0) { in do_header()137 fprintf(outf, "#include <%s.h>\n", hname); in do_header()138 (void) fclose(outf); in do_header()187 outf = fopen(file, "w"); in do_header()[all …]