Home
last modified time | relevance | path

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

/dports/devel/tinygo/tinygo-0.14.1/lib/compiler-rt/lib/msan/tests/
H A Dmsan_test.cc3591 struct group *grpres; in TEST() local
3593 int res = getgrnam_r(SUPERUSER_GROUP, &grp, buf, sizeof(buf), &grpres); in TEST()
3596 ASSERT_NE(nullptr, grpres); in TEST()
3601 EXPECT_NOT_POISONED(grpres); in TEST()
3670 struct group *grpres; in TEST() local
3673 int res = getgrent_r(&grp, buf, sizeof(buf), &grpres); in TEST()
3679 EXPECT_NOT_POISONED(grpres); in TEST()
3686 struct group *grpres; in TEST() local
3689 int res = fgetgrent_r(fp, &grp, buf, sizeof(buf), &grpres); in TEST()
3695 EXPECT_NOT_POISONED(grpres); in TEST()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/compiler-rt/lib/msan/tests/
H A Dmsan_test.cpp3608 struct group *grpres; in TEST() local
3610 int res = getgrnam_r(SUPERUSER_GROUP, &grp, buf, sizeof(buf), &grpres); in TEST()
3613 ASSERT_NE(nullptr, grpres); in TEST()
3618 EXPECT_NOT_POISONED(grpres); in TEST()
3687 struct group *grpres; in TEST() local
3690 int res = getgrent_r(&grp, buf, sizeof(buf), &grpres); in TEST()
3696 EXPECT_NOT_POISONED(grpres); in TEST()
3703 struct group *grpres; in TEST() local
3706 int res = fgetgrent_r(fp, &grp, buf, sizeof(buf), &grpres); in TEST()
3712 EXPECT_NOT_POISONED(grpres); in TEST()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/compiler-rt/lib/msan/tests/
H A Dmsan_test.cpp3616 struct group *grpres; in TEST() local
3618 int res = getgrnam_r(SUPERUSER_GROUP, &grp, buf, sizeof(buf), &grpres); in TEST()
3621 ASSERT_NE(nullptr, grpres); in TEST()
3626 EXPECT_NOT_POISONED(grpres); in TEST()
3698 struct group *grpres; in TEST() local
3701 int res = getgrent_r(&grp, buf, sizeof(buf), &grpres); in TEST()
3707 EXPECT_NOT_POISONED(grpres); in TEST()
3715 struct group *grpres; in TEST() local
3718 int res = fgetgrent_r(fp, &grp, buf, sizeof(buf), &grpres); in TEST()
3724 EXPECT_NOT_POISONED(grpres); in TEST()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/compiler-rt/lib/msan/tests/
H A Dmsan_test.cpp3606 struct group *grpres; in TEST() local
3608 int res = getgrnam_r(SUPERUSER_GROUP, &grp, buf, sizeof(buf), &grpres); in TEST()
3611 ASSERT_NE(nullptr, grpres); in TEST()
3616 EXPECT_NOT_POISONED(grpres); in TEST()
3685 struct group *grpres; in TEST() local
3688 int res = getgrent_r(&grp, buf, sizeof(buf), &grpres); in TEST()
3694 EXPECT_NOT_POISONED(grpres); in TEST()
3701 struct group *grpres; in TEST() local
3704 int res = fgetgrent_r(fp, &grp, buf, sizeof(buf), &grpres); in TEST()
3710 EXPECT_NOT_POISONED(grpres); in TEST()
/dports/devel/llvm12/llvm-project-12.0.1.src/compiler-rt/lib/msan/tests/
H A Dmsan_test.cpp3617 struct group *grpres; in TEST() local
3619 int res = getgrnam_r(SUPERUSER_GROUP, &grp, buf, sizeof(buf), &grpres); in TEST()
3622 ASSERT_NE(nullptr, grpres); in TEST()
3627 EXPECT_NOT_POISONED(grpres); in TEST()
3699 struct group *grpres; in TEST() local
3702 int res = getgrent_r(&grp, buf, sizeof(buf), &grpres); in TEST()
3708 EXPECT_NOT_POISONED(grpres); in TEST()
3716 struct group *grpres; in TEST() local
3719 int res = fgetgrent_r(fp, &grp, buf, sizeof(buf), &grpres); in TEST()
3725 EXPECT_NOT_POISONED(grpres); in TEST()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/compiler-rt/lib/msan/tests/
H A Dmsan_test.cpp3616 struct group *grpres; in TEST() local
3618 int res = getgrnam_r(SUPERUSER_GROUP, &grp, buf, sizeof(buf), &grpres); in TEST()
3621 ASSERT_NE(nullptr, grpres); in TEST()
3626 EXPECT_NOT_POISONED(grpres); in TEST()
3698 struct group *grpres; in TEST() local
3701 int res = getgrent_r(&grp, buf, sizeof(buf), &grpres); in TEST()
3707 EXPECT_NOT_POISONED(grpres); in TEST()
3715 struct group *grpres; in TEST() local
3718 int res = fgetgrent_r(fp, &grp, buf, sizeof(buf), &grpres); in TEST()
3724 EXPECT_NOT_POISONED(grpres); in TEST()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/compiler-rt/lib/msan/tests/
H A Dmsan_test.cpp3616 struct group *grpres; in TEST() local
3618 int res = getgrnam_r(SUPERUSER_GROUP, &grp, buf, sizeof(buf), &grpres); in TEST()
3621 ASSERT_NE(nullptr, grpres); in TEST()
3626 EXPECT_NOT_POISONED(grpres); in TEST()
3698 struct group *grpres; in TEST() local
3701 int res = getgrent_r(&grp, buf, sizeof(buf), &grpres); in TEST()
3707 EXPECT_NOT_POISONED(grpres); in TEST()
3715 struct group *grpres; in TEST() local
3718 int res = fgetgrent_r(fp, &grp, buf, sizeof(buf), &grpres); in TEST()
3724 EXPECT_NOT_POISONED(grpres); in TEST()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/compiler-rt/lib/msan/tests/
H A Dmsan_test.cpp3617 struct group *grpres; in TEST() local
3619 int res = getgrnam_r(SUPERUSER_GROUP, &grp, buf, sizeof(buf), &grpres); in TEST()
3622 ASSERT_NE(nullptr, grpres); in TEST()
3627 EXPECT_NOT_POISONED(grpres); in TEST()
3699 struct group *grpres; in TEST() local
3702 int res = getgrent_r(&grp, buf, sizeof(buf), &grpres); in TEST()
3708 EXPECT_NOT_POISONED(grpres); in TEST()
3716 struct group *grpres; in TEST() local
3719 int res = fgetgrent_r(fp, &grp, buf, sizeof(buf), &grpres); in TEST()
3725 EXPECT_NOT_POISONED(grpres); in TEST()
/dports/devel/wasi-compiler-rt11/compiler-rt-11.0.1.src/lib/msan/tests/
H A Dmsan_test.cpp3606 struct group *grpres; in TEST() local
3608 int res = getgrnam_r(SUPERUSER_GROUP, &grp, buf, sizeof(buf), &grpres); in TEST()
3611 ASSERT_NE(nullptr, grpres); in TEST()
3616 EXPECT_NOT_POISONED(grpres); in TEST()
3685 struct group *grpres; in TEST() local
3688 int res = getgrent_r(&grp, buf, sizeof(buf), &grpres); in TEST()
3694 EXPECT_NOT_POISONED(grpres); in TEST()
3701 struct group *grpres; in TEST() local
3704 int res = fgetgrent_r(fp, &grp, buf, sizeof(buf), &grpres); in TEST()
3710 EXPECT_NOT_POISONED(grpres); in TEST()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/compiler-rt/lib/msan/tests/
H A Dmsan_test.cpp3609 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()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/compiler-rt/lib/msan/tests/
H A Dmsan_test.cpp3616 struct group *grpres; in TEST() local
3618 int res = getgrnam_r(SUPERUSER_GROUP, &grp, buf, sizeof(buf), &grpres); in TEST()
3621 ASSERT_NE(nullptr, grpres); in TEST()
3626 EXPECT_NOT_POISONED(grpres); in TEST()
3698 struct group *grpres; in TEST() local
3701 int res = getgrent_r(&grp, buf, sizeof(buf), &grpres); in TEST()
3707 EXPECT_NOT_POISONED(grpres); in TEST()
3715 struct group *grpres; in TEST() local
3718 int res = fgetgrent_r(fp, &grp, buf, sizeof(buf), &grpres); in TEST()
3724 EXPECT_NOT_POISONED(grpres); in TEST()
/dports/devel/llvm13/llvm-project-13.0.1.src/compiler-rt/lib/msan/tests/
H A Dmsan_test.cpp3616 struct group *grpres; in TEST() local
3618 int res = getgrnam_r(SUPERUSER_GROUP, &grp, buf, sizeof(buf), &grpres); in TEST()
3621 ASSERT_NE(nullptr, grpres); in TEST()
3626 EXPECT_NOT_POISONED(grpres); in TEST()
3698 struct group *grpres; in TEST() local
3701 int res = getgrent_r(&grp, buf, sizeof(buf), &grpres); in TEST()
3707 EXPECT_NOT_POISONED(grpres); in TEST()
3715 struct group *grpres; in TEST() local
3718 int res = fgetgrent_r(fp, &grp, buf, sizeof(buf), &grpres); in TEST()
3724 EXPECT_NOT_POISONED(grpres); in TEST()