Home
last modified time | relevance | path

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

/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++.h491 ucl_parser_register_variable (parser, item.first.c_str (), item.second.c_str ());
633 ucl_parser_register_variable (parser, item.first.c_str (), item.second.c_str ()); in parse_from_file()
H A Ducl.h1018 UCL_EXTERN void ucl_parser_register_variable (struct ucl_parser *parser, const char *var,
/freebsd/contrib/libucl/lua/
H A Dlua_ucl.c781 ucl_parser_register_variable (parser, name, value); in lua_ucl_parser_register_variable()
815 ucl_parser_register_variable (parser, name, value); in lua_ucl_parser_register_variables()
/freebsd/usr.sbin/pkg/
H A Dconfig.c495 ucl_parser_register_variable(p, "ABI", abi); in read_conf_file()
496 ucl_parser_register_variable(p, "OSNAME", uts.sysname); in read_conf_file()
497 ucl_parser_register_variable(p, "RELEASE", major); in read_conf_file()
498 ucl_parser_register_variable(p, "VERSION_MAJOR", major); in read_conf_file()
499 ucl_parser_register_variable(p, "VERSION_MINOR", minor); in read_conf_file()
/freebsd/contrib/libucl/src/
H A Ducl_util.c2004 ucl_parser_register_variable (parser, "FILENAME", realbuf);
2006 ucl_parser_register_variable (parser, "CURDIR", curdir);
2011 ucl_parser_register_variable (parser, "FILENAME", "undef");
2012 ucl_parser_register_variable (parser, "CURDIR", curdir);
H A Ducl_parser.c2892 ucl_parser_register_variable (struct ucl_parser *parser, const char *var, in ucl_parser_register_variable() function