Home | History | Annotate | Download | only in config

Lines Matching defs:ofp

89 	FILE *ifp, *ofp;
134 if ((ofp = fopen("Makefile.tmp", "w")) == NULL) {
139 emitdefs(ofp);
145 fputs(line, ofp);
175 emitsubs(ofp, line, ifname, lineno);
178 (*fn)(ofp);
181 fflush(ofp);
182 if (ferror(ofp))
190 if (fclose(ofp)) {
191 ofp = NULL;
205 if (ofp != NULL)
206 (void)fclose(ofp);