Lines Matching defs:grpres
3638 struct group *grpres;
3640 int res = getgrnam_r(SUPERUSER_GROUP, &grp, buf, sizeof(buf), &grpres);
3643 ASSERT_NE(nullptr, grpres);
3648 EXPECT_NOT_POISONED(grpres);
3720 struct group *grpres;
3723 int res = getgrent_r(&grp, buf, sizeof(buf), &grpres);
3729 EXPECT_NOT_POISONED(grpres);
3737 struct group *grpres;
3740 int res = fgetgrent_r(fp, &grp, buf, sizeof(buf), &grpres);
3746 EXPECT_NOT_POISONED(grpres);