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

/freebsd-11.0-release/contrib/atf/atf-c/detail/
H A Dfs.h106 bool atf_fs_stat_is_group_executable(const atf_fs_stat_t *);
H A Dfs_test.c506 ATF_REQUIRE(atf_fs_stat_is_group_executable(&st) == gx); \
838 ATF_REQUIRE(!atf_fs_stat_is_group_executable(&s1));
850 ATF_REQUIRE(!atf_fs_stat_is_group_executable(&s2));
969 ATF_CHECK(!atf_fs_stat_is_group_executable(&s1));
981 ATF_CHECK(!atf_fs_stat_is_group_executable(&s2));
H A Dfs.c653 atf_fs_stat_is_group_executable(const atf_fs_stat_t *st) function
/freebsd-11.0-release/contrib/atf/atf-c++/detail/
H A Dfs.cpp388 return atf_fs_stat_is_group_executable(&m_stat);

Completed in 107 milliseconds