Home
last modified time | relevance | path

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

/external/openssh/
Duidswap.c57 static gid_t *saved_egroups = NULL, *user_groups = NULL; variable
113 user_groups = xrealloc(user_groups, in temporarily_use_uid()
115 if (getgroups(user_groupslen, user_groups) < 0) in temporarily_use_uid()
118 if (user_groups) in temporarily_use_uid()
119 xfree(user_groups); in temporarily_use_uid()
123 if (setgroups(user_groupslen, user_groups) < 0) in temporarily_use_uid()
/external/chromium_org/rlz/win/lib/
Dprocess_info.cc129 DWORD user_groups[] = {DOMAIN_ALIAS_RID_ADMINS, in GetUserGroup() local
133 for (int i = 0; i < arraysize(user_groups) && *group == 0; ++i) { in GetUserGroup()
137 user_groups[i], 0, 0, 0, 0, in GetUserGroup()
142 *group = user_groups[i]; in GetUserGroup()