Home
last modified time | relevance | path

Searched refs:othx (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/atf/atf-c++/detail/
H A Dfs_test.cpp382 #define perms(ur, uw, ux, gr, gw, gx, othr, othw, othx) \ in ATF_TEST_CASE_BODY() argument
393 ATF_REQUIRE(fi.is_other_executable() == othx); \ in ATF_TEST_CASE_BODY()
/freebsd/contrib/atf/atf-c/detail/
H A Dfs_test.c498 #define perms(ur, uw, ux, gr, gw, gx, othr, othw, othx) \ in ATF_TC_BODY() argument
509 ATF_REQUIRE(atf_fs_stat_is_other_executable(&st) == othx); \ in ATF_TC_BODY()