Home
last modified time | relevance | path

Searched refs:_ACL_T_ALIGNMENT_BITS (Results 1 – 3 of 3) sorted by relevance

/trueos/lib/libc/posix1e/
HDacl_init.c51 CTASSERT(1 << _ACL_T_ALIGNMENT_BITS > sizeof(struct acl_t_struct));
68 error = posix_memalign((void *)&acl, 1 << _ACL_T_ALIGNMENT_BITS, in acl_init()
HDacl_branding.c54 aclp = (acl_t)(((long)entry >> _ACL_T_ALIGNMENT_BITS) << _ACL_T_ALIGNMENT_BITS); in entry2acl()
HDacl_support.h36 #define _ACL_T_ALIGNMENT_BITS 13 macro