Home
last modified time | relevance | path

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

/freebsd/lib/libc/posix1e/
H A Dacl_strip.c48 acl_t newacl; in _nfs4_acl_strip_np() local
51 newacl = acl_init(ACL_MAX_ENTRIES); in _nfs4_acl_strip_np()
52 if (newacl == NULL) { in _nfs4_acl_strip_np()
57 _acl_brand_as(newacl, ACL_BRAND_NFS4); in _nfs4_acl_strip_np()
60 acl_nfs4_trivial_from_mode_libc(&(newacl->ats_acl), mode, canonical_six); in _nfs4_acl_strip_np()
62 return (newacl); in _nfs4_acl_strip_np()
/freebsd/contrib/pjdfstest/
H A Dpjdfstest.c678 acl_t acl, newacl; in call_syscall() local
1123 newacl = acl_from_text(STR(1)); in call_syscall()
1127 while (acl_get_entry(newacl, entry_id, &newentry) == 1) { in call_syscall()
/freebsd/contrib/wpa/hostapd/
H A Dconfig_file.c132 struct mac_acl_entry *newacl; in hostapd_add_acl_maclist() local
134 newacl = os_realloc_array(*acl, *num + 1, sizeof(**acl)); in hostapd_add_acl_maclist()
135 if (!newacl) { in hostapd_add_acl_maclist()
140 *acl = newacl; in hostapd_add_acl_maclist()