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

/illumos-gate/usr/src/cmd/svr4pkg/pkgremove/
H A Dspecial.c503 FILE *fpi = NULL, /* Input of contents file */ local
570 if ((fpi = fopen(cpath, "r")) == NULL) {
602 for (i = 0, j = 0; fgets(line, LINESZ, fpi) != NULL; ) {
686 if (fpi != NULL)
687 (void) fclose(fpi);

Completed in 84 milliseconds