Searched refs:grpres (Results 1 – 2 of 2) sorted by relevance
/external/compiler-rt/lib/msan/tests/ |
D | msan_test.cc | 3376 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()
|
/external/llvm-project/compiler-rt/lib/msan/tests/ |
D | msan_test.cpp | 3609 struct group *grpres; in TEST() local 3611 int res = getgrnam_r(SUPERUSER_GROUP, &grp, buf, sizeof(buf), &grpres); in TEST() 3614 ASSERT_NE(nullptr, grpres); in TEST() 3619 EXPECT_NOT_POISONED(grpres); in TEST() 3688 struct group *grpres; in TEST() local 3691 int res = getgrent_r(&grp, buf, sizeof(buf), &grpres); in TEST() 3697 EXPECT_NOT_POISONED(grpres); in TEST() 3704 struct group *grpres; in TEST() local 3707 int res = fgetgrent_r(fp, &grp, buf, sizeof(buf), &grpres); in TEST() 3713 EXPECT_NOT_POISONED(grpres); in TEST()
|