Searched defs:fpc (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/bnu/
H A Duux.c73 FILE *fprx = NULL, *fpc = NULL, *fpd = NULL, *fp = NULL; local
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);
[all...]

Completed in 74 milliseconds