Searched refs:fpo (Results 1 – 1 of 1) sorted by relevance
504 *fpo = NULL; /* Output to temp contents file */ in special_contents_remove() local577 if ((fpo = fopen(tcpath, "w")) == NULL) { in special_contents_remove()670 if (fprintf(fpo, "%s", line) < 0) { in special_contents_remove()680 (void) fprintf(fpo, "# Last modified by pkgremove\n"); in special_contents_remove()681 (void) fprintf(fpo, "# %s", ctime(&t)); in special_contents_remove()689 if (fpo != NULL) in special_contents_remove()690 (void) fclose(fpo); in special_contents_remove()