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

/freebsd-13-stable/contrib/capsicum-test/
H A Dcapsicum-test-main.cc133 other_uid = atoi(argv[ii]);
140 other_uid = p->pw_uid;
144 if (other_uid == 0) {
147 other_uid = info.st_uid;
H A Dcapsicum-test.cc25 uid_t other_uid = 0; variable
H A Dcapsicum-test.h22 extern uid_t other_uid;
H A Dprocdesc.cc584 ASSERT_NE(0u, other_uid) << "other_uid not initialized correctly, "
586 EXPECT_EQ(0, setuid(other_uid));
587 EXPECT_EQ(other_uid, getuid());
H A Dcapability-fd.cc1324 ASSERT_NE(0u, other_uid) << "other_uid not initialized correctly, "
1326 EXPECT_EQ(0, setuid(other_uid));
1327 EXPECT_EQ(other_uid, getuid());

Completed in 47 milliseconds