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

/opensolaris-onvv-gate/usr/src/cmd/svr4pkg/pkgremove/
H A Dspecial.c133 * piX The position in the special_contents array we have already
151 * Side effects: The value of *piX will be set between calls to this
156 search_special_contents(char **ppcSC, const char *pcpath, int *piX, int max) argument
159 if (ppcSC == NULL || *piX == max)
162 while (*piX < max) {
165 if (ppcSC[*piX] == NULL) {
166 (*piX)++;
170 j = strlen(ppcSC[*piX]);
171 k = strcmp(pcpath, ppcSC[*piX]);
172 wild = (ppcSC[*piX][
[all...]

Completed in 496 milliseconds