Home
last modified time | relevance | path

Searched refs:GroupList (Results 1 – 1 of 1) sorted by relevance

/dragonfly/bin/cpdup/
H A Dcpdup.c166 static gid_t *GroupList; variable
342 GroupCount = hc_getgroups(&DstHost, &GroupList); in main()
349 fprintf(stderr, "Group[%d] == %d\n", i, GroupList[i]); in main()
466 if (GroupList[i] == g) { in ChgrpAllowed()
470 GroupList[i] = GroupList[i - 1]; in ChgrpAllowed()
471 GroupList[0] = g; in ChgrpAllowed()