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

Function sys_acl_init

lib/sysacls.c:117–120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115}
116
117SMB_ACL_T sys_acl_init(int count)
118{
119 return acl_init(count);
120}
121
122int sys_acl_create_entry(SMB_ACL_T *pacl, SMB_ACL_ENTRY_T *pentry)
123{

Callers 3

pack_smb_aclFunction · 0.85
sys_acl_get_fileFunction · 0.85
sys_acl_get_fdFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected