Searched refs:get_acl_from_file (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/bin/setfacl/
H A Dfile.c49 get_acl_from_file(const char *filename) function
56 err(1, "(null) filename in get_acl_from_file()");
H A Dsetfacl.h41 acl_t get_acl_from_file(const char *filename);
H A Dsetfacl.c384 entry->acl = get_acl_from_file(optarg);
386 err(1, "%s: get_acl_from_file() failed",
399 entry->acl = get_acl_from_file(optarg);

Completed in 126 milliseconds