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

Function do_acl

lib/sysacls.c:801–804  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

799
800#ifdef __TANDEM
801inline int do_acl(const char *path_p, int cmd, int nentries, struct acl *aclbufp)
802{
803 return acl((char*)path_p, cmd, nentries, aclbufp);
804}
805#define acl(p,c,n,a) do_acl(p,c,n,a)
806#endif
807

Callers

nothing calls this directly

Calls 1

aclClass · 0.70

Tested by

no test coverage detected