Searched defs:atf_fs_stat_reg_type (Results 1 - 2 of 2) sorted by relevance

/bind-9.11.3/unit/atf-src/atf-c/detail/
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

Completed in 984 milliseconds