Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/kyua-cli/dist/integration/helpers/
Dconfig.cpp32 ATF_TEST_CASE(get_variable);
33 ATF_TEST_CASE_HEAD(get_variable) in ATF_TEST_CASE_HEAD() argument
37 ATF_TEST_CASE_BODY(get_variable) in ATF_TEST_CASE_BODY() argument
45 ATF_ADD_TEST_CASE(tcs, get_variable); in ATF_INIT_TEST_CASES()
/netbsd/src/external/bsd/kyua-cli/dist/utils/text/
Dtemplates_test.cpp95 ATF_REQUIRE_EQ("first-value", templates.get_variable("the-name")); in ATF_TEST_CASE_BODY()
105 ATF_REQUIRE_EQ("second-value", templates.get_variable("the-name")); in ATF_TEST_CASE_BODY()
114 templates.get_variable("the-name"); // Should not throw. in ATF_TEST_CASE_BODY()
116 ATF_REQUIRE_THROW(text::syntax_error, templates.get_variable("the-name")); in ATF_TEST_CASE_BODY()
192 ATF_REQUIRE_EQ("", templates.get_variable("foo")); in ATF_TEST_CASE_BODY()
193 ATF_REQUIRE_EQ(" baz ", templates.get_variable("bar")); in ATF_TEST_CASE_BODY()
203 templates.get_variable("foo ")); in ATF_TEST_CASE_BODY()
Dtemplates.cpp345 _templates.get_variable(loop.iterator)); in handle_normal()
624 text::templates_def::get_variable(const std::string& name) const in get_variable() function in text::templates_def
665 const std::string& index_str = get_variable(index_name); in get_vector()
701 return get_variable(expression); in evaluate()
Dtemplates.hpp106 const std::string& get_variable(const std::string&) const;
/netbsd/src/external/bsd/ipf/dist/lib/
Dvar.c39 char *get_variable(string, after, line) in get_variable() function
111 value = get_variable(s, &p3, line);
/netbsd/src/external/bsd/kyua-cli/dist/integration/
Dcmd_debug_test.sh284 debug config1:get_variable
287 debug config2:get_variable
290 debug config3:get_variable
/netbsd/src/external/bsd/ipf/dist/
Dipf.h392 extern char *get_variable __P((char *, char **, int));
/netbsd/src/external/bsd/ipf/dist/tools/
Dlexer.c289 string_val = get_variable(name, NULL, yylineNum); in yylex()