Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/atf/dist/atf-c++/detail/
H A Dfs_test.cpp385 #define perms(ur, uw, ux, gr, gw, gx, othr, othw, othx) \ in ATF_TEST_CASE_BODY() argument
394 ATF_REQUIRE(fi.is_other_readable() == othr); \ in ATF_TEST_CASE_BODY()
/netbsd-src/external/bsd/atf/dist/tools/
H A Dfs_test.cpp394 #define perms(ur, uw, ux, gr, gw, gx, othr, othw, othx) \ in ATF_TEST_CASE_BODY() argument
403 ATF_REQUIRE(fi.is_other_readable() == othr); \ in ATF_TEST_CASE_BODY()
/netbsd-src/external/bsd/atf/dist/atf-c/detail/
H A Dfs_test.c501 #define perms(ur, uw, ux, gr, gw, gx, othr, othw, othx) \ in ATF_TC_BODY() argument
510 ATF_REQUIRE(atf_fs_stat_is_other_readable(&st) == othr); \ in ATF_TC_BODY()