Searched refs:outf (Results 1 – 1 of 1) sorted by relevance
126 FILE *inf, *outf; in do_header() local135 outf = fopen(file, "w"); in do_header()136 if (outf == 0) { in do_header()140 fprintf(outf, "#define %s %d\n", name, count); in do_header()141 (void) fclose(outf); in do_header()143 outf = fopen(file, "a"); in do_header()144 if (outf == 0) { in do_header()148 fprintf(outf, "#include <%s.h>\n", hname); in do_header()149 (void) fclose(outf); in do_header()194 outf = fopen(file, "w"); in do_header()[all …]