Lines Matching defs:deny
1700 /* a possible ACE to deny owner what he/she would */
1892 * deny rights to administrators belonging
1950 /* a possible ACE to deny group what it would get from world */
2498 /* a possible ACE to deny owner what he/she would */
2605 /* a possible ACE to deny group what it would get from world */
3048 mode_t deny;
3065 /* deny world exec unless for default */
3097 deny = pxace[j].perms | denywrld;
3100 deny = denywrld;
3108 deny |= pxace[j].perms;
3118 perms = ~deny;
3120 perms = allow & ~deny;
3124 perms = (allow | grantgrps | grantwrld) & ~deny;
3129 & ~deny;
3134 perms = (allow | grantwrld) & ~deny;
3138 perms = (allow | grantwrld) & ~deny;
3143 perms = ~deny;
3146 perms = allow & ~deny;
3371 mode_t deny;
3385 /* deny world exec not for default */
3398 deny = 0;
3404 deny = pxace[j].perms;
3426 perms = ~deny;