Searched refs:atf_config_get (Results 1 - 10 of 10) sorted by relevance

/macosx-10.9.5/bind9-45.100/bind9/unit/atf-src/atf-c/
H A Dconfig.h35 const char *atf_config_get(const char *);
H A Dconfig_test.c90 ATF_CHECK_STREQ(atf_config_get(v->lc), test_value);
92 ATF_CHECK(strcmp(atf_config_get(v->lc), test_value) != 0);
103 atf_tc_set_md_var(tc, "descr", "Tests the atf_config_get function");
114 ATF_CHECK(strcmp(atf_config_get(v->lc), test_value) != 0);
119 if (strcmp(atf_config_get(v->lc), "") != 0) {
123 ATF_CHECK(strlen(atf_config_get(v->lc)) == 0);
125 ATF_CHECK(strlen(atf_config_get(v->lc)) > 0);
H A Dconfig.c136 atf_config_get(const char *name) function
H A Dbuild.c51 err = atf_text_split(atf_config_get(var), " ", &words);
H A Dcheck.c63 atf_config_get("atf_workdir"));
309 (void) atf_config_get("atf_workdir");
H A Dcheck_test.c503 atf_config_get("atf_workdir"));
/macosx-10.9.5/bind9-45.100/bind9/unit/atf-src/atf-c++/
H A Dconfig.cpp55 m_variables["atf_arch"] = atf_config_get("atf_arch");
56 m_variables["atf_build_cc"] = atf_config_get("atf_build_cc");
57 m_variables["atf_build_cflags"] = atf_config_get("atf_build_cflags");
58 m_variables["atf_build_cpp"] = atf_config_get("atf_build_cpp");
59 m_variables["atf_build_cppflags"] = atf_config_get("atf_build_cppflags");
60 m_variables["atf_build_cxx"] = atf_config_get("atf_build_cxx");
61 m_variables["atf_build_cxxflags"] = atf_config_get("atf_build_cxxflags");
62 m_variables["atf_confdir"] = atf_config_get("atf_confdir");
63 m_variables["atf_includedir"] = atf_config_get("atf_includedir");
64 m_variables["atf_libdir"] = atf_config_get("atf_libdi
[all...]
/macosx-10.9.5/bind9-45.100/bind9/unit/atf-src/test-programs/
H A Dsh_helpers.sh41 touch $(atf_config_get tmpfile)
45 if [ $(atf_config_get cleanup no) = yes ]; then
46 rm $(atf_config_get tmpfile)
57 touch $(atf_config_get tmpfile)
62 if [ $(atf_config_get cleanup no) = yes ]; then
63 rm $(atf_config_get tmpfile)
74 touch $(atf_config_get tmpfile)
79 if [ $(atf_config_get cleanup no) = yes ]; then
80 rm $(atf_config_get tmpfile)
105 touch $(atf_config_get tmpfil
[all...]
/macosx-10.9.5/bind9-45.100/bind9/unit/atf-src/atf-sh/
H A Dconfig_test.sh53 atf_set "descr" "Verifies that atf_config_get works"
60 ( atf_config_get "undefined" ) >out 2>err && \
66 v=$(atf_config_get "undefined" "the default value")
/macosx-10.9.5/bind9-45.100/bind9/unit/atf-src/atf-c/detail/
H A Dtest_helpers.c55 RE(atf_dynstr_init_fmt(&iflag, "-I%s", atf_config_get("atf_includedir")));

Completed in 76 milliseconds