Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
84
SMB_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_init
Function · 0.85
sys_acl_free_acl
Function · 0.85
sys_acl_get_file
Function · 0.85
SAFE_FREE
Function · 0.85
Tested by
no test coverage detected