OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:acl_int_new
(Results
1 - 2
of
2
) sorted by relevancy
/src/lib/libc/posix1e/
acl_calc_mask.c
55
struct acl *acl_int, *
acl_int_new
;
local in function:acl_calc_mask
87
acl_int_new
= &acl_new->ats_acl;
93
for (i = 0; i <
acl_int_new
->acl_cnt; i++) {
94
switch(
acl_int_new
->acl_entry[i].ae_tag) {
99
acl_int_new
->acl_entry[i].ae_perm & ACL_PERM_BITS;
109
acl_int_new
->acl_entry[mask_num].ae_perm = mask_mode;
112
if (
acl_int_new
->acl_cnt == ACL_MAX_ENTRIES) {
118
acl_int_new
->acl_entry[
acl_int_new
->acl_cnt].ae_tag = ACL_MASK;
119
acl_int_new
->acl_entry[acl_int_new->acl_cnt].ae_id
[
all
...]
acl_calc_mask.c
55
struct acl *acl_int, *
acl_int_new
;
local in function:acl_calc_mask
87
acl_int_new
= &acl_new->ats_acl;
93
for (i = 0; i <
acl_int_new
->acl_cnt; i++) {
94
switch(
acl_int_new
->acl_entry[i].ae_tag) {
99
acl_int_new
->acl_entry[i].ae_perm & ACL_PERM_BITS;
109
acl_int_new
->acl_entry[mask_num].ae_perm = mask_mode;
112
if (
acl_int_new
->acl_cnt == ACL_MAX_ENTRIES) {
118
acl_int_new
->acl_entry[
acl_int_new
->acl_cnt].ae_tag = ACL_MASK;
119
acl_int_new
->acl_entry[acl_int_new->acl_cnt].ae_id
[
all
...]
Completed in 21 milliseconds
Indexes created Wed Oct 01 13:09:50 GMT 2025