Searched refs:outf (Results 1 - 1 of 1) sorted by relevance

/darwin-on-arm/xnu/SETUP/config/
H A Dmkheaders.c165 FILE *inf, *outf; local
174 outf = fopen(file, "w");
175 if (outf == 0) {
179 fprintf(outf, "#define %s %d\n", name, count);
180 (void) fclose(outf);
182 outf = fopen(file, "a");
183 if (outf == 0) {
187 fprintf(outf, "#include <%s.h>\n", hname);
188 (void) fclose(outf);
233 outf
[all...]

Completed in 71 milliseconds