Searched refs:user_groups (Results 1 - 1 of 1) sorted by relevance

/freebsd-10-stable/crypto/openssh/
H A Duidswap.c52 static gid_t *saved_egroups = NULL, *user_groups = NULL; variable
107 user_groups = xreallocarray(user_groups,
109 if (getgroups(user_groupslen, user_groups) < 0)
112 free(user_groups);
116 if (setgroups(user_groupslen, user_groups) < 0)

Completed in 177 milliseconds