Lines Matching defs:filep
50 static int get_acl_info(char *filep, aclent_t **aclpp);
133 register char *filep;
135 filep = argv[optind];
161 aclcnt = get_acl_info(filep, &aclp);
165 work_dp, filep, rflag) == -1)
168 if (set_file_entries(aclfilep, filep, rflag) == -1)
181 if (set_online_entries(work_sp, filep, rflag) == -1)
192 get_acl_info(char *filep, aclent_t **aclpp)
196 if ((aclcnt = acl(filep, GETACLCNT, 0, NULL)) < 0) {
206 gettext("%s: failed to get acl count\n"), filep);
213 aclcnt, filep);
221 if (acl(filep, GETACL, aclcnt, *aclpp) < 0) {
223 gettext("%s: failed to get acl entries\n"), filep);