Home
last modified time | relevance | path

Searched refs:atf_tc_get_config_var_wd (Results 1 – 8 of 8) sorted by relevance

/freebsd/tests/sys/net/routing/
H A Drtsock_config.h77 key = atf_tc_get_config_var_wd(tc, "rtsock.v4prefix", "192.0.2.0/24"); in config_setup()
100 key = atf_tc_get_config_var_wd(tc, "rtsock.v6prefix", "2001:DB8::/32"); in config_setup()
147 c->remote_lladdr = strdup(atf_tc_get_config_var_wd(tc, in config_setup()
/freebsd/contrib/netbsd-tests/lib/libc/string/
H A Dt_popcount.c144 popcount_init(atf_tc_get_config_var_wd(tc, "run_popcount", "NO")); in ATF_TC_BODY()
169 popcount_init(atf_tc_get_config_var_wd(tc, "run_popcount", "NO")); in ATF_TC_BODY()
/freebsd/contrib/atf/atf-c/
H A Dtc.h78 const char *atf_tc_get_config_var_wd(const atf_tc_t *, const char *,
H A Dtc_test.c154 ATF_REQUIRE(strcmp(atf_tc_get_config_var_wd(&tc, "test-var2", "def-value"), in ATF_TC_BODY()
H A Dtc.c680 atf_tc_get_config_var_wd(const atf_tc_t *tc, const char *name, in atf_tc_get_config_var_wd() function
/freebsd/lib/atf/libatf-c/
H A DMakefile107 atf-c.3 atf_tc_get_config_var_wd.3 \
/freebsd/contrib/atf/atf-c++/
H A Dtests.cpp255 return atf_tc_get_config_var_wd(&pimpl->m_tc, var.c_str(), defval.c_str()); in get_config_var()
/freebsd/tests/sys/kern/
H A Dktls_test.c226 port = atf_tc_get_config_var_wd(tc, "ktls.port", "echo"); in echo_socket()