Home
last modified time | relevance | path

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

/netbsd-src/bin/setfacl/
H A Dsetfacl.h47 int remove_acl(acl_t acl, acl_t *prev_acl, const char *filename);
H A Dremove.c50 remove_acl(acl_t acl, acl_t *prev_acl, const char *filename) in remove_acl() function
H A Dsetfacl.c298 local_error += remove_acl(nacl, &acl, file->fts_path); in handle_file()