Searched refs:other_acl (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/modules/
H A Dvfs_hpuxacl.c258 HPUX_ACL_T other_acl; local
266 if (!hpux_acl_get_file(name, &other_acl, &other_count)) {
274 if (!hpux_add_to_acl(&hpux_acl, &count, other_acl,
278 SAFE_FREE(other_acl);
281 SAFE_FREE(other_acl);
H A Dvfs_solarisacl.c174 SOLARIS_ACL_T other_acl; local
182 if (!solaris_acl_get_file(name, &other_acl, &other_count)) {
190 if (!solaris_add_to_acl(&solaris_acl, &count, other_acl,
194 SAFE_FREE(other_acl);
197 SAFE_FREE(other_acl);

Completed in 109 milliseconds