Lines Matching refs:pppcSC
228 * 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)
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)
325 if (*pppcSC == NULL)
328 ppc = *pppcSC;
336 *pppcSC = NULL;