| /src/external/bsd/kyua-cli/dist/integration/helpers/ |
| config.cpp | 32 ATF_TEST_CASE(get_variable); variable 33 ATF_TEST_CASE_HEAD(get_variable) 37 ATF_TEST_CASE_BODY(get_variable) 45 ATF_ADD_TEST_CASE(tcs, get_variable);
|
| /src/sbin/efi/ |
| efiio.h | 72 struct efi_var_ioc get_variable(int, const char *, struct uuid *, uint32_t);
|
| setvar.c | 93 ev = get_variable(fd, targetorder, 136 ev = get_variable(fd, targetorder, &EFI_GLOBAL_VARIABLE, 0); 241 ev = get_variable(fd, targetorder, &EFI_GLOBAL_VARIABLE, 0); 354 ev = get_variable(efi_fd, name, &EFI_GLOBAL_VARIABLE, 0);
|
| efiio.c | 91 get_variable(int fd, const char *name, struct uuid *vendor, function
|
| /src/external/bsd/kyua-cli/dist/utils/text/ |
| templates.hpp | 106 const std::string& get_variable(const std::string&) const;
|
| templates_test.cpp | 95 ATF_REQUIRE_EQ("first-value", templates.get_variable("the-name")); 105 ATF_REQUIRE_EQ("second-value", templates.get_variable("the-name")); 114 templates.get_variable("the-name"); // Should not throw. 116 ATF_REQUIRE_THROW(text::syntax_error, templates.get_variable("the-name")); 192 ATF_REQUIRE_EQ("", templates.get_variable("foo")); 193 ATF_REQUIRE_EQ(" baz ", templates.get_variable("bar")); 203 templates.get_variable("foo "));
|
| templates.cpp | 345 _templates.get_variable(loop.iterator)); 624 text::templates_def::get_variable(const std::string& name) const function in class:text::templates_def 665 const std::string& index_str = get_variable(index_name); 701 return get_variable(expression);
|
| /src/external/bsd/ipf/dist/lib/ |
| var.c | 39 char *get_variable(string, after, line) function 111 value = get_variable(s, &p3, line);
|
| /src/external/bsd/kyua-cli/dist/integration/ |
| cmd_debug_test.sh | 284 debug config1:get_variable 287 debug config2:get_variable 290 debug config3:get_variable
|
| /src/sys/external/mit/xen-include-public/dist/xen/include/public/ |
| platform.h | 199 } get_variable, set_variable; member in union:xenpf_efi_runtime_call::__anon6639
|
| /src/external/bsd/ipf/dist/ |
| ipf.h | 392 extern char *get_variable __P((char *, char **, int));
|