Home
last modified time | relevance | path

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

/external/compiler-rt/lib/msan/tests/
Dmsan_test.cc3376 struct group *grpres; in TEST() local
3378 int res = getgrnam_r(SUPERUSER_GROUP, &grp, buf, sizeof(buf), &grpres); in TEST()
3381 ASSERT_NE(nullptr, grpres); in TEST()
3386 EXPECT_NOT_POISONED(grpres); in TEST()
3457 struct group *grpres; in TEST() local
3460 int res = getgrent_r(&grp, buf, sizeof(buf), &grpres); in TEST()
3466 EXPECT_NOT_POISONED(grpres); in TEST()
3474 struct group *grpres; in TEST() local
3477 int res = fgetgrent_r(fp, &grp, buf, sizeof(buf), &grpres); in TEST()
3483 EXPECT_NOT_POISONED(grpres); in TEST()