Home | History | Annotate | Download | only in setfacl

Lines Matching defs:entry

51 	acl_entry_t entry;
56 entry = NULL;
59 * ... if a mask entry is specified, then the permissions of the mask
60 * entry in the resulting ACL shall be set to the permissions in the
61 * specified ACL mask entry.
72 * If no mask entry is specified and the -n option is not
74 * entry shall be set to the union of the permissions
85 * If no mask entry is specified and the -n option is
87 * mask entry shall remain unchanged ...
92 while (acl_get_entry(acl, entry_id, &entry) == 1) {
94 if (acl_get_tag_type(entry, &tag) == -1)
105 * If no mask entry is specified, the -n option is specified,
106 * and no ACL mask entry exists in the ACL associated with the
110 warnx("%s: warning: no mask entry", filename);