Searched refs:grpres (Results 1 – 1 of 1) sorted by relevance
/external/compiler-rt/lib/msan/tests/ |
D | msan_test.cc | 3307 struct group *grpres; in TEST() local 3309 int res = getgrnam_r(SUPERUSER_GROUP, &grp, buf, sizeof(buf), &grpres); in TEST() 3312 ASSERT_NE(nullptr, grpres); in TEST() 3317 EXPECT_NOT_POISONED(grpres); in TEST() 3388 struct group *grpres; in TEST() local 3391 int res = getgrent_r(&grp, buf, sizeof(buf), &grpres); in TEST() 3397 EXPECT_NOT_POISONED(grpres); in TEST() 3405 struct group *grpres; in TEST() local 3408 int res = fgetgrent_r(fp, &grp, buf, sizeof(buf), &grpres); in TEST() 3414 EXPECT_NOT_POISONED(grpres); in TEST()
|