Searched refs:tcpath (Results 1 – 1 of 1) sorted by relevance
/titanic_44/usr/src/cmd/svr4pkg/pkgremove/ |
H A D | special.c | 506 tcpath[PATH_MAX]; /* Temp contents file path */ in special_contents_remove() local 514 cpath[0] = tcpath[0] = '\0'; in special_contents_remove() 534 snprintf(tcpath, PATH_MAX, "%s%s", pcroot, pctcontents) in special_contents_remove() 543 snprintf(tcpath, PATH_MAX, "%s/%s", pcroot, pctcontents) in special_contents_remove() 577 if ((fpo = fopen(tcpath, "w")) == NULL) { in special_contents_remove() 693 if (tcpath[0] != '\0' && cpath[0] != '\0' && in special_contents_remove() 694 rename(tcpath, cpath) != 0) { in special_contents_remove() 699 if (tcpath[0] != '\0' && remove(tcpath) != 0) { in special_contents_remove()
|