HomeSort by: relevance | last modified time | path
    Searched refs:_posix1e_acl_sort (Results 1 - 4 of 4) sorted by relevancy

  /src/lib/libc/posix1e/
acl_valid.c 54 * requires ordering. We call acl_support's _posix1e_acl_sort to make this
74 _posix1e_acl_sort(acl);
94 _posix1e_acl_sort(acl);
109 _posix1e_acl_sort(acl);
124 _posix1e_acl_sort(acl);
acl_set.c 72 _posix1e_acl_sort(acl);
93 _posix1e_acl_sort(acl);
124 _posix1e_acl_sort(acl);
acl_support.h 57 void _posix1e_acl_sort(acl_t acl);
acl_support.c 91 * determine the order they should appear in. Used by _posix1e_acl_sort to
135 * _posix1e_acl_sort -- sort ACL entries in POSIX.1e-formatted ACLs.
138 _posix1e_acl_sort(acl_t acl) function in typeref:typename:void

Completed in 15 milliseconds