Home
last modified time | relevance | path

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

/third_party/ntfs-3g/include/ntfs-3g/
Dacls.h158 const struct POSIX_ACL *newacl, int count, BOOL deflt);
171 int ntfs_inherit_acl(const ACL *oldacl, ACL *newacl,
/third_party/ntfs-3g/libntfs-3g/
Dacls.c691 int ntfs_inherit_acl(const ACL *oldacl, ACL *newacl, in ntfs_inherit_acl() argument
717 newacl->revision = ACL_REVISION; in ntfs_inherit_acl()
718 newacl->alignment1 = 0; in ntfs_inherit_acl()
719 newacl->alignment2 = const_cpu_to_le16(0); in ntfs_inherit_acl()
765 ((char*)newacl + dst); in ntfs_inherit_acl()
852 ((char*)newacl + dst); in ntfs_inherit_acl()
901 ((char*)newacl + dst); in ntfs_inherit_acl()
946 newacl->ace_count = cpu_to_le16(newcnt); in ntfs_inherit_acl()
947 newacl->size = cpu_to_le16(dst); in ntfs_inherit_acl()
1246 const struct POSIX_ACL *newacl, int count, BOOL deflt) in ntfs_replace_acl() argument
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/
Dap_config_file.c130 struct mac_acl_entry *newacl; in hostapd_add_acl_maclist() local
132 newacl = os_realloc_array(*acl, *num + 1, sizeof(**acl)); in hostapd_add_acl_maclist()
133 if (!newacl) { in hostapd_add_acl_maclist()
138 *acl = newacl; in hostapd_add_acl_maclist()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/
Dap_config_file.c136 struct mac_acl_entry *newacl; in hostapd_add_acl_maclist() local
138 newacl = os_realloc_array(*acl, *num + 1, sizeof(**acl)); in hostapd_add_acl_maclist()
139 if (!newacl) { in hostapd_add_acl_maclist()
144 *acl = newacl; in hostapd_add_acl_maclist()