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

/bind-9.11.3/unit/atf-src/atf-c/detail/
H A Dfs.h108 bool atf_fs_stat_is_other_writable(const atf_fs_stat_t *);
H A Dfs_test.c508 ATF_REQUIRE(atf_fs_stat_is_other_writable(&st) == othw); \
840 ATF_REQUIRE(!atf_fs_stat_is_other_writable(&s1));
852 ATF_REQUIRE(!atf_fs_stat_is_other_writable(&s2));
971 ATF_CHECK(!atf_fs_stat_is_other_writable(&s1));
983 ATF_CHECK(!atf_fs_stat_is_other_writable(&s2));
H A Dfs.c665 atf_fs_stat_is_other_writable(const atf_fs_stat_t *st) function
/bind-9.11.3/unit/atf-src/atf-c++/detail/
H A Dfs.cpp402 return atf_fs_stat_is_other_writable(&m_stat);

Completed in 372 milliseconds