Searched refs:newacl (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/lib/libc/posix1e/
H A Dacl_strip.c49 acl_t newacl; local
52 newacl = acl_init(ACL_MAX_ENTRIES);
53 if (newacl == NULL) {
58 _acl_brand_as(newacl, ACL_BRAND_NFS4);
61 acl_nfs4_trivial_from_mode_libc(&(newacl->ats_acl), mode, canonical_six);
63 return (newacl);
/freebsd-11-stable/contrib/pjdfstest/
H A Dpjdfstest.c561 acl_t acl, newacl; local
951 newacl = acl_from_text(STR(1));
955 while (acl_get_entry(newacl, entry_id, &newentry) == 1) {
/freebsd-11-stable/contrib/wpa/hostapd/
H A Dconfig_file.c130 struct mac_acl_entry *newacl; local
132 newacl = os_realloc_array(*acl, *num + 1, sizeof(**acl));
133 if (!newacl) {
138 *acl = newacl;

Completed in 176 milliseconds