Home | History | Annotate | Download | only in tests

Lines Matching full:grpres

3327   struct group *grpres;
3329 int res = getgrnam_r(SUPERUSER_GROUP, &grp, buf, sizeof(buf), &grpres);
3332 ASSERT_NE(nullptr, grpres);
3337 EXPECT_NOT_POISONED(grpres);
3408 struct group *grpres;
3411 int res = getgrent_r(&grp, buf, sizeof(buf), &grpres);
3417 EXPECT_NOT_POISONED(grpres);
3425 struct group *grpres;
3428 int res = fgetgrent_r(fp, &grp, buf, sizeof(buf), &grpres);
3434 EXPECT_NOT_POISONED(grpres);