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

/asus-wl-520gu-7.0.1.45/src/router/acl/setfacl/
H A Ddo_set.c175 acl_t *old_acl,
182 *old_acl = acl_get_file(path_p, type);
183 if (*old_acl == NULL && (errno == ENOSYS || errno == ENOTSUP)) {
185 *old_acl = acl_init(0);
187 *old_acl = acl_from_mode(st->st_mode);
190 *old_acl = acl_init(0);
191 if (*old_acl == NULL)
193 *acl = acl_dup(*old_acl);
267 acl_t old_acl = NULL, old_default_acl = NULL; local
285 old_xacl = &old_acl;
171 retrieve_acl( const char *path_p, acl_type_t type, const struct stat *st, acl_t *old_acl, acl_t *acl) argument
[all...]

Completed in 106 milliseconds