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

/illumos-gate/usr/src/cmd/svr4pkg/pkgremove/
H A Dspecial.c130 * get_special_contents().
142 * if (get_special_contents(NULL, &ppcSC, &max) != 0) exit(1);
221 * get_special_contents
240 get_special_contents(const char *pcroot, char ***pppcSC, int *piMax) function
311 * get_special_contents.
313 * pppcSC A pointer to a buffer allocated using get_special_contents.
317 * Side effects: Frees memory allocated using get_special_contents and
520 if ((get_special_contents(pcroot, &ppcSC, &max)) != 0) {

Completed in 44 milliseconds