Searched refs:fpi (Results 1 – 1 of 1) sorted by relevance
503 FILE *fpi = NULL, /* Input of contents file */ in special_contents_remove() local570 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()