Searched refs:get_variable (Results 1 – 11 of 11) sorted by relevance
| /freebsd-13.1/contrib/kyua/integration/helpers/ |
| H A D | config.cpp | 34 ATF_TEST_CASE(get_variable); 35 ATF_TEST_CASE_HEAD(get_variable) in ATF_TEST_CASE_HEAD() argument 49 ATF_TEST_CASE_BODY(get_variable) in ATF_TEST_CASE_BODY() argument 57 ATF_ADD_TEST_CASE(tcs, get_variable); in ATF_INIT_TEST_CASES()
|
| /freebsd-13.1/contrib/kyua/utils/text/ |
| H A D | templates_test.cpp | 95 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()
|
| H A D | templates.cpp | 346 _templates.get_variable(loop.iterator)); in handle_normal() 625 text::templates_def::get_variable(const std::string& name) const in get_variable() function in text::templates_def 666 const std::string& index_str = get_variable(index_name); in get_vector() 702 return get_variable(expression); in evaluate()
|
| H A D | templates.hpp | 108 const std::string& get_variable(const std::string&) const;
|
| /freebsd-13.1/sbin/devd/ |
| H A D | devd.hh | 51 const std::string &get_variable(const std::string &var) const; 165 const std::string &get_variable(const std::string &var);
|
| H A D | devd.cc | 304 const string &value = c.get_variable(_var); in do_match() 363 value = c.get_variable("device-name"); in do_match() 365 value = c.get_variable("subsystem"); in do_match() 396 var_list::get_variable(const string &var) const in get_variable() function in var_list 620 config::get_variable(const string &var) in get_variable() function in config 626 return ((*i)->get_variable(var)); in get_variable() 707 dst.append(is_shell ? shell_quote(get_variable(buffer)) : get_variable(buffer)); in expand_one()
|
| /freebsd-13.1/sbin/ipf/libipf/ |
| H A D | var.c | 39 char *get_variable(char *string, char **after, int line) in get_variable() function 107 value = get_variable(s, &p3, line); in expand_string()
|
| /freebsd-13.1/contrib/kyua/integration/ |
| H A D | cmd_debug_test.sh | 286 debug config1:get_variable 289 debug config2:get_variable 292 debug config3:get_variable
|
| /freebsd-13.1/sbin/ipf/common/ |
| H A D | ipf.h | 364 extern char *get_variable(char *, char **, int);
|
| H A D | lexer.c | 287 string_val = get_variable(name, NULL, yylineNum); in yylex()
|
| /freebsd-13.1/sys/xen/interface/ |
| H A D | platform.h | 199 } get_variable, set_variable; member
|