MCPcopy 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

642int 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_fileFunction · 0.70
mainFunction · 0.50
send_msg_successFunction · 0.50
do_statFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected