Lines Matching defs:ofp
73 static FILE *ofp;100 if (ofp != stdout) {101 (void)fflush(ofp);102 (void)pclose(ofp);103 ofp = stdout;259 if (ofp != stdout) {260 (void)fflush(ofp);261 (void)pclose(ofp);262 ofp = stdout;289 assert(ofp == stdout);294 ofp = popen(pcmd, "w");295 if (ofp == NULL) {322 putc(c, ofp);358 ofp = stdout;