Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/safesetid/
H A Dsafesetid-test.c382 gid_t groupset[len]; in test_setgroups() local
393 if (getgroups(len, groupset) != len) in test_setgroups()
397 if (child_groups[i] == groupset[j]) in test_setgroups()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/canonical-multitouch/geis/
H A D0001-provide-function-declaration-with-prototypes.patch335 GeisGroupSet groupset = calloc(1, sizeof(struct _GeisGroupSet));
336 if (!groupset)