MCPcopy Index your code
hub / github.com/RsyncProject/rsync / id_eq_uid

Function id_eq_uid

uidlist.c:66–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64static struct idlist *gidlist, *gidmap;
65
66static inline int id_eq_uid(id_t id, uid_t uid)
67{
68 return id == (id_t)uid;
69}
70
71static inline int id_eq_gid(id_t id, gid_t gid)
72{

Callers 2

match_uidFunction · 0.85
add_uidFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected