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

/opensolaris-onvv-gate/usr/src/cmd/svr4pkg/pkgremove/
H A Dspecial.c129 * ppcSC A pointer to an array of special contents obtained via
142 * if (get_special_contents(NULL, &ppcSC, &max) != 0) exit(1);
144 * if (search_special_contents(ppcSC, path[j], &i)) {
156 search_special_contents(char **ppcSC, const char *pcpath, int *piX, int max) argument
159 if (ppcSC == NULL || *piX == max)
165 if (ppcSC[*piX] == NULL) {
170 j = strlen(ppcSC[*piX]);
171 k = strcmp(pcpath, ppcSC[*piX]);
172 wild = (ppcSC[*piX][j - 1] == '*');
190 if (match(pcpath, ppcSC[*pi
382 generate_special_contents_rules(int ient, struct cfent **ppcfent, char **ppcSC, int max, int **ppiIndex) argument
501 char **ppcSC = NULL; /* The special contents rules, sorted. */ local
[all...]

Completed in 99 milliseconds