Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
64
static struct idlist *gidlist, *gidmap;
65
66
static inline int id_eq_uid(id_t id, uid_t uid)
67
{
68
return id == (id_t)uid;
69
}
70
71
static inline int id_eq_gid(id_t id, gid_t gid)
72
{
Callers
2
match_uid
Function · 0.85
add_uid
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected