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

/freebsd-11.0-release/contrib/atf/atf-c/detail/
H A Dfs.h109 bool atf_fs_stat_is_other_executable(const atf_fs_stat_t *);
H A Dfs_test.c509 ATF_REQUIRE(atf_fs_stat_is_other_executable(&st) == othx); \
841 ATF_REQUIRE(!atf_fs_stat_is_other_executable(&s1));
853 ATF_REQUIRE(!atf_fs_stat_is_other_executable(&s2));
972 ATF_CHECK(!atf_fs_stat_is_other_executable(&s1));
984 ATF_CHECK(!atf_fs_stat_is_other_executable(&s2));
H A Dfs.c671 atf_fs_stat_is_other_executable(const atf_fs_stat_t *st) function
/freebsd-11.0-release/contrib/atf/atf-c++/detail/
H A Dfs.cpp409 return atf_fs_stat_is_other_executable(&m_stat);

Completed in 53 milliseconds