Home
last modified time | relevance | path

Searched refs:atf_fs_stat_is_other_writable (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/atf/atf-c/detail/
H A Dfs_test.c508 ATF_REQUIRE(atf_fs_stat_is_other_writable(&st) == othw); \ in ATF_TC_BODY()
847 ATF_REQUIRE(!atf_fs_stat_is_other_writable(&s1)); in ATF_TC_BODY()
859 ATF_REQUIRE(!atf_fs_stat_is_other_writable(&s2)); in ATF_TC_BODY()
978 ATF_CHECK(!atf_fs_stat_is_other_writable(&s1)); in ATF_TC_BODY()
990 ATF_CHECK(!atf_fs_stat_is_other_writable(&s2)); in ATF_TC_BODY()
H A Dfs.h108 bool atf_fs_stat_is_other_writable(const atf_fs_stat_t *);
H A Dfs.c665 atf_fs_stat_is_other_writable(const atf_fs_stat_t *st) in atf_fs_stat_is_other_writable() function
/freebsd/contrib/atf/atf-c++/detail/
H A Dfs.cpp402 return atf_fs_stat_is_other_writable(&m_stat); in is_other_writable()