Searched defs:pppcSC (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/svr4pkg/pkgremove/
H A Dspecial.c228 * pppcSC A pointer to a char **. This pointer will be set to
234 * Side effects: the pppcSC pointer is set to point at a newly
240 get_special_contents(const char *pcroot, char ***pppcSC, int *piMax) argument
252 *pppcSC = NULL;
302 *pppcSC = ppc;
313 * pppcSC A pointer to a buffer allocated using get_special_contents.
321 free_special_contents(char ***pppcSC, int max) argument
325 if (*pppcSC == NULL)
328 ppc = *pppcSC;
336 *pppcSC
[all...]

Completed in 72 milliseconds