OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:a_flags
(Results
1 - 3
of
3
) sorted by null
/ndk/sources/host-tools/sed-4.2.1/lib/
file-has-acl.c
164
In the old convention, usually three ACEs have
a_flags
= ACE_OWNER /
170
if (entries[i].
a_flags
& (ACE_OWNER | ACE_GROUP | ACE_OTHER))
183
If ace->
a_flags
= ACE_OWNER, ace->a_who is the st_uid from stat().
184
If ace->
a_flags
= ACE_GROUP, ace->a_who is the st_gid from stat().
187
&& (ace->
a_flags
== ACE_OWNER
188
|| ace->
a_flags
== ACE_GROUP
189
|| ace->
a_flags
== ACE_OTHER)))
199
&& (ace->
a_flags
== NEW_ACE_OWNER
200
|| ace->
a_flags
202
|| ace->
a_flags
== ACE_EVERYONE
[
all
...]
set-mode-acl.c
261
a_flags
= ACE_OWNER / ACE_GROUP / ACE_OTHER, in the range 0x0100..0x0400.
295
if (entries[i].
a_flags
& (ACE_OWNER | ACE_GROUP | ACE_OTHER))
318
entries[0].
a_flags
= ACE_OWNER;
322
entries[1].
a_flags
= ACE_GROUP;
326
entries[2].
a_flags
= ACE_OTHER;
334
entries[0].
a_flags
= NEW_ACE_OWNER;
341
entries[1].
a_flags
= NEW_ACE_GROUP | NEW_ACE_IDENTIFIER_GROUP;
348
entries[2].
a_flags
= ACE_EVERYONE;
/external/libnl-headers/
netlink-types.h
228
uint8_t
a_flags
;
member in struct:rtnl_addr
Completed in 2922 milliseconds