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

/freebsd-11.0-release/contrib/atf/atf-c/detail/
H A Dfs.h86 extern const int atf_fs_stat_reg_type;
H A Dfs.c325 else if (type == atf_fs_stat_reg_type)
537 const int atf_fs_stat_reg_type = 6; variable
563 case S_IFREG: st->m_type = atf_fs_stat_reg_type; break;
828 err = invalid_umask_error(p, atf_fs_stat_reg_type, current_umask());
H A Dfs_test.c479 ATF_REQUIRE_EQ(atf_fs_stat_get_type(&st), atf_fs_stat_reg_type); local
963 ATF_CHECK_EQ(atf_fs_stat_get_type(&s1), atf_fs_stat_reg_type); local
975 ATF_CHECK_EQ(atf_fs_stat_get_type(&s2), atf_fs_stat_reg_type); local
/freebsd-11.0-release/contrib/atf/atf-c++/detail/
H A Dfs.cpp291 const int impl::file_info::reg_type = atf_fs_stat_reg_type;

Completed in 166 milliseconds