Home
last modified time | relevance | path

Searched refs:acl_get_brand_np (Results 1 – 8 of 8) sorted by relevance

/freebsd/bin/setfacl/
H A Dmerge.c96 acl_get_brand_np(acl, &acl_brand); in merge_acl()
97 acl_get_brand_np(*prev_acl, &prev_acl_brand); in merge_acl()
242 acl_get_brand_np(acl, &acl_brand); in add_acl()
243 acl_get_brand_np(*prev_acl, &prev_acl_brand); in add_acl()
H A Dremove.c48 acl_get_brand_np(acl, &acl_brand); in remove_acl()
49 acl_get_brand_np(*prev_acl, &prev_acl_brand); in remove_acl()
H A Dsetfacl.c138 (void)acl_get_brand_np(acl, &acl_brand); in clear_inheritance_flags()
/freebsd/lib/libc/posix1e/
H A DSymbol.map72 acl_get_brand_np;
H A Dacl_branding.c157 acl_get_brand_np(acl_t acl, int *brand_p) in acl_get_brand_np() function
H A DMakefile.inc65 acl_get_brand_np.3 \
/freebsd/sys/sys/
H A Dacl.h389 int acl_get_brand_np(acl_t _acl, int *_brand_p);
/freebsd/contrib/libarchive/libarchive/
H A Darchive_disk_acl_freebsd.c127 if (acl_get_brand_np(acl, &brand) != 0) { in translate_acl()