Home
last modified time | relevance | path

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

/freebsd/contrib/atf/atf-c/detail/
H A Dfs_test.c506 ATF_REQUIRE(atf_fs_stat_is_group_executable(&st) == gx); \ in ATF_TC_BODY()
845 ATF_REQUIRE(!atf_fs_stat_is_group_executable(&s1)); in ATF_TC_BODY()
857 ATF_REQUIRE(!atf_fs_stat_is_group_executable(&s2)); in ATF_TC_BODY()
976 ATF_CHECK(!atf_fs_stat_is_group_executable(&s1)); in ATF_TC_BODY()
988 ATF_CHECK(!atf_fs_stat_is_group_executable(&s2)); in ATF_TC_BODY()
H A Dfs.h106 bool atf_fs_stat_is_group_executable(const atf_fs_stat_t *);
H A Dfs.c653 atf_fs_stat_is_group_executable(const atf_fs_stat_t *st) in atf_fs_stat_is_group_executable() function
/freebsd/contrib/atf/atf-c++/detail/
H A Dfs.cpp388 return atf_fs_stat_is_group_executable(&m_stat); in is_group_executable()