Searched refs:othw (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/contrib/atf/atf-c++/detail/ |
| H A D | fs_test.cpp | 382 #define perms(ur, uw, ux, gr, gw, gx, othr, othw, othx) \ in ATF_TEST_CASE_BODY() argument 392 ATF_REQUIRE(fi.is_other_writable() == othw); \ in ATF_TEST_CASE_BODY()
|
| /freebsd-14.2/contrib/atf/atf-c/detail/ |
| H A D | fs_test.c | 498 #define perms(ur, uw, ux, gr, gw, gx, othr, othw, othx) \ in ATF_TC_BODY() argument 508 ATF_REQUIRE(atf_fs_stat_is_other_writable(&st) == othw); \ in ATF_TC_BODY()
|