Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RsyncProject/rsync
/ acl
Class
acl
lib/sysacls.c:554–554 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
552
* for (count+1) entries
553
*/
554
if ((a = (SMB_ACL_T)SMB_MALLOC(sizeof a[0] + count * sizeof (struct acl))) == NULL) {
555
errno = ENOMEM;
556
return NULL;
557
}
Callers
4
sys_acl_get_file
Function · 0.70
sys_acl_set_file
Function · 0.70
sys_acl_delete_def_file
Function · 0.70
do_acl
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected