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

/external/compiler-rt/lib/msan/tests/
H A Dmsan_test.cc3327 struct group *grpres; local
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; local
3411 int res = getgrent_r(&grp, buf, sizeof(buf), &grpres);
3417 EXPECT_NOT_POISONED(grpres);
3425 struct group *grpres; local
3428 int res = fgetgrent_r(fp, &grp, buf, sizeof(buf), &grpres);
3434 EXPECT_NOT_POISONED(grpres);
[all...]

Completed in 121 milliseconds