HomeSort by: relevance | last modified time | path
    Searched refs:get_acl_from_file (Results 1 - 3 of 3) sorted by relevancy

  /src/bin/setfacl/
file.c 49 get_acl_from_file(const char *filename) function in typeref:typename:acl_t
56 err(1, "(null) filename in get_acl_from_file()");
setfacl.h 41 acl_t get_acl_from_file(const char *filename);
setfacl.c 384 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 12 milliseconds