Searched refs:pcroot (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/svr4pkg/pkgremove/
H A Dspecial.c227 * pcroot The root of the install database. If NULL assume '/'.
240 get_special_contents(const char *pcroot, char ***pppcSC, int *piMax) argument
254 if (pcroot == NULL) {
255 pcroot = "/";
258 if (pcroot[strlen(pcroot) - 1] == '/') {
259 if (snprintf(path, PATH_MAX, "%s%s", pcroot, pc) >= PATH_MAX) {
264 if (snprintf(path, PATH_MAX, "%s/%s", pcroot, pc)
487 * pcroot The alternate install root. Could be NULL. In this
498 special_contents_remove(int ient, struct cfent **ppcfent, const char *pcroot) argument
[all...]

Completed in 57 milliseconds