Lines Matching defs:fpc
73 FILE *fprx = NULL, *fpc = NULL, *fpd = NULL, *fp = NULL;
360 if (fpc != NULL)
361 (void) fclose(fpc);
379 * fpc is the C. file for the local site.
388 fpc = fdopen(ret = creat(cfile, CFILEMODE), "w");
389 ASSERT(ret >= 0 && fpc != NULL, Ct_OPEN, cfile, errno);
390 setbuf(fpc, CNULL);
476 GENSEND(fpc, dfile, dfile, dfile);
573 if (fpc != NULL)
574 (void) fclose(fpc);
672 GENSEND(fpc, rest, dfile, dfile);
674 GENSEND(fpc, rest, dfile, dfile);
908 GENSEND(fpc, rxfile, tfile, rxfile);
911 cfileUsed = (ftell(fpc) != 0L); /* was cfile used? */
912 ASSERT(fflush(fpc) != EOF && ferror(fpc) == 0, Ct_WRITE, cfile, errno);
913 (void) fclose(fpc);