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

  /src/lib/libc/posix1e/
Makefile.inc 74 acl_get.3 acl_get_file.3 \
acl_get.c 33 * acl_get_file - syscall wrapper for retrieving ACL by filename
63 acl_get_file(const char *path_p, acl_type_t type) function in typeref:typename:acl_t
  /src/bin/getfacl/
getfacl.c 230 acl = acl_get_file(path, type);
  /src/bin/setfacl/
setfacl.c 235 acl = acl_get_file(file->fts_accpath, acl_type);
240 warn("%s: acl_get_file() failed", file->fts_path);
  /src/sys/sys/
acl.h 408 acl_t acl_get_file(const char *_path_p, acl_type_t _type);
  /src/bin/cp/
utils.c 507 aclgetf = acl_get_file;

Completed in 14 milliseconds