Searched refs:ppcfent (Results 1 – 1 of 1) sorted by relevance
/titanic_44/usr/src/cmd/svr4pkg/pkgremove/ |
H A D | special.c | 382 generate_special_contents_rules(int ient, struct cfent **ppcfent, in generate_special_contents_rules() argument 397 if (search_special_contents(ppcSC, ppcfent[i]->path, in generate_special_contents_rules() 498 special_contents_remove(int ient, struct cfent **ppcfent, const char *pcroot) in special_contents_remove() argument 516 if (ient == 0 || ppcfent == NULL || ppcfent[0] == NULL) { in special_contents_remove() 584 if (generate_special_contents_rules(ient, ppcfent, ppcSC, max, &piIndex) in special_contents_remove() 623 k = pathcmp(pcpath, ppcfent[i]); in special_contents_remove() 648 } else if ((k = pathcmp(pcpath, ppcfent[i])) in special_contents_remove()
|