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

Function sys_acl_set_file

lib/sysacls.c:161–164  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

159}
160
161int sys_acl_set_file(const char *name, SMB_ACL_TYPE_T acltype, SMB_ACL_T theacl)
162{
163 return acl_set_file(name, acltype, theacl);
164}
165
166#if 0
167int sys_acl_set_fd(int fd, SMB_ACL_T theacl)

Callers 2

set_rsync_aclFunction · 0.85
sys_acl_set_fdFunction · 0.85

Calls 7

acl_sortFunction · 0.85
sys_acl_get_fileFunction · 0.85
sys_acl_free_aclFunction · 0.85
SAFE_FREEFunction · 0.85
hpux_acl_call_presenceFunction · 0.85
statClass · 0.70
aclClass · 0.70

Tested by

no test coverage detected