Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RsyncProject/rsync
/ stat
Class
stat
lib/sysacls.c:644–644 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
642
int sys_acl_set_file(const char *name, SMB_ACL_TYPE_T type, SMB_ACL_T acl_d)
643
{
644
struct stat s;
645
struct acl *acl_p;
646
int acl_count;
647
struct acl *acl_buf = NULL;
Callers
4
sys_acl_set_file
Function · 0.70
main
Function · 0.50
send_msg_success
Function · 0.50
do_stat
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected