Home
last modified time | relevance | path

Searched refs:fpi (Results 1 – 1 of 1) sorted by relevance

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