Home
last modified time | relevance | path

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

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