Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/svr4pkg/pkgremove/
H A Dspecial.c504 *fpo = NULL; /* Output to temp contents file */ in special_contents_remove() local
577 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()