Lines Matching full:initgroups
371 int initgroups(const char *user, gid_t group) {return 0;}392 if (initgroups(pw->pw_name, pw->pw_gid) != 0 ||