Lines Matching refs:fnamep
240 char *fnamep, int rfg) in mod_entries() argument
255 gettext("aclcnt %d, file %s\n"), cnt, fnamep); in mod_entries()
259 if (acl(fnamep, SETACL, cnt, aclp) < 0) { in mod_entries()
261 gettext("%s: failed to set acl entries\n"), fnamep); in mod_entries()
275 set_file_entries(char *acl_fnamep, char *fnamep, int rflag) in set_file_entries() argument
327 if (acl(fnamep, SETACL, aclcnt, aclp) < 0) { in set_file_entries()
329 gettext("%s: failed to set acl entries\n"), fnamep); in set_file_entries()
343 set_online_entries(char *setp, char *fnamep, int rflag) in set_online_entries() argument
355 gettext("aclcnt %d, file %s\n"), aclcnt, fnamep); in set_online_entries()
359 if (acl(fnamep, SETACL, aclcnt, aclp) < 0) { in set_online_entries()
361 gettext("%s: failed to set acl entries\n"), fnamep); in set_online_entries()