MCPcopy Create free account
hub / github.com/RsyncProject/rsync / sys_acl_get_fd

Function sys_acl_get_fd

lib/sysacls.c:84–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82
83#if 0
84SMB_ACL_T sys_acl_get_fd(int fd)
85{
86 return acl_get_fd(fd);
87}
88#endif
89
90#if defined(HAVE_ACL_GET_PERM_NP)

Callers

nothing calls this directly

Calls 4

sys_acl_initFunction · 0.85
sys_acl_free_aclFunction · 0.85
sys_acl_get_fileFunction · 0.85
SAFE_FREEFunction · 0.85

Tested by

no test coverage detected