Lines Matching defs:entry
52 acl_entry_t entry;
64 "entry to be removed is %s", filename,
77 /* find and delete the entry */
79 while (acl_get_entry(acl, entry_id, &entry) == 1) {
81 if (acl_get_tag_type(entry, &tag) == -1)
85 if (acl_delete_entry(acl_new, entry) == -1) {
87 warnx("%s: cannot remove non-existent ACL entry",
104 acl_entry_t entry;
119 * Find out whether we're removing the mask entry,
126 while (acl_get_entry(acl_new, entry_id, &entry) == 1) {
130 if (acl_get_tag_type(entry, &tag) == -1)