HomeSort by: relevance | last modified time | path
    Searched refs:atf_tc_get_config_var_wd (Results 1 - 6 of 6) sorted by relevancy

  /src/external/bsd/atf/dist/atf-c/
tc.h 82 const char *atf_tc_get_config_var_wd(const atf_tc_t *, const char *,
tc_test.c 135 "atf_tc_get_config_var_wd and atf_tc_has_config_var "
156 ATF_REQUIRE(strcmp(atf_tc_get_config_var_wd(&tc, "test-var2", "def-value"),
tc.c 649 atf_tc_get_config_var_wd(const atf_tc_t *tc, const char *name, function
  /src/tests/lib/libc/string/
t_popcount.c 144 popcount_init(atf_tc_get_config_var_wd(tc, "run_popcount", "NO"));
169 popcount_init(atf_tc_get_config_var_wd(tc, "run_popcount", "NO"));
  /src/external/bsd/atf/dist/atf-c++/
tests.cpp 239 return atf_tc_get_config_var_wd(&pimpl->m_tc, var.c_str(), defval.c_str());
  /src/tests/lib/libc/locale/
t_c8rtomb.c 371 atf_tc_get_config_var_wd(tc, "c8rtomb_all_failures", "no");

Completed in 25 milliseconds