OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tmpacl
(Results
1 - 1
of
1
) sorted by relevancy
/src/lib/libc/posix1e/
acl_strip.c
158
acl_t
tmpacl
;
local in function:acl_is_trivial_np
189
tmpacl
= _nfs4_acl_strip_np(aclp, 0);
190
if (
tmpacl
== NULL)
193
differs = _acl_differs(aclp,
tmpacl
);
194
acl_free(
tmpacl
);
204
tmpacl
= _nfs4_acl_strip_np(aclp, 1);
205
if (
tmpacl
== NULL)
208
differs = _acl_differs(aclp,
tmpacl
);
209
acl_free(
tmpacl
);
Completed in 13 milliseconds
Indexes created Fri Oct 03 02:09:57 GMT 2025