Searched refs:config_vars (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/bsd/atf/dist/tools/
H A Datffile_test.cpp501 vars_map config_vars; local
502 config_vars["config-var-1"] = "value 1";
510 const tools::atffile atffile(config_vars, test_program_names, properties);
511 ATF_REQUIRE(config_vars == atffile.conf());
H A Datffile.cpp274 impl::atffile::atffile(const vars_map& config_vars, argument
277 m_conf(config_vars),
/netbsd-current/external/bsd/ntp/dist/ntpd/
H A Dntp_config.c340 static void config_vars(config_tree *);
3990 config_vars( function
4090 "config_vars(): unexpected token %d",
4862 config_vars(ptree);
4864 io_open_sockets(); /* [bug 2837] dep. on config_vars() */
4915 config_vars(ptree);

Completed in 134 milliseconds