Lines Matching defs:pctx
3687 } ctx[2], *pctx;
3731 pctx = &ctx[i];
3732 pctx->permswrld = 0;
3733 pctx->prevuid = -1;
3734 pctx->prevgid = -1;
3735 pctx->groupmasks = 0;
3736 pctx->tagsset = 0;
3737 pctx->gotowner = FALSE;
3738 pctx->gotgroup = FALSE;
3739 pctx->gotownermask = FALSE;
3745 pctx = &ctx[1];
3748 pctx = &ctx[0];
3784 pctx->prevgid = gid;
3802 pctx->gotownermask = TRUE;
3803 if (pctx->gotowner)
3804 pctx->groupmasks++;
3807 pctx->gotowner = TRUE;
3808 if (pctx->gotownermask && !pctx->gotowner) {
3837 if (pctx->gotowner)
3838 pctx->groupmasks++;
3840 if (pctx->gotgroup || (pctx->groupmasks > 1)) {
3845 pctx->prevgid = gid;
3852 pctx->gotgroup = TRUE;
3879 && (pctx->prevuid != uid)) {
3886 pctx->prevuid = uid;
3892 && (pctx->prevgid != gid)) {
3894 pctx->groupmasks++;
3899 pctx->prevgid = gid;
3948 pctx->permswrld |= pxace->perms;
3949 pctx->tagsset |= pxace->tag;