Home
last modified time | relevance | path

Searched refs:ucl_parser_register_variable (Results 1 – 7 of 7) sorted by relevance

/freebsd/usr.sbin/pkg/
H A Dconfig.c496 ucl_parser_register_variable(p, "ABI", abi); in read_conf_file()
497 ucl_parser_register_variable(p, "OSNAME", uts.sysname); in read_conf_file()
498 ucl_parser_register_variable(p, "RELEASE", major); in read_conf_file()
499 ucl_parser_register_variable(p, "VERSION_MAJOR", major); in read_conf_file()
500 ucl_parser_register_variable(p, "VERSION_MINOR", minor); in read_conf_file()
/freebsd/contrib/libucl/tests/
H A Dtest_basic.c123 ucl_parser_register_variable (parser, "ABI", "unknown"); in main()
/freebsd/contrib/libucl/include/
H A Ducl++.h516 ucl_parser_register_variable(parser, item.first.c_str(), item.second.c_str());
658 ucl_parser_register_variable(parser, item.first.c_str(), item.second.c_str()); in parse_from_file()
H A Ducl.h1031 UCL_EXTERN void ucl_parser_register_variable(struct ucl_parser *parser, const char *var,
/freebsd/contrib/libucl/lua/
H A Dlua_ucl.c787 ucl_parser_register_variable (parser, name, value); in lua_ucl_parser_register_variable()
821 ucl_parser_register_variable (parser, name, value); in lua_ucl_parser_register_variables()
/freebsd/contrib/libucl/src/
H A Ducl_util.c1998 ucl_parser_register_variable(parser, "FILENAME", realbuf);
2000 ucl_parser_register_variable(parser, "CURDIR", curdir);
2005 ucl_parser_register_variable(parser, "FILENAME", "undef");
2006 ucl_parser_register_variable(parser, "CURDIR", curdir);
H A Ducl_parser.c2913 void ucl_parser_register_variable(struct ucl_parser *parser, const char *var, in ucl_parser_register_variable() function